| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
and the OpenCV developer dependencies
|
|
|
|
| |
openjdk17; Add ffmpeg libraries (deb10+11: v4, deb12: v5)
|
|
|
|
|
|
|
|
|
|
|
| |
qemu-arm-static, deploy cmake-3.18.4 binaries
I crossbuild cmake 3.18.4 on Debian 10 using the vanilla build - deployed in a tar ball for /usr/local.
The debian build failed (for producing proper deb packages)
This resolves using cmake on a Debian 10 armhf target under qemu-arm-static (chroot w/ binfmt).
See:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
loop_rootfs using grub (WIP)
- Generic packages: nn-packages[-RELEASE] (using the optional '-RELEASE' variant)
- System packages: nn-packages-sys-(raspi|debian)[-RELEASE] (using the optional '-RELEASE' variant),
allow to distinguish not only for the RELEASE but the actual underlying distribution.
- On debian amd64, all required usb-storage etc modules are loaded for loop_rootfs/initrd
- loop_rootfs works on Raspi (Proprietary Bootloader) as well as on Debian (Grub Bootloader)
- loop_rootfs uses the first vfat block-device partition for /boot
- /boot will be mounted by loop_rootfs and handed over to new root-mount-point,
this avoids issues of using an undefined /boot partition (but the first)
- rotatelog_init_rootfs: Rotates /boot/init_rootfs.log if having more than 500 lines
- FIX export-image: Copy the rootfs.img to the exported full image,
which allows testing the image directly via qemu .. etc.
|
|
Cleaned README.md
|