diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-08 10:17:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-08 10:17:39 +0000 |
commit | 3bc8eee518a06714e645aecb99f5650774260977 (patch) | |
tree | 0a157e0b248ad53d42b3ce4616175e7540fbfc20 /packages/kexecboot/linux-kexecboot_2.6.24.bb | |
parent | 6988f1b68336ebe650514c98c8b9a96ce65c3d03 (diff) |
linux-kexecboot: restructure it a bit to make it more generic.
* linux-kexecboot recipe only need to include sources and patches in SRC_URI, linux-kexecboot.inc takes care of the rest
* closes #4543
Diffstat (limited to 'packages/kexecboot/linux-kexecboot_2.6.24.bb')
-rw-r--r-- | packages/kexecboot/linux-kexecboot_2.6.24.bb | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/packages/kexecboot/linux-kexecboot_2.6.24.bb b/packages/kexecboot/linux-kexecboot_2.6.24.bb index 87d8f6f6ee..2b2a73b0b5 100644 --- a/packages/kexecboot/linux-kexecboot_2.6.24.bb +++ b/packages/kexecboot/linux-kexecboot_2.6.24.bb @@ -19,7 +19,7 @@ DEFAULT_PREFERENCE_tosa = "-1" # Patches submitted upstream are towards top of this list # Hacks should clearly named and at the bottom -SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ +SRC_URI += "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ ${RPSRC}/export_atags-r2.patch;patch=1;status=pending \ ${RPSRC}/lzo_crypto-r2.patch;patch=1;status=pending \ ${RPSRC}/corgi_rearrange_lcd-r0.patch;patch=1;status=pending \ @@ -67,18 +67,7 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ file://binutils-buildid-arm.patch;patch=1 \ file://versatile-armv6.patch;patch=1 \ file://htcuni.patch;patch=1 \ - file://defconfig-c7x0 \ - file://defconfig-hx2000 \ - file://defconfig-collie \ - file://defconfig-poodle \ - file://defconfig-akita \ - file://defconfig-spitz \ - file://defconfig-qemuarm \ - file://defconfig-qemux86 \ - file://defconfig-bootcdx86 \ - file://defconfig-htcuniversal \ - file://defconfig-tosa \ - file://defconfig-zylonite" + " # FIXMEs before made default # ${RPSRC}/mmcsd_no_scr_check-r1.patch;patch=1;status=hack |