summaryrefslogtreecommitdiff
path: root/recipes-core
AgeCommit message (Collapse)Author
2018-06-07dbus: drop changes, merged in OE-CoreRicardo Salveti
OE-Core updated dbus from 1.12.2 to 1.12.8, which includes the systemd tmpfiles.d patch. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2018-05-23initramfs-framework: add specific ostree script for freedom-u540 and qemuriscv64Ricardo Salveti
There is no generic bootloader support for both targets so define a ostree specific initrd script that tries to find out the default ostree hash to be used, as that is not given by default to the kernel. To be reverted once the bootloader is able fetch the ostree hash to use from the storage device. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2018-05-23initramfs-ostree-osf-image: unset EXTRA_IMAGEDEPENDS to avoid circular ↵Ricardo Salveti
dependencies Initrd doesn't need to have EXTRA_IMAGEDEPENDS as that can trigger circular dependencies when INITRAMFS_IMAGE_BUNDLE is used (as the kernel will depend on the initrd image complete task, which will depend on EXTRA_IMAGEDEPENDS sysroot tasks, and if one of those tasks also depend on the kernel build to finish, it creates a circular dependency). Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2018-05-10systemd: add patch to include /var/lib/misc in tmpfilesRicardo Salveti
/var/lib/misc is used by dnsmasq so make sure to create that folder during boot. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2018-04-18systemd: refresh tmpfiles check patchRicardo Salveti
Patch now part of the upstream systemd project, but backport is still required. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2018-04-18systemd: drop backport patchRicardo Salveti
Patch backport-tmpfiles_allow_create_symlink_on_directories.patch is already part of the v237 upstream release (now in oe-core). Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2018-04-02systemd: add patch to fix the symlink L+ tmpfiles behaviorRicardo Salveti
Upstream issue: https://github.com/systemd/systemd/issues/7447 Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2018-04-02systemd: sync /var/tmp and /var/log default state from base-filesRicardo Salveti
Default base-files recipe defines /var/tmp as a symlink to /var/volatile/tmp and /var/log to /var/volatile/log if VOLATILE_LOG_DIR is set to True (default behavior), so sync the same layout defined by base-files in a systemd tmpfile configuration. This allows returning back to the pristine state if /var gets removed by the user. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2018-04-02systemd: tmpfiles: fix to allow create symlink on directoriesRicardo Salveti
Backport upstream fix to allow creating symlinks on directories. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2018-04-02dbus: make sure /var/lib/dbus/ gets created during bootRicardo Salveti
Backport upstream fix for the lack of /var/lib/dbus/ during boot. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2018-03-27initramfs-ostree-osf-image: add new initramfs image for ostreeRicardo Salveti
OSTree initramfs image that uses the initramfs OE-Core infrastructure. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2018-03-27initramfs-framework: add ostree supportRicardo Salveti
OSTree uses ostree-prepare-root in order to prepare the rootfs, which is required before the final switch-root call. Also make sure /run is mounted by the initrd, as OSTree uses /run to tag that the rootfs is OSTree-based. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2018-01-22readline: add LMP inputrc config fileRicardo Salveti
Replaces upstream inputrc config file, for better serial support via readline. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>