aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/linux-kexecboot.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-01-07 18:43:21 +0100
committerAndrea Adami <andrea.adami@gmail.com>2010-01-07 18:43:21 +0100
commit0fb0b4c624deea119b48adf6c876fe77f6f40787 (patch)
tree24c0e24767d2958a0186b2892d2859e969067d41 /recipes/kexecboot/linux-kexecboot.inc
parente34bd279e0001cad497b286abec6a7e77f484e79 (diff)
downloadopenembedded-0fb0b4c624deea119b48adf6c876fe77f6f40787.tar.gz
linux-kexecboot: uniform the SRC_URI (defconfig in kernel recipe)
Diffstat (limited to 'recipes/kexecboot/linux-kexecboot.inc')
-rw-r--r--recipes/kexecboot/linux-kexecboot.inc4
1 files changed, 1 insertions, 3 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