mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
poky-default.inc: Bump linux-libc-headers to 2.6.33
Now that we have a Busybox (and strace) which we can build we can use the same kernel-headers version as our default kernel version. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -15,7 +15,7 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}compilerlibs = "gcc-runtime"
|
|||||||
GCCVERSION ?= "4.3.3"
|
GCCVERSION ?= "4.3.3"
|
||||||
BINUVERSION ?= "2.20"
|
BINUVERSION ?= "2.20"
|
||||||
GLIBCVERSION ?= "2.9"
|
GLIBCVERSION ?= "2.9"
|
||||||
LINUXLIBCVERSION ?= "2.6.30"
|
LINUXLIBCVERSION ?= "2.6.33"
|
||||||
|
|
||||||
# Temporary preferred version overrides for PPC
|
# Temporary preferred version overrides for PPC
|
||||||
PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08"
|
PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08"
|
||||||
|
|||||||
Reference in New Issue
Block a user