aboutsummaryrefslogtreecommitdiffstats
path: root/meta-yocto/recipes-kernel/linux-libc-headers
AgeCommit message (Collapse)Author
2012-06-29linux-libc-headers-yocto: Do not include linux-yoctoDarren Hart
The only bit we seem to need from the linux-yocto include is the SRCREV_FORMAT. If we define this explicitly, we can avoid including the linux-yocto include. This is desirable so that linux-yocto can require kernel and simplify the PR update process of all the linux-yocto* recipes. Pulling in kernel to the linux-libc-headers-yocto recipes causes build failures by pulling in "update-modules-nativesdk". Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-26linux-libc-headers-yocto: update to v3.4 and remove unecessary codeBruce Ashfield
Updating the linux-libc-headers-yocto recipe to 3.4. There are blocks of code and definitions that are handled by the included libc-headers.inc, so we shouldn't be repeating them in this recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-26linux-libc-headers-yocto: use kernel-arch to set ARCHBruce Ashfield
The arch mapping done in kernel-arch should be used instead of recipe local mapping. Inheriting kernel-arch consolidates the code and simplifies the libc-header recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-23linux-libc-headers-yocto: move to meta-yoctoBruce Ashfield
linux-libc-headers-yocto is not directly required in meta, so we can safely move it to meta-yocto. Machines including meta-yocto that are using linux-yocto that need headers which are completely up to date with the linux-yocto git tree can use this as their preferred linux-libc-headers. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>