diff options
Diffstat (limited to 'meta/packages/images/oh-image-core.bb')
-rw-r--r-- | meta/packages/images/oh-image-core.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/packages/images/oh-image-core.bb b/meta/packages/images/oh-image-core.bb index e416d84843..0e2e7d6f0d 100644 --- a/meta/packages/images/oh-image-core.bb +++ b/meta/packages/images/oh-image-core.bb @@ -2,12 +2,11 @@ PR = "r0" export IMAGE_BASENAME = "oh-image-core" +IMAGE_FEATURES += "apps-core" + DEPENDS = "task-oh" -RDEPENDS = "\ - task-oh-boot \ - task-oh-boot-extras \ - task-oh-base " +RDEPENDS = "${DISTRO_TASKS}" export PACKAGE_INSTALL = "${RDEPENDS}" |