summaryrefslogtreecommitdiff
path: root/meta/lib/oe/rootfs.py
AgeCommit message (Expand)AuthorFiles
2018-10-18rootfs: possibility to add packages to debug rootfsAndrej Valek1
2018-09-25rootfs.py: Install -src packages when PACKAGE_DEBUG_SPLIT_STYLE is "debug-wit...Joshua Watt1
2018-09-25rootfs: always update the opkg indexIoan-Adrian Ratiu1
2018-08-15package_manager/sdk: Use filtered copies of the deploy ipk/deb directoriesRichard Purdie1
2018-06-18rootfs.py: for dpkg/opkg, don't install postinsts if package management is pr...Stefan Agner1
2018-05-22rootfs: only use dnf to cleanup if package management is enabledRoss Burton1
2018-04-05package_manager.py: move intercept running logic from rootfs class to Package...Alexander Kanavin1
2018-04-05package_manager.py: move postinst_intercept dir initialization from RootFS to...Alexander Kanavin1
2018-01-29rootfs.py: change the notice about deferring scripts to first boot from warni...Alexander Kanavin1
2018-01-29meta/lib/oe/rootfs.py: do not execute defer_to_first_boot when processing pos...Alexander Kanavin1
2018-01-29meta/lib/oe/rootfs.py: separate first boot deferral logic into a separate fun...Alexander Kanavin1
2017-10-06rootfs.py: remove update-alternatives correctlyMikko Ylinen1
2017-09-22meta/lib/oe/rootfs.py: clean up dnf cache after creating an imageAlexander Kanavin1
2017-09-11rootfs: improve postinst intercept loggingRoss Burton1
2017-03-23rootfs.py: Respect OPKGLIBDIR variableMartin Jansa1
2017-03-13rootfs_rpm.bbclass: migrate image creation to dnfAlexander Kanavin1
2017-03-13package_manager.py: improve the API for insert_feed_uris()Alexander Kanavin1
2017-02-28kernel, license, sstate, rootfs.py: Remove deploy directory READMEMike Crowe1
2017-01-23classes/oeqa: Replace subprocess.check_call() with check_output()Richard Purdie1
2017-01-16lib/oe/rootfs: reliably handle alternative symlinksAndré Draszik1
2017-01-16rootfs: don't put /usr/lib/ssl and /etc into debugfsRoss Burton1
2016-12-16meta: remove True option to getVar callsJoshua Lock1
2016-12-14classes/image: suppress log_check mechanism for warnings/errors logged throug...Paul Eggleton1
2016-12-14lib/oe/rootfs: fix log_check warnings being printed twice with RPM packagingPaul Eggleton1
2016-09-04image: Deploy images to IMGDEPLOYDIREd Bartosh1
2016-08-25rootfs.py: allow removal of unneeded packagesStephano Cetola1
2016-07-07classes/image: implement progress support for do_rootfsPaul Eggleton1
2016-06-02classes/lib: Complete transition to python3Richard Purdie1
2016-06-02classes/lib: Update to explictly create lists where neededRichard Purdie1
2016-05-20lib/oe/rootfs: Fix DEBUGFS generation, without opensslAnders Darander1
2016-05-19rootfs.py: Unify _log_check_warn() and _log_check_error()Peter Kjellerstedt1
2016-05-19rootfs.py: Reduce spam from _log_check_warn()Peter Kjellerstedt1
2016-05-19rootfs.py: Exclude lines in _log_check_warn() as wellPeter Kjellerstedt1
2016-05-19rootfs.py: Use one way to exclude lines in _log_check_error()Peter Kjellerstedt1
2016-05-19rootfs.py: Simplify the regular expression used in _log_check_warn()Peter Kjellerstedt1
2016-05-19rootfs.py: Remove _log_check_error() from the RpmRootfs classPeter Kjellerstedt1
2016-05-19Revert "rootfs.py: add more info to the warning message"Peter Kjellerstedt1
2016-05-09lib/oe/rootfs: Fix DEBUGFS generation for opkg & openssl-cnfAnders Darander1
2016-04-29lib/oe/rootfs: Fix DEBUGFS generation when using opkgRichard Purdie1
2016-04-14rootfs.py: apply ROOTFS_POSTINSTALL_COMMAND to all package formatsBill Randle1
2016-03-31image.bbclass: Make unneeded packages for a read-only rootfs configurablePeter Kjellerstedt1
2016-01-31lib/oe/package_manager: remove package feed listsStefan Agner1
2016-01-20lib/oe/rootfs: Use list_pkgs() instead of list()Mariano Lopez1
2016-01-11DpkgRootfs: Fix logcheck_error false-positive when use multilibAníbal Limón1
2015-12-12rootfs.py: Change logic to unistall packagesMariano Lopez1
2015-11-24rootfs.py: Stop using installed_pkgs.txtMariano Lopez1
2015-10-24lib/oe/rootfs: tell intercepts where the native sysroot isRoss Burton1
2015-10-24rootfs.py: add more info to the warning messageEd Bartosh1
2015-09-28Empty image:rootfs.py:handle empty PACKAGE_INSTALLAlex Franco1
2015-09-10rootfs: Conditionally uninstall update-rc.dKhem Raj1