Raspberry Pi 4 ImageBuilder Repositories Broken

Using both the snapshot targets from the old 2708 and the newer 27xx building is now made impossible. Even without any new commands (just make image) there's an error thrown

* opkg_install_cmd: Cannot install package cypress-firmware-43455-sdio.
 * opkg_install_cmd: Cannot install package cypress-nvram-43455-sdio-rpi-4b.

Because they're entirely missing, not to mention a bunch of other things. What's going on here?

Upon further inspection, it seems the autocompile made on the March 27th-28th for the packages on the cortex-a72 completely and utterly shit the bed. The number of packages which failed is huge: https://downloads.openwrt.org/snapshots/faillogs/aarch64_cortex-a72/packages/

Is it possible to work around this?

Edit: Latest compile resolves the broken packages

I just tried the Raspberry Pi 4 32 bits imagebuilder and its working without any errors:https://downloads.openwrt.org/snapshots/targets/bcm27xx/bcm2709/openwrt-imagebuilder-bcm27xx-bcm2709.Linux-x86_64.tar.xz

/Downloads/openwrt-imagebuilder-bcm27xx-bcm2709.Linux-x86_64$ make info
Current Target: "bcm27xx/bcm2709"
Current Revision: "r12723-3a8dbcf5c2"
Default Packages: base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd urandom-seed urngd bcm27xx-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835 kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 partx-utils mkf2fs e2fsprogs dnsmasq iptables ip6tables ppp ppp-mod-pppoe firewall odhcpd-ipv6only odhcp6c kmod-ipt-offload
Available Profiles:

rpi-2:
    Raspberry Pi 2B/3B/3B+/3CM/4B
    Packages: cypress-firmware-43430-sdio cypress-nvram-43430-sdio-rpi-3b cypress-firmware-43455-sdio cypress-nvram-43455-sdio-rpi-3b-plus cypress-nvram-43455-sdio-rpi-4b kmod-brcmfmac wpad-basic iwinfo
    hasImageMetadata: 1
    SupportedDevices: rpi-2-b rpi-3-b rpi-3-b-plus rpi-cm raspberrypi,2-model-b raspberrypi,2-model-b-rev2 raspberrypi,3-model-b raspberrypi,3-model-b-plus raspberrypi,3-compute-module raspberrypi,compute-module-3 raspberrypi,4-model-b

1 Like