Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meta-openembedded/all: adapt to UNPACKDIR changes | Alexander Kanavin | 10 days | 1 | -2/+1 |
| | | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | recipes: Switch away from S = WORKDIR | Khem Raj | 2024-05-23 | 1 | -2/+3 |
| | | | | | | Make it dependent on UNPACKDIR instead Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | Convert to new override syntax | Martin Jansa | 2021-08-03 | 1 | -1/+1 |
| | | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | meta-initramfs: put images and initrdscripts in recipes-core | Andrea Adami | 2020-04-21 | 2 | -0/+45 |
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |