images: add connman-angstrom-settings to connman based images
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Conflicts: recipes-images/angstrom/systemd-image.bb
This commit is contained in:
@@ -8,7 +8,7 @@ IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp"
|
||||
DISTRO_UPDATE_ALTERNATIVES ??= ""
|
||||
ROOTFS_PKGMANAGE_PKGS ?= '${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${ROOTFS_PKGMANAGE} ${DISTRO_UPDATE_ALTERNATIVES}", d)}'
|
||||
|
||||
CONMANPKGS ?= "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd"
|
||||
CONMANPKGS ?= "connman connman-angstrom-settings connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd"
|
||||
CONMANPKGS_libc-uclibc = ""
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Image with a GNOME2 desktop and various tools installed
|
||||
|
||||
CONMANPKGS = "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd connman-gnome"
|
||||
CONMANPKGS = "connman connman-angstrom-settings connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-gnome"
|
||||
|
||||
require systemd-image.bb
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp"
|
||||
DISTRO_UPDATE_ALTERNATIVES ??= ""
|
||||
ROOTFS_PKGMANAGE_PKGS ?= '${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${ROOTFS_PKGMANAGE} ${DISTRO_UPDATE_ALTERNATIVES}", d)}'
|
||||
|
||||
CONMANPKGS ?= "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi"
|
||||
CONMANPKGS ?= "connman connman-angstrom-settings connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi"
|
||||
CONMANPKGS_libc-uclibc = ""
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
|
||||
Reference in New Issue
Block a user