Skip to content

Commit

Permalink
genimage: remove recipe
Browse files Browse the repository at this point in the history
Since c3a11589 ("genimage: add new recipe "), the genimage recipe is
part of meta-openembedded's meta-oe and can be removed from meta-ptx.

Same applies to the 'confuse' recipe which was there for genimage only.
The 'libconfuse' pendant was moved from meta-networking to meta-oe and
prepared for being compatible with genimage.

Since genimage.bbclass is still part of meta-ptx, add meta-oe
('openembedded-layer') to the list of layer dependencies.

Signed-off-by: Enrico Jörns <[email protected]>
  • Loading branch information
ejoerns committed Sep 16, 2024
1 parent ac2be76 commit 8695657
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 88 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Initialize build directory
run: |
source poky/oe-init-build-env build
bitbake-layers add-layer ../meta-openembedded/meta-oe
bitbake-layers add-layer ../meta-ptx
if [ -f ~/.yocto/auto.conf ]; then
cp ~/.yocto/auto.conf conf/
Expand Down
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "ptx"
BBFILE_PATTERN_ptx = "^${LAYERDIR}/"
BBFILE_PRIORITY_ptx = "6"

LAYERDEPENDS_ptx = "core"
LAYERDEPENDS_ptx = "core openembedded-layer"

LAYERSERIES_COMPAT_ptx = "styhead"
17 changes: 0 additions & 17 deletions recipes-devtools/confuse/confuse_3.3.bb

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions recipes-devtools/genimage/genimage.inc

This file was deleted.

3 changes: 0 additions & 3 deletions recipes-devtools/genimage/genimage_18.bb

This file was deleted.

0 comments on commit 8695657

Please sign in to comment.