From: Ronan Le Martret Date: Wed, 30 May 2018 11:52:45 +0000 (+0200) Subject: Fix kernel .config file configuration X-Git-Tag: 5.99.1~16 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F14139%2F1;p=AGL%2Fmeta-agl.git Fix kernel .config file configuration * A missing carriage return at the end of a cfg will break the kernel .config Bug-AGL: SPEC-1475 EE-MUST-FIX Change-Id: Ie0bc472153ae73b41c495161f83acba57d812b9a Signed-off-by: Ronan Le Martret --- diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg index f5a3819c7..248b5118a 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg @@ -1,3 +1,3 @@ # enabling I2C and LED for demonstrator CONFIG_I2C_TINY_USB=y -CONFIG_LEDS_BLINKM=y \ No newline at end of file +CONFIG_LEDS_BLINKM=y