summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-10-28 19:07:32 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-10-31 17:58:12 +0000
commit59bf470bc3f870791f349691c1238c0f6c5b9704 (patch)
tree9dae4b6f4ebf1a2d6f6e483cb722279ccda22e9e /templates
parent202d801eb83c456ee44a15ccf6142e7d23a80cbc (diff)
Use kernel_configure_variable in append for rpi
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-netboot/50_local.conf.inc1
1 files changed, 1 insertions, 0 deletions
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"