From 88d27ef44823298251db33768ab2187f0ad9943e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 20 Dec 2010 14:52:56 -0500 Subject: qemu: match kernel headers to preferred kernel As the yocto-kernel advances, the libc headers must also advance. This commit fixes the SRC_URI and SRCPV to work properly with the latest linux-yocto kernel. It also switches the qemu* targets to prefer this libc recipe. Signed-off-by: Bruce Ashfield --- .../linux-libc-headers/linux-libc-headers-yocto_git.bb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'meta/recipes-kernel/linux-libc-headers') diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb index 0515233958..762b6a8d24 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb @@ -6,14 +6,12 @@ B = "${S}" INHIBIT_DEFAULT_DEPS = "1" DEPENDS += "unifdef-native" PROVIDES = "linux-libc-headers" -PV = "2.6.34+git-${SRCPV}" -PR = "r1" - -SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;fullclone=1" +PV = "2.6.37+git-${SRCPV}" +PR = "r2" SRCREV_FORMAT = "meta_machine" -SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;fullclone=1;branch=${KBRANCH};name=machine \ - git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;noclone=1;branch=wrs_meta;name=meta" +SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;fullclone=1;branch=${KBRANCH};name=machine \ + git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;noclone=1;branch=meta;name=meta" set_arch() { case ${TARGET_ARCH} in -- cgit v1.2.3-54-g00ecf