From 8507c13e1d8f411f5d4dc6725d785eb8b9d0b650 Mon Sep 17 00:00:00 2001 From: Zbigniew Bodek <zbigniew.bodek@huawei.com> Date: Thu, 11 Feb 2021 17:15:29 +0100 Subject: [PATCH] meta-ohos: Remove redundant install list from local.conf.sample Remove redundant IMAGE_INSTALL_append from local.conf.sample. openharmony-image-base and openharmony-image-extra images will include those packages. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com> --- flavours/linux/local.conf.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/flavours/linux/local.conf.sample b/flavours/linux/local.conf.sample index 1947a08a..ae1f2988 100644 --- a/flavours/linux/local.conf.sample +++ b/flavours/linux/local.conf.sample @@ -258,5 +258,4 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl" # this doesn't mean anything to you. CONF_VERSION = "1" -IMAGE_INSTALL_append = " dhcp-client dropbear packagegroup-base-wifi iw bluez5 obexftp" IMAGE_INSTALL_append_stm32mp1-av96 = " av96-root-files" -- GitLab