diff options
Diffstat (limited to 'meta-unit-kas')
6 files changed, 11 insertions, 0 deletions
diff --git a/meta-unit-kas/images/poky/beaglebone-yocto/core-image-base/wrynose.yml b/meta-unit-kas/images/poky/beaglebone-yocto/core-image-base/wrynose.yml index 2997aa8..a85fcae 100644 --- a/meta-unit-kas/images/poky/beaglebone-yocto/core-image-base/wrynose.yml +++ b/meta-unit-kas/images/poky/beaglebone-yocto/core-image-base/wrynose.yml @@ -14,3 +14,4 @@ header: - meta-unit-kas/include/layers/meta-yocto/beaglebone-yocto.yml - meta-unit-kas/include/features/ssh.yml - meta-unit-kas/include/features/systemd.yml + - meta-unit-kas/include/features/sdk.yml diff --git a/meta-unit-kas/images/poky/radxa-zero-3e/core-image-base/wrynose.yml b/meta-unit-kas/images/poky/radxa-zero-3e/core-image-base/wrynose.yml index dd01b94..0f12aa6 100644 --- a/meta-unit-kas/images/poky/radxa-zero-3e/core-image-base/wrynose.yml +++ b/meta-unit-kas/images/poky/radxa-zero-3e/core-image-base/wrynose.yml @@ -18,6 +18,7 @@ header: - meta-unit-kas/include/layers/meta-rockchip/radxa-zero-3e.yml - meta-unit-kas/include/features/ssh.yml - meta-unit-kas/include/features/systemd.yml + - meta-unit-kas/include/features/sdk.yml repos: meta-arm: diff --git a/meta-unit-kas/images/poky/raspberrypi0-2w-64/core-image-base/wrynose.yml b/meta-unit-kas/images/poky/raspberrypi0-2w-64/core-image-base/wrynose.yml index 43eedcd..62ee924 100644 --- a/meta-unit-kas/images/poky/raspberrypi0-2w-64/core-image-base/wrynose.yml +++ b/meta-unit-kas/images/poky/raspberrypi0-2w-64/core-image-base/wrynose.yml @@ -16,6 +16,7 @@ header: - meta-unit-kas/include/layers/meta-raspberrypi/raspberrypi0-2w-64.yml - meta-unit-kas/include/layers/meta-raspberrypi/conf.yml - meta-unit-kas/include/features/systemd.yml + - meta-unit-kas/include/features/sdk.yml repos: meta-unit: diff --git a/meta-unit-kas/images/poky/raspberrypi3-64/core-image-base/wrynose.yml b/meta-unit-kas/images/poky/raspberrypi3-64/core-image-base/wrynose.yml index 58cf24b..40ca2d8 100644 --- a/meta-unit-kas/images/poky/raspberrypi3-64/core-image-base/wrynose.yml +++ b/meta-unit-kas/images/poky/raspberrypi3-64/core-image-base/wrynose.yml @@ -17,6 +17,7 @@ header: - meta-unit-kas/include/layers/meta-raspberrypi/conf.yml - meta-unit-kas/include/features/ssh.yml - meta-unit-kas/include/features/systemd.yml + - meta-unit-kas/include/features/sdk.yml repos: meta-unit: diff --git a/meta-unit-kas/images/poky/raspberrypi5/core-image-base/wrynose.yml b/meta-unit-kas/images/poky/raspberrypi5/core-image-base/wrynose.yml index 33377f4..a8605ac 100644 --- a/meta-unit-kas/images/poky/raspberrypi5/core-image-base/wrynose.yml +++ b/meta-unit-kas/images/poky/raspberrypi5/core-image-base/wrynose.yml @@ -17,6 +17,7 @@ header: - meta-unit-kas/include/layers/meta-raspberrypi/conf.yml - meta-unit-kas/include/features/ssh.yml - meta-unit-kas/include/features/systemd.yml + - meta-unit-kas/include/features/sdk.yml repos: meta-unit: diff --git a/meta-unit-kas/include/features/sdk.yml b/meta-unit-kas/include/features/sdk.yml new file mode 100644 index 0000000..171abde --- /dev/null +++ b/meta-unit-kas/include/features/sdk.yml @@ -0,0 +1,6 @@ +header: + version: 20 + +local_conf_header: + sdk: | + SDK_TOOLCHAIN_LANGS:append = " rust" |
