aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2010-01-21 20:26:00 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2010-01-21 20:54:32 +0100
commit0854ce6638b824e5012a100fac8be5c6d04c37b9 (patch)
tree5f9df403323773dc16ffd022eb45090106f295ce /recipes
parent3192d261f811201248410fd2117e3c9ebc9f3f64 (diff)
downloadopenembedded-0854ce6638b824e5012a100fac8be5c6d04c37b9.tar.gz
preboot: remove defconfig requirement
Diffstat (limited to 'recipes')
-rw-r--r--recipes/preboot/linux-preboot.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/preboot/linux-preboot.inc b/recipes/preboot/linux-preboot.inc
index 4f99b71773..56a90a9723 100644
--- a/recipes/preboot/linux-preboot.inc
+++ b/recipes/preboot/linux-preboot.inc
@@ -1,8 +1,6 @@
# We set PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels:
PR = "r15"
-SRC_URI = "file://defconfig"
-
LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}'
require ../linux/linux.inc