Commit 7f058e8 1 parent 2ebd3ad commit 7f058e8 Copy full SHA for 7f058e8
File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ SUMMARY = "HULKs flavoured Nao"
4
4
5
5
DISTRO = "HULKs-OS"
6
6
DISTRO_NAME = "HULKs-OS"
7
- DISTRO_VERSION = "7.6 .0"
7
+ DISTRO_VERSION = "8.0 .0"
8
8
SDKIMAGE_FEATURES:remove = "dbg-pkgs src-pkgs"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ SUMMARY = "A small image just capable of allowing a device to boot."
2
2
3
3
DISTRO = "nao-core-minimal"
4
4
DISTRO_NAME = "nao-core-minimal"
5
- DISTRO_VERSION = "3.0 "
5
+ DISTRO_VERSION = "3.1 "
6
6
TARGET_VENDOR = "-aldebaran"
7
7
IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO}-${DISTRO_VERSION}${IMAGE_VERSION_SUFFIX}"
8
8
IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${DISTRO}-${DISTRO_VERSION}"
@@ -21,6 +21,12 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-intel-rt"
21
21
PREFERRED_PROVIDER_cgos-mod = "linux-intel-rt"
22
22
KERNEL_MODULE_AUTOLOAD:append = " cgosdrv"
23
23
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
+
24
30
PACKAGE_CLASSES ?= "package_ipk"
25
31
26
32
require conf/distro/include/no-static-libs.inc
You can’t perform that action at this time.
0 commit comments