kraj / meta-openwrt

OE/Yocto metadata layer for OpenWRT
MIT License
103 stars 78 forks source link

tweaks: busybox: Fix version of bbappend files #125

Closed sebveit closed 2 years ago

sebveit commented 2 years ago

bitbake complains about missing recipes for the following bbappend-files: recipes-tweaks/busybox/busybox_1.31.%.bbappend recipes-tweaks/busybox/busybox_1.32.%.bbappend recipes-tweaks/busybox/busybox_1.33.%.bbappend

This fix targets the honister-branch of openembedded-core by replacing those three files with one file recipes-tweaks/busybox/busybox_1.34.%.bbappend, to match the used version of busybox in openembedded-core.

sebveit commented 2 years ago

Log of encountered error that this pull request tries to fix:

$ TCLIBC=musl MACHINE=qemuarm bitbake openwrt-image-base Loading cache: 100% | | ETA: --:--:-- Loaded 0 entries from dependency cache. Parsing recipes: 100% |##########################################| Time: 0:01:24 Parsing of 2370 .bb files complete (0 cached, 2370 parsed). 3699 targets, 199 skipped, 0 masked, 0 errors. ERROR: No recipes in default available for: /home/user/openembedded-core/meta-openwrt/recipes-tweaks/busybox/busybox_1.31.%.bbappend /home/user/openembedded-core/meta-openwrt/recipes-tweaks/busybox/busybox_1.32.%.bbappend /home/user/openembedded-core/meta-openwrt/recipes-tweaks/busybox/busybox_1.33.%.bbappend

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

sebveit commented 2 years ago

Build Configuration: BB_VERSION = "1.52.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "fedora-33" TARGET_SYS = "arm-oe-linux-musleabi" MACHINE = "qemuarm" DISTRO = "nodistro" DISTRO_VERSION = "nodistro.0" TUNE_FEATURES = "arm vfp cortexa15 neon thumb callconvention-hard" TARGET_FPU = "hard" meta = "honister:70384dd958c57d1da924a66cffa35f80eb60d4b0" meta-oe meta-python meta-networking = "honister:f632403d1800363ac63a1ad5543278b82c659832"