images: remove package-management for all digi images
'package-management' allows to install packages in runtime. This feature is not usually utilize by customers so we are removing this support from all images. Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
parent
0b9b73afc8
commit
454200633f
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2017, Digi International Inc.
|
# Copyright (C) 2017-2023, Digi International Inc.
|
||||||
|
|
||||||
DESCRIPTION = "DEY image including Amazon Web Services packages"
|
DESCRIPTION = "DEY image including Amazon Web Services packages"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
|
@ -16,7 +16,6 @@ IMAGE_INSTALL = " \
|
||||||
|
|
||||||
IMAGE_FEATURES += " \
|
IMAGE_FEATURES += " \
|
||||||
dey-network \
|
dey-network \
|
||||||
package-management \
|
|
||||||
ssh-server-dropbear \
|
ssh-server-dropbear \
|
||||||
${@bb.utils.contains('MACHINE_FEATURES', 'bluetooth', 'dey-bluetooth', '', d)} \
|
${@bb.utils.contains('MACHINE_FEATURES', 'bluetooth', 'dey-bluetooth', '', d)} \
|
||||||
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \
|
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2022, Digi International Inc.
|
# Copyright (C) 2022, 2023, Digi International Inc.
|
||||||
|
|
||||||
require dey-image-graphical.inc
|
require dey-image-graphical.inc
|
||||||
|
|
||||||
|
|
@ -10,4 +10,4 @@ GRAPHICAL_CORE = "crank"
|
||||||
IMAGE_FEATURES:remove:ccimx6ul = "x11-base x11-sato"
|
IMAGE_FEATURES:remove:ccimx6ul = "x11-base x11-sato"
|
||||||
|
|
||||||
# Reduce the rootfs size to fit in the internal storage
|
# Reduce the rootfs size to fit in the internal storage
|
||||||
IMAGE_FEATURES:remove:ccmp15 = "dey-gstreamer package-management"
|
IMAGE_FEATURES:remove:ccmp15 = "dey-gstreamer"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2016-2020 Digi International.
|
# Copyright (C) 2016-2023 Digi International.
|
||||||
#
|
#
|
||||||
DESCRIPTION = "DEY image with graphical libraries"
|
DESCRIPTION = "DEY image with graphical libraries"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
|
@ -19,7 +19,6 @@ IMAGE_FEATURES += " \
|
||||||
dey-network \
|
dey-network \
|
||||||
dey-${GRAPHICAL_CORE} \
|
dey-${GRAPHICAL_CORE} \
|
||||||
eclipse-debug \
|
eclipse-debug \
|
||||||
package-management \
|
|
||||||
ssh-server-dropbear \
|
ssh-server-dropbear \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'weston', \
|
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'weston', \
|
||||||
bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11-base x11-sato', \
|
bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11-base x11-sato', \
|
||||||
|
|
@ -37,9 +36,6 @@ IMAGE_FEATURES:append:ccimx6ulsbc = " dey-gstreamer"
|
||||||
|
|
||||||
IMAGE_FEATURES:append:ccmp15 = " ${@bb.utils.contains('DISTRO_FEATURES', 'gstreamer', 'dey-gstreamer', '', d)}"
|
IMAGE_FEATURES:append:ccmp15 = " ${@bb.utils.contains('DISTRO_FEATURES', 'gstreamer', 'dey-gstreamer', '', d)}"
|
||||||
|
|
||||||
# Remove some features to reduce the rootfs size to fit in the internal storage.
|
|
||||||
IMAGE_FEATURES:remove:ccimx6ul = "package-management"
|
|
||||||
|
|
||||||
# SDK features (for toolchains generated from an image with populate_sdk)
|
# SDK features (for toolchains generated from an image with populate_sdk)
|
||||||
SDKIMAGE_FEATURES ?= "dev-pkgs dbg-pkgs staticdev-pkgs"
|
SDKIMAGE_FEATURES ?= "dev-pkgs dbg-pkgs staticdev-pkgs"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue