Skip to content

Commit

Permalink
Merge pull request #317 from lumag/readd-virt
Browse files Browse the repository at this point in the history
Properly integrate meta-virtualization and reenable docker package
  • Loading branch information
lumag authored Jul 1, 2024
2 parents 0fe3e2c + 1cb13eb commit a57131b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/distro/include/rpb.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_multilib_handler(d):
# It is the case when we don't want multilib enabled (e.g. on 32bit machines).
#include ${@get_multilib_handler(d)}

DISTRO_FEATURES:append = " opengl pam ptest vulkan"
DISTRO_FEATURES:append = " opengl pam ptest vulkan virtualization"
DISTRO_FEATURES:remove = "3g"
PACKAGECONFIG:append:pn-systemd = " resolved networkd"
PACKAGECONFIG:append:pn-qtbase = " gles2 fontconfig examples"
Expand Down
1 change: 1 addition & 0 deletions recipes-samples/packagegroups/packagegroup-rpb.bb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RDEPENDS:packagegroup-rpb = "\
alsa-utils-aplay \
coreutils \
cpufrequtils \
${@bb.utils.contains("TARGET_ARCH", "arm", "", "docker", d)} \
file \
gps-utils \
gpsd \
Expand Down

0 comments on commit a57131b

Please sign in to comment.