From 59bf470bc3f870791f349691c1238c0f6c5b9704 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 28 Oct 2016 19:07:32 +0200 Subject: Use kernel_configure_variable in append for rpi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This changeset simplifies the configuration of the rpi kernel by using kernel_configure_variable in do_configure_append. Due to an upstream bug, we need to repeat the final configuration call. We also enable BLK_DEV_RAM, BLK_DEV_NBD and SMACK. For this we also define an OVERRIDE for netboot. v2: add conditional appends for netboot, sota, smack by using overrides. Change-Id: I2a4a8fae6989246d715fc2fc71bb4c251f423bdb Signed-off-by: Jan-Simon Möller --- templates/feature/agl-netboot/50_local.conf.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/feature/agl-netboot/50_local.conf.inc b/templates/feature/agl-netboot/50_local.conf.inc index faff8f21c..47f0c08a6 100644 --- a/templates/feature/agl-netboot/50_local.conf.inc +++ b/templates/feature/agl-netboot/50_local.conf.inc @@ -1,4 +1,5 @@ INHERIT += "netboot" +OVERRIDES .= ":netboot" # add 256MB of extra space in ext4 output image IMAGE_ROOTFS_EXTRA_SPACE ?= "262144" -- cgit 1.2.3-korg