diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2013-08-16 17:38:12 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2013-09-22 12:20:55 +0200 |
commit | c23ed81e10d6fe8767b989d0d2ac58055bc26c06 (patch) | |
tree | e95971bb075eedf541430cfd224d04e78039251a /recipes | |
parent | 7f26e688e5b8310020cad8ff3ca36d56552b1540 (diff) |
image: add update-alternative and ethtool
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/images/angstrom-lxde-image.bb | 4 | ||||
-rw-r--r-- | recipes/images/trdx-extra.inc | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb index 5f2ec7d..efd119c 100644 --- a/recipes/images/angstrom-lxde-image.bb +++ b/recipes/images/angstrom-lxde-image.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Image based on the LXDE desktop" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PV = "V2.0" +PV = "V2.1" PR = "r5" #start of the resulting deployable tarball @@ -32,7 +32,7 @@ IMAGE_LINGUAS = "en-us" # xorg-minimal-fonts xserver-xorg-multimedia-modules xserver-xorg-utils DISTRO_UPDATE_ALTERNATIVES ??= "" -ROOTFS_PKGMANAGE_PKGS ?= '${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${ROOTFS_PKGMANAGE} ${DISTRO_UPDATE_ALTERNATIVES}", d)}' +ROOTFS_PKGMANAGE_PKGS ?= '${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${ROOTFS_PKGMANAGE} ${DISTRO_UPDATE_ALTERNATIVES} update-alternatives-cworth", d)}' #CONMANPKGS = "" CONMANPKGS ?= "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-client connman-gnome" diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index 35ec610..1e4f67f 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -73,6 +73,7 @@ IMAGE_INSTALL += " \ stress \ lmbench \ nbench-byte \ + ethtool \ \ ${IMAGE_INSTALL_MACHINE} \ \ |