diff options
author | Simon Busch <morphis@gravedo.de> | 2010-01-21 20:26:00 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-01-21 20:54:32 +0100 |
commit | 0854ce6638b824e5012a100fac8be5c6d04c37b9 (patch) | |
tree | 5f9df403323773dc16ffd022eb45090106f295ce /recipes/preboot | |
parent | 3192d261f811201248410fd2117e3c9ebc9f3f64 (diff) |
preboot: remove defconfig requirement
Diffstat (limited to 'recipes/preboot')
-rw-r--r-- | recipes/preboot/linux-preboot.inc | 2 |
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 |