From e2e6f6fe07049f33cb6348780fa975162752e421 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 13:38:32 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- .../linux-libc-headers-yocto_git.bb | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 meta-yocto/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb (limited to 'meta-yocto/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb') diff --git a/meta-yocto/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb b/meta-yocto/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb new file mode 100644 index 0000000000..8ab4fb18d9 --- /dev/null +++ b/meta-yocto/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb @@ -0,0 +1,36 @@ +require recipes-kernel/linux-libc-headers/linux-libc-headers.inc + +B = "${S}" + +PROVIDES = "linux-libc-headers" +RPROVIDES_${PN}-dev = "linux-libc-headers-dev" +RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg" + +KBRANCH = "standard/base" +SRCREV = "a1cdb60720c452c3965eaec3ec2cd10f06261cc5" + +PV = "3.4+git-${SRCPV}" +PR = "r6" + +SRCREV_FORMAT ?= "meta_machine" + +SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" + +# force this to empty to prevent installation failures, we aren't +# building a device tree as part of kern headers +KERNEL_DEVICETREE = "" + +inherit kernel-arch + +# The following tasks are not required when we just want +# headers. So we override and stub them out. +do_kernel_configme() { +} + +do_patch () { +} + +do_kernel_configcheck () { +} + +BBCLASSEXTEND = "nativesdk" -- cgit v1.2.3-54-g00ecf