You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meta-...@googlegroups.com
Hello,
Will there be a “core-image-base” available in meta-debian?
I’m searching for an debian image with package-manager running on a beaglebone black…
HAYASHI Kazuhiro
unread,
Aug 12, 2017, 12:51:27 AM8/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Renn Eugen (TT-CH/ECA1), meta-...@googlegroups.com
Hi,
You can enable "package-management" by adding it to EXTRA_IMAGE_FEATURES
in your build/conf/local.conf.
EXTRA_IMAGE_FEATURES = "debug-tweaks package-management"
meta-debian supports only "core-image-minimal". "core-image-base" is not supported.
However, you can easily install additional packages to the image by
adding packages into RDEPENDS of recipes-core/packagegroups/packagegroup-core-boot.bb,
or, by creating packagegroup-core-boot.bbappend like below in your own layer.