diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-01-07 18:43:21 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-01-07 18:43:21 +0100 |
commit | 0fb0b4c624deea119b48adf6c876fe77f6f40787 (patch) | |
tree | 24c0e24767d2958a0186b2892d2859e969067d41 | |
parent | e34bd279e0001cad497b286abec6a7e77f484e79 (diff) |
linux-kexecboot: uniform the SRC_URI (defconfig in kernel recipe)
-rw-r--r-- | recipes/kexecboot/linux-kexecboot.inc | 4 | ||||
-rw-r--r-- | recipes/kexecboot/linux-kexecboot_2.6.24.bb | 2 | ||||
-rw-r--r-- | recipes/kexecboot/linux-kexecboot_2.6.26.bb | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/recipes/kexecboot/linux-kexecboot.inc b/recipes/kexecboot/linux-kexecboot.inc index 900e005cac..1cf556a99b 100644 --- a/recipes/kexecboot/linux-kexecboot.inc +++ b/recipes/kexecboot/linux-kexecboot.inc @@ -1,10 +1,8 @@ # We set PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels: PR = "r17" -SRC_URI = "file://defconfig" - LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}' -SRC_URI += "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2" +SRC_URI = "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2" require ../linux/linux.inc diff --git a/recipes/kexecboot/linux-kexecboot_2.6.24.bb b/recipes/kexecboot/linux-kexecboot_2.6.24.bb index 82484f45a0..e950ab0abf 100644 --- a/recipes/kexecboot/linux-kexecboot_2.6.24.bb +++ b/recipes/kexecboot/linux-kexecboot_2.6.24.bb @@ -69,7 +69,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" # FIXMEs before made default # ${RPSRC}/mmcsd_no_scr_check-r1.patch;patch=1;status=hack diff --git a/recipes/kexecboot/linux-kexecboot_2.6.26.bb b/recipes/kexecboot/linux-kexecboot_2.6.26.bb index bf1dbb62bf..345d2ac764 100644 --- a/recipes/kexecboot/linux-kexecboot_2.6.26.bb +++ b/recipes/kexecboot/linux-kexecboot_2.6.26.bb @@ -52,7 +52,7 @@ SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2 \ file://connectplus-prevent-oops-HACK.patch;patch=1;status=hack \ file://htcuni.patch;patch=1 \ file://versatile-armv6.patch;patch=1 \ - " + file://defconfig" # FIXMEs before made default # ${RPSRC}/mmcsd_no_scr_check-r1.patch;patch=1;status=hack |