preboot: remove defconfig requirement
authorSimon Busch <morphis@gravedo.de>
Thu, 21 Jan 2010 19:26:00 +0000 (20:26 +0100)
committerStefan Schmidt <stefan@datenfreihafen.org>
Thu, 21 Jan 2010 19:54:32 +0000 (20:54 +0100)
recipes/preboot/linux-preboot.inc

index 4f99b71..56a90a9 100644 (file)
@@ -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