summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/rootfs.py
Commit message (Expand)AuthorAgeFilesLines
* rootfs-postcommands: Try and improve ordering constraintsRichard Purdie2024-01-181-0/+12
* rootfs.py: check depmodwrapper execution resultYang Xu2024-01-101-1/+2
* rootfs: Add debugfs package db file copy and cleanupAlex Kiernan2023-07-211-6/+14
* rootfs.py: Drop FAKEROOT support in exec functionAndrei Gherzan2022-09-171-7/+1
* rootfs.py: Run depmod(wrapper) against each compiled kernelAndrei Gherzan2022-09-131-9/+19
* rootfs.py: dont try to list installed packages for baremetal imagesAlejandro Hernandez Samaniego2022-09-091-0/+4
* lib: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+2
* rootfs.py: close kernel_abi_ver_fileMartin Jansa2022-06-081-1/+3
* rootfs.py: find .ko.zst kernel modulesSean Anderson2022-06-061-1/+1
* image.bbclass: make sure do_rootfs run from a clean workspaceMing Liu2022-03-131-4/+0
* systemd: '${systemd_unitdir}/system' => '${systemd_system_unitdir}'Robert P. J. Day2021-09-071-1/+1
* rootfs: remove ldconfig auxiliary cache where appropriateDamian Wrobel2021-07-281-0/+10
* meta/lib/oe/rootfs.py: Fix typo "Restoreing" -> "Restoring"Robert P. J. Day2021-05-131-1/+1
* classes/lib/scripts: Use bb.utils.rename() instead of os.rename()Devendra Tewari2021-05-061-3/+3
* rootfs.py: find .ko.gz and .ko.xz kernel modules as wellChristophe Chapuis2021-05-021-1/+1
* rootfs.py: uninstall the run-postinsts package if not neededAwais Belal2021-03-281-5/+3
* rootfs: add option to allow delayed postinsts on read-only rootfsAnton Kachalov2021-01-161-0/+3
* package management: Allow dynamic loading of PMFredrik Gustafsson2020-11-241-27/+9
* lib/oe/rootfs: introduce IMAGE_LOG_CHECK_EXCLUDESKonrad Weihmann2020-10-201-0/+2
* deb: Move package manager to its own dirFredrik Gustafsson2020-07-271-0/+1
* ipk: Move package manager to its own dirFredrik Gustafsson2020-07-271-0/+1
* rpm: Move package manager to its own dirFredrik Gustafsson2020-07-271-0/+1
* deb: Move rootfs to its own dirFredrik Gustafsson2020-07-271-199/+2
* ipk: Move rootfs to its own dirFredrik Gustafsson2020-07-271-267/+2
* rpm: Move rootfs to its own dirFredrik Gustafsson2020-07-271-140/+2
* deb: Move deb manifest to its own subdirFredrik Gustafsson2020-07-271-0/+1
* ipk: Move ipk manifest to its own subdirFredrik Gustafsson2020-07-271-0/+1
* rpm: Move manifest to its own subdirFredrik Gustafsson2020-07-271-1/+2
* rootfs: do not let ldconfig to create symlinksDamian Wrobel2020-07-031-2/+2
* glibc: move ld.so.conf back to main packageRasmus Villemoes2020-06-091-1/+1
* rootfs: don't use oe.cachedpathRoss Burton2019-12-281-3/+2
* rootfs: Fix dependency for every dpkg runRicardo Ribalda Delgado2019-06-191-0/+1
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-0/+3
* OpkgPM: use --add-ignore-recommends to process BAD_RECOMMENDATIONSAlejandro del Castillo2019-02-081-2/+0
* lib/oe/rootfs: prelink only when image-prelink is inheritedAndrej Valek2019-02-061-7/+8
* meta: Fix Deprecated warnings from regexsRichard Purdie2019-01-161-8/+8
* oe: Fix opkg status list parse - Missing postinstRaul Martins2018-12-151-3/+15
* rootfs: possibility to add packages to debug rootfsAndrej Valek2018-10-181-0/+10
* rootfs.py: Install -src packages when PACKAGE_DEBUG_SPLIT_STYLE is "debug-wit...Joshua Watt2018-09-251-0/+4
* rootfs: always update the opkg indexIoan-Adrian Ratiu2018-09-251-3/+2
* package_manager/sdk: Use filtered copies of the deploy ipk/deb directoriesRichard Purdie2018-08-151-1/+1
* rootfs.py: for dpkg/opkg, don't install postinsts if package management is pr...Stefan Agner2018-06-181-0/+3
* rootfs: only use dnf to cleanup if package management is enabledRoss Burton2018-05-221-1/+2
* package_manager.py: move intercept running logic from rootfs class to Package...Alexander Kanavin2018-04-051-63/+1
* package_manager.py: move postinst_intercept dir initialization from RootFS to...Alexander Kanavin2018-04-051-12/+1
* rootfs.py: change the notice about deferring scripts to first boot from warni...Alexander Kanavin2018-01-301-1/+1
* meta/lib/oe/rootfs.py: do not execute defer_to_first_boot when processing pos...Alexander Kanavin2018-01-301-0/+4
* meta/lib/oe/rootfs.py: separate first boot deferral logic into a separate fun...Alexander Kanavin2018-01-301-16/+19
* rootfs.py: remove update-alternatives correctlyMikko Ylinen2017-10-071-5/+12
* meta/lib/oe/rootfs.py: clean up dnf cache after creating an imageAlexander Kanavin2017-09-221-1/+2