diff options
author | 2021-03-16 19:16:09 -0600 | |
---|---|---|
committer | 2021-03-16 19:16:09 -0600 | |
commit | 425177fd7d5f31583e205c3b0ff1c6d6c4312382 (patch) | |
tree | 6d4a26111472a78b4cff80cdc067c642b257adbe | |
parent | f414be4bba45e8005aa52b5b0afd0253473d6081 (diff) | |
download | meta-qcom-425177fd7d5f31583e205c3b0ff1c6d6c4312382.tar.gz meta-qcom-425177fd7d5f31583e205c3b0ff1c6d6c4312382.tar.bz2 meta-qcom-425177fd7d5f31583e205c3b0ff1c6d6c4312382.zip |
recipes-test/images: initramfs-test-image allow to override NO_RECOMMENDATIONS
To be able specify installation of firmware and/or modules in
{auto,local}.conf.
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r-- | recipes-test/images/initramfs-test-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-test/images/initramfs-test-image.bb b/recipes-test/images/initramfs-test-image.bb index fd03d70..7b06f7b 100644 --- a/recipes-test/images/initramfs-test-image.bb +++ b/recipes-test/images/initramfs-test-image.bb @@ -42,7 +42,7 @@ IMAGE_ROOTFS_SIZE = "8192" IMAGE_ROOTFS_EXTRA_SPACE = "0" # Disable installation of kernel and modules via packagegroup-core-boot -NO_RECOMMENDATIONS = "1" +NO_RECOMMENDATIONS ?= "1" # Enable local auto-login (on systemd) of the root user (local = serial port and # virtual console by default, can be configured). |