Age | Commit message (Collapse) | Author | Files |
|
linux-libc-headers recipes all have their own code to set ARCH.
However this same functionality is in kernel-arch.bbclass
This patch adds an inherit kernel-arch in linux-libc-headers.inc
and removes all arch calculation code from the recipes
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
|
|
* fetch all *.bb with patched utils.bbclass appending all checksums
found only in checksums.ini to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
This kernel headers recipe has few changes compared to
old ones.
We do not export procinfo.h manually anymore we need to fix
the packages which use it to use hwcap.h instead or use
something of there own. glibc/arm was one package that relied
on it in past but it has been fixed since. If we need to patch
glibc then we should backport the patch to 2.6.1
|