diff --git a/recipes-core/busybox/busybox/openharmony.cfg b/recipes-core/busybox/busybox/openharmony.cfg new file mode 100644 index 0000000000000000000000000000000000000000..c9e92595d487b2f976c987ae28f89f89e89734bc --- /dev/null +++ b/recipes-core/busybox/busybox/openharmony.cfg @@ -0,0 +1 @@ +CONFIG_DESKTOP=y diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend new file mode 100644 index 0000000000000000000000000000000000000000..9b63836265e120f61add72b822f43408e79dadcd --- /dev/null +++ b/recipes-core/busybox/busybox_%.bbappend @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: Apache-2.0 + +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +SRC_URI += " \ + file://openharmony.cfg \ +"