[yocto] [meta-raspberrypi][PATCH 6/8] linux-raspberrypi.inc: Make KERNEL_DEFCONFIG machine specific

Andrei Gherzan andrei at gherzan.ro
Sun Feb 8 03:56:58 PST 2015


Change-Id: I241a8adead67717f31d1b2e66a71bd5c3edfa9fd
Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>
---
 recipes-kernel/linux/linux-raspberrypi.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc
index 017b7d3..b8afecc 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -14,7 +14,7 @@ COMPATIBLE_MACHINE = "raspberrypi"
 PV_append = "+git${SRCREV}"
 
 # NOTE: For now we pull in the default config from the RPi kernel GIT tree.
-KERNEL_DEFCONFIG = "bcmrpi_defconfig"
+KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"
 
 # CMDLINE for raspberrypi
 CMDLINE = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"
-- 
2.1.0




More information about the yocto mailing list