| Submitter | Darren Hart |
|---|---|
| Date | June 29, 2012, 7:54 p.m. |
| Message ID | <d697333d49c6b34a127b728e60708e6c34435070.1340998763.git.dvhart@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/30893/ |
| State | Accepted |
| Commit | 9d27daeafcc6ea892dee0ee5d0816069b04f6771 |
| Headers | show |
Comments
On 12-06-29 03:54 PM, Darren Hart wrote: > Remove the linux-tools include as perf is now packaged independently. > Without this, including meta-skeleton in bblayers.conf results in a > build failure as linux-tools.inc cannot be found. Good catch. Since I created the recipe, and deleted linux-tools .. you'd think I would have noticed this myself :) Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com> > > Signed-off-by: Darren Hart<dvhart@linux.intel.com> > CC: Bruce Ashfield<bruce.ashfield@windriver.com> > CC: Tom Zanussi<tom.zanussi@intel.com> > --- > meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb > index 1438ad8..55f0c38 100644 > --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb > +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb > @@ -42,5 +42,3 @@ PR = "r0" > PV = "${LINUX_VERSION}+git${SRCPV}" > > COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" > - > -require recipes-kernel/linux/linux-tools.inc
Patch
diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb index 1438ad8..55f0c38 100644 --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb @@ -42,5 +42,3 @@ PR = "r0" PV = "${LINUX_VERSION}+git${SRCPV}" COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" - -require recipes-kernel/linux/linux-tools.inc
Remove the linux-tools include as perf is now packaged independently. Without this, including meta-skeleton in bblayers.conf results in a build failure as linux-tools.inc cannot be found. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Tom Zanussi <tom.zanussi@intel.com> --- meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 2 -- 1 file changed, 2 deletions(-)