From 8160436fd810aacbe46590adb1abd5a880d20552 Mon Sep 17 00:00:00 2001 From: Zbigniew Bodek <zbigniew.bodek@huawei.com> Date: Tue, 26 Jan 2021 17:38:46 +0100 Subject: [PATCH] Fix missing packages in the final Av96 image Fix typo appned -> append to include networking packages as intended. Add leading space to not break things being appended. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com> --- flavours/linux/local.conf.sample | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flavours/linux/local.conf.sample b/flavours/linux/local.conf.sample index beb5d424..1947a08a 100644 --- a/flavours/linux/local.conf.sample +++ b/flavours/linux/local.conf.sample @@ -258,6 +258,5 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl" # this doesn't mean anything to you. CONF_VERSION = "1" -IMAGE_INSTALL_appned = "dhcp-client dropbear packagegroup-base-wifi iw bluez5 obexftp" -IMAGE_INSTALL_append_stm32mp1-av96 += "av96-root-files" - +IMAGE_INSTALL_append = " dhcp-client dropbear packagegroup-base-wifi iw bluez5 obexftp" +IMAGE_INSTALL_append_stm32mp1-av96 = " av96-root-files" -- GitLab