Skip to content

Commit 7f058e8

Browse files
authored
use full coreutils instead of busybox (#27)
1 parent 2ebd3ad commit 7f058e8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

meta-hulks/conf/distro/HULKs-OS.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ SUMMARY = "HULKs flavoured Nao"
44

55
DISTRO = "HULKs-OS"
66
DISTRO_NAME = "HULKs-OS"
7-
DISTRO_VERSION = "7.6.0"
7+
DISTRO_VERSION = "8.0.0"
88
SDKIMAGE_FEATURES:remove = "dbg-pkgs src-pkgs"

meta/conf/distro/nao-core-minimal.conf

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SUMMARY = "A small image just capable of allowing a device to boot."
22

33
DISTRO = "nao-core-minimal"
44
DISTRO_NAME = "nao-core-minimal"
5-
DISTRO_VERSION = "3.0"
5+
DISTRO_VERSION = "3.1"
66
TARGET_VENDOR = "-aldebaran"
77
IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO}-${DISTRO_VERSION}${IMAGE_VERSION_SUFFIX}"
88
IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${DISTRO}-${DISTRO_VERSION}"
@@ -21,6 +21,12 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-intel-rt"
2121
PREFERRED_PROVIDER_cgos-mod = "linux-intel-rt"
2222
KERNEL_MODULE_AUTOLOAD:append = " cgosdrv"
2323

24+
#
25+
# Use a full set of packages instead of busybox for base utils
26+
#
27+
PREFERRED_PROVIDER_base-utils = "packagegroup-core-base-utils"
28+
VIRTUAL-RUNTIME_base-utils = "packagegroup-core-base-utils"
29+
2430
PACKAGE_CLASSES ?= "package_ipk"
2531

2632
require conf/distro/include/no-static-libs.inc

0 commit comments

Comments
 (0)