Skip to content

Commit

Permalink
use full coreutils instead of busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidma committed Jan 11, 2025
1 parent 2ebd3ad commit 2a7a5dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta-hulks/conf/distro/HULKs-OS.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ SUMMARY = "HULKs flavoured Nao"

DISTRO = "HULKs-OS"
DISTRO_NAME = "HULKs-OS"
DISTRO_VERSION = "7.6.0"
DISTRO_VERSION = "8.0.0"
SDKIMAGE_FEATURES:remove = "dbg-pkgs src-pkgs"
8 changes: 7 additions & 1 deletion meta/conf/distro/nao-core-minimal.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SUMMARY = "A small image just capable of allowing a device to boot."

DISTRO = "nao-core-minimal"
DISTRO_NAME = "nao-core-minimal"
DISTRO_VERSION = "3.0"
DISTRO_VERSION = "3.1"
TARGET_VENDOR = "-aldebaran"
IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO}-${DISTRO_VERSION}${IMAGE_VERSION_SUFFIX}"
IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${DISTRO}-${DISTRO_VERSION}"
Expand All @@ -21,6 +21,12 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-intel-rt"
PREFERRED_PROVIDER_cgos-mod = "linux-intel-rt"
KERNEL_MODULE_AUTOLOAD:append = " cgosdrv"

#
# Use a full set of packages instead of busybox for base utils
#
PREFERRED_PROVIDER_base-utils = "packagegroup-core-base-utils"
VIRTUAL-RUNTIME_base-utils = "packagegroup-core-base-utils"

PACKAGE_CLASSES ?= "package_ipk"

require conf/distro/include/no-static-libs.inc
Expand Down

0 comments on commit 2a7a5dc

Please sign in to comment.