The image should contain a demo program from a variety of languages but let's start with rust.
Signed-off-by: Randy MacLeod <[email protected]> --- meta/recipes-devtools/images/core-image-languages.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-devtools/images/core-image-languages.bb diff --git a/meta/recipes-devtools/images/core-image-languages.bb b/meta/recipes-devtools/images/core-image-languages.bb new file mode 100644 index 0000000000..087a2a8aba --- /dev/null +++ b/meta/recipes-devtools/images/core-image-languages.bb @@ -0,0 +1,12 @@ +SUMMARY = "A small image to test language support." + +IMAGE_INSTALL = "packagegroup-core-boot rust-hello-world ${CORE_IMAGE_EXTRA_INSTALL}" + +IMAGE_LINGUAS = " " + +LICENSE = "MIT" + +inherit core-image + +IMAGE_ROOTFS_SIZE ?= "8192" +IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}" -- 2.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#148529): https://lists.openembedded.org/g/openembedded-core/message/148529 Mute This Topic: https://lists.openembedded.org/mt/80869122/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
