summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/rootfs.py
Commit message (Expand)AuthorAgeFilesLines
* rootfs.py: show intercept script output in log.do_rootfsMartin Jansa2015-09-191-1/+1
* rootfs.py: Allow to override postinst-intercepts locationMartin Jansa2015-09-191-2/+4
* rootfs.py: catch inner warn messageHongxu Jia2014-09-301-1/+19
* package_manager.py: use RPM_PREFER_ELF_ARCHRobert Yang2014-09-101-1/+1
* package_manager.py: set preferred ABI for rpmRobert Yang2014-08-021-1/+2
* lib/oe/rootfs: Improve error message whitespaceRichard Purdie2014-07-281-1/+1
* image.bbclass/rootfs.py: add variables to rootfs[vardeps]Roxana Ciobanu2014-07-231-0/+21
* rootfs: Remove the extraneous install directorySaul Wold2014-07-191-0/+1
* rootfs.py: change the logic in _uninstall_unneededChen Qi2014-06-131-5/+9
* Globally replace oe.utils.contains to bb.utils.containsOtavio Salvador2014-04-251-4/+3
* rootfs.py: introduce USE_DEVFS checkMatthieu Crapet2014-04-041-1/+2
* rootfs.py: add new cleanup methodLaurentiu Palcu2014-03-301-0/+25
* rootfs.py, sdk.py: adjust/create the wrappers for creating installed packages...Laurentiu Palcu2014-03-211-15/+4
* do_rootfs: Added PACKAGE_FEED_URIS functionalityDavid Nyström2014-03-071-12/+4
* image.py, rootfs.py, package_manager.py: redirect stderr to stdout when calli...Laurentiu Palcu2014-03-071-1/+1
* lib/oe/rootfs: Fix LDCONFIGDEPEND checkRichard Purdie2014-02-251-1/+1
* rootfs.py: tweak _multilib_sanity_test for ipk incremental image generationHongxu Jia2014-02-211-2/+49
* rootfs.py: support BAD_RECOMMENDATIONS for ipk incremental image generationHongxu Jia2014-02-211-1/+28
* rootfs.py: support ipk incremental image generationHongxu Jia2014-02-211-3/+47
* rootfs.py: Check for LDCONFIGDEPEND being empty stringKhem Raj2014-02-181-1/+1
* package_manager.py, rootfs.py, sdk.py: add Indexer classLaurentiu Palcu2014-02-141-58/+0
* lib/oe/rootfs.py: fix RPM multilib issueLaurentiu Palcu2014-02-131-4/+11
* (image|rootfs_ipk).bbclass, rootfs.py: ipk multilib fixesLaurentiu Palcu2014-02-131-1/+3
* image.py, package_manager.py, rootfs.py: dump command output on errorLaurentiu Palcu2014-02-111-1/+1
* rootfs.py, package_manager.py, sdk.py: Fix building from feeds feature for opkgLaurentiu Palcu2014-02-111-2/+3
* lib/oe/rootfs.py: OpkgRootfs, fix issue in _get_delayed_postinsts()Laurentiu Palcu2014-02-111-1/+1
* lib/oe/rootfs.py: warn the user if intercept hooks failLaurentiu Palcu2014-02-111-2/+2
* package_manger.py/rootfs.py: rename save_rpmpostinist with save_rpmpostinstHongxu Jia2014-02-111-1/+1
* lib/oe/rootfs.py: fix invoking _run_intercepts failedHongxu Jia2014-02-111-0/+1
* lib/oe/rootfs.py: fix invoking rpm _handle_intercept_failure failedHongxu Jia2014-02-111-1/+1
* rootfs.py: strip kernel-abiversion useless readlineHongxu Jia2014-02-111-1/+1
* rootfs.py: fix uninstall uneeded pkgs failedHongxu Jia2014-02-111-4/+17
* lib/oe/rootfs.py: Tweak the rootfs removing operationHongxu Jia2014-02-111-3/+4
* lib/oe/rootfs.py: support RpmRootfsHongxu Jia2014-02-111-6/+205
* lib/oe/rootfs.py: use Manifest.INSTALL_ORDERLaurentiu Palcu2014-02-111-5/+1
* image.bbclass, lib/oe/rootfs.py: remove intercept_scripts directoryLaurentiu Palcu2014-02-111-0/+2
* lib/oe/rootfs.py: add support for opkg backendLaurentiu Palcu2014-02-111-9/+149
* lib/oe/rootfs.py: add new library for rootfs creationLaurentiu Palcu2014-02-111-0/+328