meta-openwrt
meta-openwrt copied to clipboard
OE/Yocto metadata layer for OpenWRT
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...
DEFAULT_BOARD_JSON does not exist in the source code of this macro, but it has already appeared in the patch
Hi, I have build the openwrt image for rpi4 using meta-openwrt. After booting I am able to access the luci gui on rpi4. But, when I go to the Status-->...
Hi, I followed the steps mentioned in the readme file for downloading the repos and compiling the openwrt-image-full. The build fails while building the xtables-addons. Following is the complete build...
This patch cannot be applied: Applying patch 0001-resolv.conf.auto-Use-run-instead-of-tmp.patch patching file netifd.h Hunk #1 FAILED at 38. 1 out of 1 hunk FAILED -- rejects in file netifd.h Patch 0001-resolv.conf.auto-Use-run-instead-of-tmp.patch does...
When I visit openwrt in the browser, the following status appears: Bad Gateway The process did not produce any response Then I also tried under the terminal. root@OpenWrt:/# /www/cgi-bin/luci /usr/bin/lua:...
so i build an image for the raspberrypi CM4 o the Compute module 4 IO Board, a normal image core-image-minimal gets an ip and i can login via ssh no...
`luci_git.bb` and `uhttpd_git.bb` should depend on `virtual/crypt` rather than directly on `libxcrypt`. This is necessary in order to be able to build with `TCLIBC = "musl"`, which in turn is...
Hello. Is there any information on what has been proved to work in terms of the luci integration? I'm trying a build for the x86 hardware target and some of...
The uhttpd cannot start on the target system because the directory /run/lock does not exists. Maybe another run subdirs does not exists too. My `conf/local.conf`: ``` MACHINE ?= "raspberrypi" DISTRO...