Skip to content

Commit

Permalink
github/elos: Strip down dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gehwolf committed Aug 20, 2024
1 parent afd5c3f commit 417a079
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-core-image-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ jobs:
echo 'MACHINE = "qemux86"' >> $YOCTO_BUILD_PATH/build/conf/local.conf
echo 'PACKAGECONFIG:append:pn-elos = " daemon"' >> $YOCTO_BUILD_PATH/build/conf/local.conf
echo 'IMAGE_INSTALL += "elos-daemon"' >> $YOCTO_BUILD_PATH/build/conf/local.conf
echo 'BB_STRICT_CHECKSUM:forcevariable = "0"' >> $YOCTO_BUILD_PATH/build/conf/local.conf
echo 'BBLAYERS += "' $YOCTO_BUILD_PATH/meta-elos/ '"' >> $YOCTO_BUILD_PATH/build/conf/bblayers.conf
echo 'BBLAYERS += "' $YOCTO_BUILD_PATH/meta-openembedded/meta-oe/ '"' >> $YOCTO_BUILD_PATH/build/conf/bblayers.conf
echo 'BBLAYERS += "' $YOCTO_BUILD_PATH/meta-openembedded/meta-networking/ '"' >> $YOCTO_BUILD_PATH/build/conf/bblayers.conf
echo 'BBLAYERS += "' $YOCTO_BUILD_PATH/meta-openembedded/meta-python/ '"' >> $YOCTO_BUILD_PATH/build/conf/bblayers.conf
echo "########### local.conf to build ###################"
cat $YOCTO_BUILD_PATH/build/conf/bblayers.conf
Expand Down

0 comments on commit 417a079

Please sign in to comment.