This repository has been archived on 2025-09-06. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Dustin 5a1b007fd7 build-kernel: Avoid creating /lib directory
In a "merged-usr" system, `/lib` is a symlink to `/usr/lib`.  When
installing *sys-apps/systemd*, Portage checks to ensure this is the
case.  If this happens after `make modules_install` is run, `/lib` is
a directory, which causes the installation to fail.  To avoid this, we
need to explicitly install the modules into `/usr/lib` so that the
symlink can be created later.
2023-02-13 23:24:36 -06:00
host-portage Initial commit 2023-02-13 23:24:36 -06:00
overlay Initial commit 2023-02-13 23:24:36 -06:00
patches Initial commit 2023-02-13 23:24:36 -06:00
portage Initial commit 2023-02-13 23:24:36 -06:00
u-boot@62e2ad1cea Initial commit 2023-02-13 23:24:36 -06:00
.gitignore Add top-level Makefile 2023-02-13 23:24:36 -06:00
.gitmodules Initial commit 2023-02-13 23:24:36 -06:00
Makefile Add top-level Makefile 2023-02-13 23:24:36 -06:00
README.md Initial commit 2023-02-13 23:24:36 -06:00
build-all.sh Initial commit 2023-02-13 23:24:36 -06:00
build-grub.sh Initial commit 2023-02-13 23:24:36 -06:00
build-host-tools.sh Initial commit 2023-02-13 23:24:36 -06:00
build-kernel.sh build-kernel: Avoid creating /lib directory 2023-02-13 23:24:36 -06:00
build-rootfs.sh build-rootfs: Avoid spurious boot errors 2023-02-13 23:24:36 -06:00
build-squashfs.sh Initial commit 2023-02-13 23:24:36 -06:00
build-uboot.sh uboot: Apply patches outside container 2023-02-13 23:24:36 -06:00
build-update.sh Initial commit 2023-02-13 23:24:36 -06:00
build.sh Initial commit 2023-02-13 23:24:36 -06:00
busybox.symlinks Initial commit 2023-02-13 23:24:36 -06:00
config Initial commit 2023-02-13 23:24:36 -06:00
config-portage.sh Initial commit 2023-02-13 23:24:36 -06:00
config.txt Initial commit 2023-02-13 23:24:36 -06:00
genimage.cfg Initial commit 2023-02-13 23:24:36 -06:00
genimage.sh Initial commit 2023-02-13 23:24:36 -06:00
grub.cfg Initial commit 2023-02-13 23:24:36 -06:00
install-update.sh Initial commit 2023-02-13 23:24:36 -06:00
linux.config Initial commit 2023-02-13 23:24:36 -06:00
patch-uboot.sh uboot: Apply patches outside container 2023-02-13 23:24:36 -06:00
podman-build.sh podman-build: Mount /mnt/gentoo as a volume 2023-02-13 23:24:36 -06:00
post-build.sh Initial commit 2023-02-13 23:24:36 -06:00
prepare.sh Initial commit 2023-02-13 23:24:36 -06:00
setup-local-repo.sh Initial commit 2023-02-13 23:24:36 -06:00
squashfs.exclude Initial commit 2023-02-13 23:24:36 -06:00
u-boot.config Initial commit 2023-02-13 23:24:36 -06:00

README.md

Errors

SWIOTLB Buffer

OF: reserved mem: failed to allocate memory for node … Can not allocate SWIOTLB buffer earlier and can't now provide you with the DMA bounce buffer

Ensure start_x=1 is in config.txt and start_file/fixup_file are not specified.

U-Boot: Overwrite Reserved Memory

** Reading file would overwrite reserved memory **

Set CONFIG_LMB_MAX_REGIONS=16 in u-boot/.config