aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core
AgeCommit message (Collapse)Author
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.