summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/unattended-upgrades
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | 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>
* unattended-upgrades: upgrade 2.6 -> 2.9.1wangmy2022-07-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unattended-upgrades: Disable auto-detecting modulesKhem Raj2022-05-282-0/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unattended-upgrades: Package nonarch_libdir for systemd filesKhem Raj2022-03-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unattended-upgrades: remove PYPA_WHEELRoss Burton2022-03-071-2/+0
| | | | | | | As this now uses setuptools_legacy there is no need to set PYPA_WHEEL. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unattended-upgrades: Inherit setuptools3_legacyKhem Raj2022-03-041-1/+2
| | | | | | It does not yet build with new PEP-527 packaging Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unattended-upgrades: Migrate to use wheelsKhem Raj2022-02-281-3/+4
| | | | | | | It still fails with | pip._internal.exceptions.InstallationError: For req: unattended-upgrades==0.1. Unknown scheme key used in /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux/unattended-upgrades/2.6-r0/git/dist/unattended_upgrades-0.1-py3-none-any.whl: etc (for file 'unattended_upgrades-0.1.data/etc/kernel/postinst.d/unattended-upgrades'). .data directory contents should be in subdirectories named with a valid scheme key (data, headers, platlib, purelib, scripts) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unattended-upgrades: add new recipe version 2.6An?bal Lim?n2022-01-282-0/+109
The unattended-upgrades is a set of scripts that allows to execute unattended upgrades in debian based systems in this case when enable package_deb and add package management into the image. At this moment installs all the required script and files into the image leaving the configuration and execution to be implemented by distro. Signed-off-by: Aníbal Limón <limon.anibal@gmail.com> Signed-off-by: Aníbal Limón <anibal@rzerosystems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>