summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/rootfs.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* rootfs.py: Exclude lines in _log_check_warn() as wellPeter Kjellerstedt2016-05-191-4/+15
* rootfs.py: Use one way to exclude lines in _log_check_error()Peter Kjellerstedt2016-05-191-13/+12
* rootfs.py: Simplify the regular expression used in _log_check_warn()Peter Kjellerstedt2016-05-191-2/+2
* rootfs.py: Remove _log_check_error() from the RpmRootfs classPeter Kjellerstedt2016-05-191-26/+3
* Revert "rootfs.py: add more info to the warning message"Peter Kjellerstedt2016-05-191-1/+0
* lib/oe/rootfs: Fix DEBUGFS generation for opkg & openssl-cnfAnders Darander2016-05-111-1/+1
* lib/oe/rootfs: Fix DEBUGFS generation when using opkgRichard Purdie2016-04-291-2/+2
* rootfs.py: apply ROOTFS_POSTINSTALL_COMMAND to all package formatsBill Randle2016-04-141-2/+3
* image.bbclass: Make unneeded packages for a read-only rootfs configurablePeter Kjellerstedt2016-03-311-18/+5
* lib/oe/package_manager: remove package feed listsStefan Agner2016-01-311-1/+1
* lib/oe/rootfs: Use list_pkgs() instead of list()Mariano Lopez2016-01-201-5/+5
* DpkgRootfs: Fix logcheck_error false-positive when use multilibAníbal Limón2016-01-111-0/+13
* rootfs.py: Change logic to unistall packagesMariano Lopez2015-12-121-20/+21
* rootfs.py: Stop using installed_pkgs.txtMariano Lopez2015-11-241-15/+9
* lib/oe/rootfs: tell intercepts where the native sysroot isRoss Burton2015-10-271-0/+1
* rootfs.py: add more info to the warning messageEd Bartosh2015-10-271-0/+1
* Empty image:rootfs.py:handle empty PACKAGE_INSTALLAlex Franco2015-09-281-1/+5
* rootfs: Conditionally uninstall update-rc.dKhem Raj2015-09-111-1/+9
* Revert "rootfs: Do not uninstall update-rc.d"Richard Purdie2015-09-111-1/+2
* rootfs.py: show intercept script output in log.do_rootfsMartin Jansa2015-09-091-1/+1
* rootfs: Do not uninstall update-rc.dKhem Raj2015-09-091-2/+1
* rootfs.py: Allow to override postinst-intercepts locationMartin Jansa2015-09-091-2/+4
* Empty image: package list splitting and iterationAlex Franco2015-08-291-1/+1
* rootfs.py: fix PRE/POSTPROCESS_COMMANDS for rpm and debRobert Yang2015-08-011-1/+15
* rootfs.py: Add check for kernel modules before running depmodSaul Wold2015-07-021-2/+16
* oe/rootfs.py: DpkgRootfs/OpkgRootfs add support for dependency handling in po...Aníbal Limón2015-06-271-55/+101
* lib/oe/rootfs: tidy up log warning reportingPaul Eggleton2015-06-111-7/+6
* image.bbclass: Add a method for creating a companion debug filesystemMark Hatle2015-05-241-0/+57
* rootfs.py: Make set -x not break rootfs creationPeter Seebach2015-05-241-0/+3
* rootfs.py: Improve rpm log_check_regexEd Bartosh2015-05-221-1/+3
* rootfs.py: Also uninstall update-alternatives and shadow for read-only-rootfsAndreas Oberritter2015-03-251-0/+2
* rootfs.py: add log checking ability for deb and ipkChen Qi2015-03-221-17/+44