workflows: Check to reduce size
Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -27,6 +27,8 @@ jobs:
|
||||
. oe-init-build-env
|
||||
echo 'TOOLCHAIN_HOST_TASK_append = " packagegroup-rust-cross-canadian-${MACHINE}"' >> conf/local.conf
|
||||
echo 'PREFERRED_PROVIDER_virtual/kernel = "linux-dummy"' >> conf/local.conf
|
||||
echo 'DISTRO_FEATURES_remove = "acl alsa argp bluetooth ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat largefile opengl ptest multiarch wayland vulkan pulseaudio gobject-introspection-data ldconfig"' >> conf/local.conf
|
||||
echo 'VIRTUAL-RUNTIME_dev_manager = ""' >> conf/local.conf
|
||||
bitbake core-image-minimal -c populate_sdk
|
||||
SDK_DIR=/tmp/sdk-deploy
|
||||
./$(find ./tmp/deploy/sdk/ -name '*.sh') -d $SDK_DIR -y
|
||||
|
||||
Reference in New Issue
Block a user