aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/systemd-boot/systemd-boot_%.bbappend
AgeCommit message (Collapse)Author
2020-12-15systemd-boot: remove appendAnuj Mittal
The change is in oe-core recipe now and isn't needed here. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-04-04Revert "systemd-boot: remove joule specific workaround"Naveen Saini
This reverts commit 946c15720eea1e8e5b4640c7238d2aa60e248342. Revert part of commit to keep bbappend file. This file is required to build and deploy EFI boot stub Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-03-07systemd-boot: remove joule specific workaroundAnuj Mittal
The platform isn't supported anymore and this isn't tested as a result with recent kernels supported. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-07-16rmc: removeAnuj Mittal
It's not being maintained anymore and the scripts have not been kept in sync with upstream for quite some time. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-03-20systemd-boot: fix bbappend file to suit latest versionChen Qi
Fix the bbappend file to suit the latest systemd version. As systemd has now dropped autotools support, using ninja instead of make in do_compile. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-01-22systemd-boot: move systemd-boot.inc into base bbappendCalifornia Sullivan
Including a non-existant .inc doesn't cause errors, so just move the systemd-boot.inc file into the main bbappend. This avoids rebuilding the package without our changes should grub-efi be the EFI_PROVIDER and we build systemd-boot, while keeping the RMC changes when rmc-boot is the EFI_PROVIDER. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-01-22systemd-boot: move commit pinning to rmc-boot.incCalifornia Sullivan
systemd-boot shouldn't be stuck on a certain commit just because RMC is. This effectively upgrades our systemd-boot version from v232 to v234. We also get to drop a patch that was accepted upstream. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-11-20meta-intel: Reorganize the layout to remove commonSaul Wold
Remove the concept of the common directory and move all the recipes-* dirs to the top level as a normal layer would be. layer.conf is updated appropriately Signed-off-by: Saul Wold <sgw@linux.intel.com>