kraj / meta-openwrt

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

No recipe in default for busybox_1.34 #131

Closed frebour1 closed 1 year ago

frebour1 commented 2 years ago

Following wiki , building openwrt-image-minimal I got :

$ TCLIBC=musl MACHINE=qemuarm bitbake openwrt-image-base Loading cache: 100% |#########################################################################################| Time: 0:00:01 Loaded 3854 entries from dependency cache. ERROR: No recipes in default available for: /mnt/yocto/openembedded-core/meta-openwrt/recipes-tweaks/busybox/busybox_1.34.%.bbappend

coolmaxter commented 2 years ago

Hi, did you solve the problem? I just got the same issue here.

frebour1 commented 2 years ago

I have delete following files : recipes-tweaks/busybox/busybox_1.34.%.bbappend

kmwegger commented 2 years ago

The best way to solve this is to add the bbappend to BBMASK in your local.conf or similar.

BBMASK = "recipes-tweaks/busybox/busybox_1.34.%.bbappend"

Using BBMASK you can use the layer normally, without forking or manually deleting files.