Skip to content

Commit

Permalink
Merge pull request #642 from lumag/add-meta-oe
Browse files Browse the repository at this point in the history
More fixes for meta-oe repo
  • Loading branch information
lumag authored Sep 12, 2024
2 parents b8e5a31 + 3a3204a commit 770fa30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
distro: $DISTRO
target: ${{inputs.images}}
bblayers_conf:
- BBLAYERS += '../$(echo ${{github.repository}} | cut -d'/' -f2) ../meta-openembedded/meta-oe'
- BBLAYERS += '../$(echo ${{github.repository}} | cut -d'/' -f2) ../meta-openembedded/meta-oe ../meta-openembedded/meta-python'
artifacts: []
EOF
Expand Down
2 changes: 1 addition & 1 deletion recipes-test/images/initramfs-test-full-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PACKAGE_INSTALL:append:libc-glibc = " \

# ncurses-terminfo is provided by oe-core layer, but it's only needed for gps (cgps), so include it here
PACKAGE_INSTALL_openembedded-layer += " \
crash \
${@['crash', ''][${TCLIBC} != 'musl']} \
dhrystone \
gpsd \
gpsd-machine-conf \
Expand Down

0 comments on commit 770fa30

Please sign in to comment.