diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 00:24:53 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 00:28:37 +0200 |
commit | 8c8a5cd64ccd49b0bbac46f0a8356fe9f07940ab (patch) | |
tree | 06a14ae6e49ab1f1f53e3ba15ef6d7085e721ea2 | |
parent | 318f1b3994605f48f669a4049005ed40ee94c0b5 (diff) | |
download | meta-raspberrypi-8c8a5cd64ccd49b0bbac46f0a8356fe9f07940ab.tar.gz |
linux-raspberrypi.inc: Make KERNEL_DEFCONFIG machine specific
Change-Id: I241a8adead67717f31d1b2e66a71bd5c3edfa9fd
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
14 | PV_append = "+git${SRCREV}" | 14 | PV_append = "+git${SRCREV}" |
15 | 15 | ||
16 | # NOTE: For now we pull in the default config from the RPi kernel GIT tree. | 16 | # NOTE: For now we pull in the default config from the RPi kernel GIT tree. |
17 | KERNEL_DEFCONFIG = "bcmrpi_defconfig" | 17 | KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" |
18 | 18 | ||
19 | # CMDLINE for raspberrypi | 19 | # CMDLINE for raspberrypi |
20 | CMDLINE = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" | 20 | CMDLINE = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" |