summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/rootfs.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* rootfs: improve postinst intercept loggingRoss Burton2017-09-111-3/+4
* rootfs.py: Respect OPKGLIBDIR variableMartin Jansa2017-03-241-1/+3
* rootfs_rpm.bbclass: migrate image creation to dnfAlexander Kanavin2017-03-141-14/+4
* package_manager.py: improve the API for insert_feed_uris()Alexander Kanavin2017-03-141-1/+4
* kernel, license, sstate, rootfs.py: Remove deploy directory READMEMike Crowe2017-03-011-4/+0
* classes/oeqa: Replace subprocess.check_call() with check_output()Richard Purdie2017-01-231-3/+3
* lib/oe/rootfs: reliably handle alternative symlinksAndré Draszik2017-01-161-1/+6
* rootfs: don't put /usr/lib/ssl and /etc into debugfsRoss Burton2017-01-161-1/+1
* meta: remove True option to getVar callsJoshua Lock2016-12-161-57/+57
* classes/image: suppress log_check mechanism for warnings/errors logged throug...Paul Eggleton2016-12-141-13/+16
* lib/oe/rootfs: fix log_check warnings being printed twice with RPM packagingPaul Eggleton2016-12-141-2/+0
* image: Deploy images to IMGDEPLOYDIREd Bartosh2016-09-041-3/+3
* rootfs.py: allow removal of unneeded packagesStephano Cetola2016-08-251-1/+3
* classes/image: implement progress support for do_rootfsPaul Eggleton2016-07-081-13/+88
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-2/+1
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-021-2/+2
* lib/oe/rootfs: Fix DEBUGFS generation, without opensslAnders Darander2016-05-201-0/+2
* rootfs.py: Unify _log_check_warn() and _log_check_error()Peter Kjellerstedt2016-05-191-38/+14
* rootfs.py: Reduce spam from _log_check_warn()Peter Kjellerstedt2016-05-191-2/+9