[oe-commits] Andrea Adami : linux-kexecboot: uniform the SRC_URI ( defconfig in kernel recipe)

git version control git at git.openembedded.org
Fri Jan 8 09:06:21 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 0fb0b4c624deea119b48adf6c876fe77f6f40787
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0fb0b4c624deea119b48adf6c876fe77f6f40787

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Jan  7 18:43:21 2010 +0100

linux-kexecboot: uniform the SRC_URI (defconfig in kernel recipe)

---

 recipes/kexecboot/linux-kexecboot.inc       |    4 +---
 recipes/kexecboot/linux-kexecboot_2.6.24.bb |    2 +-
 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 900e005..1cf556a 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 82484f4..e950ab0 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 bf1dbb6..345d2ac 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





More information about the Openembedded-commits mailing list