| Commit message (Expand) | Author | Age | Files | Lines |
* | rootfs.py: Add check for kernel modules before running depmod | Saul Wold | 2015-07-08 | 1 | -2/+16 |
* | rootfs.py: Make set -x not break rootfs creation | Peter Seebach | 2015-06-28 | 1 | -0/+3 |
* | rootfs.py: Improve rpm log_check_regex | Ed Bartosh | 2015-06-28 | 1 | -1/+3 |
* | rootfs.py: Also uninstall update-alternatives and shadow for read-only-rootfs | Andreas Oberritter | 2015-03-25 | 1 | -0/+2 |
* | rootfs.py: add log checking ability for deb and ipk | Chen Qi | 2015-03-22 | 1 | -17/+44 |
* | rootfs.py: two changes regarding log checking | Chen Qi | 2015-03-22 | 1 | -3/+2 |
* | package_manager: Create variable for install_dir_name | Saul Wold | 2015-03-20 | 1 | -1/+4 |
* | rootfs.py: fix logic error so that warnings are checked | Chen Qi | 2015-03-16 | 1 | -1/+1 |
* | rootfs.py: ignore "NOTE:" when catching warnings | Ricardo Neri | 2015-02-14 | 1 | -1/+1 |
* | image.bbclass: make kernel depmod data optional | Dan McGregor | 2015-02-03 | 1 | -1/+2 |
* | classes/image: ensure uninstalled packages do not appear in manifests | Paul Eggleton | 2015-02-03 | 1 | -25/+30 |
* | lib/oe/rootfs.py: rename _uninstall_uneeded to fix spelling error | Paul Eggleton | 2015-02-03 | 1 | -2/+2 |
* | kernel: Fix depmod for multilib | Richard Purdie | 2015-01-29 | 1 | -1/+1 |
* | kernel/image/depmodwrapper: Fixups for depmod | Richard Purdie | 2015-01-23 | 1 | -7/+8 |
* | lib/oe/rootfs.py: Fix reference to abiversion file location | Richard Purdie | 2015-01-16 | 1 | -1/+1 |
* | rootfs.py: tweak inner warn message catching | Hongxu Jia | 2014-11-04 | 1 | -1/+1 |
* | rootfs.py: catch inner warn message | Hongxu Jia | 2014-09-30 | 1 | -1/+19 |
* | package_manager.py: use RPM_PREFER_ELF_ARCH | Robert Yang | 2014-09-10 | 1 | -1/+1 |
* | package_manager.py: set preferred ABI for rpm | Robert Yang | 2014-08-02 | 1 | -1/+2 |
* | lib/oe/rootfs: Improve error message whitespace | Richard Purdie | 2014-07-28 | 1 | -1/+1 |
* | image.bbclass/rootfs.py: add variables to rootfs[vardeps] | Roxana Ciobanu | 2014-07-23 | 1 | -0/+21 |
* | rootfs: Remove the extraneous install directory | Saul Wold | 2014-07-19 | 1 | -0/+1 |
* | rootfs.py: change the logic in _uninstall_unneeded | Chen Qi | 2014-06-13 | 1 | -5/+9 |
* | Globally replace oe.utils.contains to bb.utils.contains | Otavio Salvador | 2014-04-25 | 1 | -4/+3 |
* | rootfs.py: introduce USE_DEVFS check | Matthieu Crapet | 2014-04-04 | 1 | -1/+2 |
* | rootfs.py: add new cleanup method | Laurentiu Palcu | 2014-03-30 | 1 | -0/+25 |
* | rootfs.py, sdk.py: adjust/create the wrappers for creating installed packages... | Laurentiu Palcu | 2014-03-21 | 1 | -15/+4 |
* | do_rootfs: Added PACKAGE_FEED_URIS functionality | David Nyström | 2014-03-07 | 1 | -12/+4 |
* | image.py, rootfs.py, package_manager.py: redirect stderr to stdout when calli... | Laurentiu Palcu | 2014-03-07 | 1 | -1/+1 |
* | lib/oe/rootfs: Fix LDCONFIGDEPEND check | Richard Purdie | 2014-02-25 | 1 | -1/+1 |
* | rootfs.py: tweak _multilib_sanity_test for ipk incremental image generation | Hongxu Jia | 2014-02-21 | 1 | -2/+49 |
* | rootfs.py: support BAD_RECOMMENDATIONS for ipk incremental image generation | Hongxu Jia | 2014-02-21 | 1 | -1/+28 |
* | rootfs.py: support ipk incremental image generation | Hongxu Jia | 2014-02-21 | 1 | -3/+47 |
* | rootfs.py: Check for LDCONFIGDEPEND being empty string | Khem Raj | 2014-02-18 | 1 | -1/+1 |
* | package_manager.py, rootfs.py, sdk.py: add Indexer class | Laurentiu Palcu | 2014-02-14 | 1 | -58/+0 |
* | lib/oe/rootfs.py: fix RPM multilib issue | Laurentiu Palcu | 2014-02-13 | 1 | -4/+11 |
* | (image|rootfs_ipk).bbclass, rootfs.py: ipk multilib fixes | Laurentiu Palcu | 2014-02-13 | 1 | -1/+3 |
* | image.py, package_manager.py, rootfs.py: dump command output on error | Laurentiu Palcu | 2014-02-11 | 1 | -1/+1 |
* | rootfs.py, package_manager.py, sdk.py: Fix building from feeds feature for opkg | Laurentiu Palcu | 2014-02-11 | 1 | -2/+3 |
* | lib/oe/rootfs.py: OpkgRootfs, fix issue in _get_delayed_postinsts() | Laurentiu Palcu | 2014-02-11 | 1 | -1/+1 |
* | lib/oe/rootfs.py: warn the user if intercept hooks fail | Laurentiu Palcu | 2014-02-11 | 1 | -2/+2 |
* | package_manger.py/rootfs.py: rename save_rpmpostinist with save_rpmpostinst | Hongxu Jia | 2014-02-11 | 1 | -1/+1 |
* | lib/oe/rootfs.py: fix invoking _run_intercepts failed | Hongxu Jia | 2014-02-11 | 1 | -0/+1 |
* | lib/oe/rootfs.py: fix invoking rpm _handle_intercept_failure failed | Hongxu Jia | 2014-02-11 | 1 | -1/+1 |
* | rootfs.py: strip kernel-abiversion useless readline | Hongxu Jia | 2014-02-11 | 1 | -1/+1 |
* | rootfs.py: fix uninstall uneeded pkgs failed | Hongxu Jia | 2014-02-11 | 1 | -4/+17 |
* | lib/oe/rootfs.py: Tweak the rootfs removing operation | Hongxu Jia | 2014-02-11 | 1 | -3/+4 |
* | lib/oe/rootfs.py: support RpmRootfs | Hongxu Jia | 2014-02-11 | 1 | -6/+205 |
* | lib/oe/rootfs.py: use Manifest.INSTALL_ORDER | Laurentiu Palcu | 2014-02-11 | 1 | -5/+1 |
* | image.bbclass, lib/oe/rootfs.py: remove intercept_scripts directory | Laurentiu Palcu | 2014-02-11 | 1 | -0/+2 |