Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No recipe in default for busybox_1.34 #131

Closed
frebour1 opened this issue Apr 11, 2022 · 3 comments · Fixed by #138
Closed

No recipe in default for busybox_1.34 #131

frebour1 opened this issue Apr 11, 2022 · 3 comments · Fixed by #138

Comments

@frebour1
Copy link

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
Copy link

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

@frebour1
Copy link
Author

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

@kmwegger
Copy link

kmwegger commented Jul 7, 2022

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.

gotthardp added a commit to gotthardp/meta-openwrt that referenced this issue May 5, 2023
Fixes: kraj#131,kraj#137

Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
gotthardp added a commit to gotthardp/meta-openwrt that referenced this issue May 5, 2023
Fixes: kraj#131,kraj#137

Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
@kraj kraj closed this as completed in #138 May 5, 2023
kraj pushed a commit that referenced this issue May 5, 2023
Fixes: #131,#137

Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants