From: Simon Busch Date: Thu, 21 Jan 2010 19:26:00 +0000 (+0100) Subject: preboot: remove defconfig requirement X-Git-Tag: Release-2010-05/1~339^2~23^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0854ce6638b824e5012a100fac8be5c6d04c37b9;p=openembedded.git preboot: remove defconfig requirement --- 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