aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core
AgeCommit message (Collapse)Author
2020-02-14remove imageTrevor Woerner
This is a BSP layer, not a software demonstration layer. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2018-04-15remove petitbootTrevor Woerner
It doesn't build, and hasn't been able to build in a long time. The point of petitboot was to enable booting an image from uSD. Initially the rockchip bootloaders did not support booting from uSD. However, more recent rockchip bootloaders do support booting an image from uSD. If your board doesn't support booting from uSD, try updating your device's in-flash bootloader. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2015-06-20initrdscripts: Create /var/volatile subdirectories from init-boot-petitboot.shRomain Perier
In fido, "base-files" now creates symlinks /var/log and /var/tmp which are redirected to /var/volatile/log and /var/volatile/tmp. These subdirectories are created by init managers like systemd or sysvinit, so petitboot initramfs needs to create them, as well. Otherwise pb-discover logs everything to the standard output as its log directory does not exist.
2015-06-15Remove busybox bbappend, this is no longer required for "fido"Romain Perier
2015-04-21recipes-core: busybox: New bbappend which adds an udhcp patch from upstreamRomain Perier
This patch adds option "pxepathprefix" to udhcpc, this is required by petitboot when it tries to configure network interfaces for the first time
2015-04-19recipes-core: images: New recipe to create an initrafms image which ↵Romain Perier
automatically starts Petitboot at boot
2015-04-19recipes-core: initrdscripts: Add initramfs initializations scripts for PetitbootRomain Perier
2015-01-23recipies-core: Add rockchip-basic-image distroRomain Perier
This adds a basic and minimalistic distro based on core-image-minimal. It adds package management and ssh-server features and contains development tools.