| Commit message (Expand) | Author | Age | Files | Lines |
* | oe-selftest: force some values in local.conf for _sstatetests_noauto.py | Corneliu Stoicescu | 2014-03-07 | 1 | -0/+10 |
* | oe-selftest: optimize code in _sstatetests_noauto.py module | Corneliu Stoicescu | 2014-03-07 | 1 | -15/+4 |
* | lib/oe: drop custom implementation of oe.path.relative | Ross Burton | 2014-03-07 | 1 | -17/+1 |
* | image.py, rootfs.py, package_manager.py: redirect stderr to stdout when calli... | Laurentiu Palcu | 2014-03-07 | 3 | -25/+27 |
* | Rename PACKAGE_GROUP variable to FEATURE_PACKAGES | Paul Eggleton | 2014-03-07 | 1 | -9/+16 |
* | core-image-basic / packagegroup-core-basic: rename to *-full-cmdline | Paul Eggleton | 2014-03-07 | 1 | -1/+1 |
* | oe-selftest: add test for image manifest file creation | Alexandru Palalau | 2014-03-05 | 1 | -0/+7 |
* | package_manager.py: RpmPM: don't add smart channel if already added | Laurentiu Palcu | 2014-03-05 | 1 | -2/+4 |
* | Revert "lib/oe/package_manager.py: RpmPM: fix issue with multilib builds" | Laurentiu Palcu | 2014-03-05 | 1 | -6/+7 |
* | oeqa/runtime/dmesg: Ignore DMA timeout errors | Richard Purdie | 2014-03-02 | 1 | -1/+1 |
* | oe-selftest: Fix test_sstate_cache_management_script* | Corneliu Stoicescu | 2014-03-02 | 1 | -6/+11 |
* | oeqa/targetcontrol: make BaseTarget an abstract class | Stefan Stanacar | 2014-02-28 | 1 | -0/+16 |
* | oe-selftest: Fix for test_rm_old_image | Corneliu Stoicescu | 2014-02-28 | 1 | -3/+9 |
* | oeqa/targetcontrol: properly get the host ip | Stefan Stanacar | 2014-02-25 | 1 | -1/+1 |
* | package_manager.py: create index files for all backends in PACKAGE_CLASSES | Laurentiu Palcu | 2014-02-25 | 1 | -9/+15 |
* | package_manager.py: correctly handle empty opkg-query-helper.py output | Jonathan Liu | 2014-02-25 | 1 | -1/+1 |
* | lib/oe/rootfs: Fix LDCONFIGDEPEND check | Richard Purdie | 2014-02-25 | 1 | -1/+1 |
* | manifest.py: remove redundant import line | Hongxu Jia | 2014-02-21 | 1 | -1/+0 |
* | 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 |
* | package_manager.py: support ipk incremental image generation | Hongxu Jia | 2014-02-21 | 1 | -6/+75 |
* | manifest.py: add create_full for OpkgManifest class | Hongxu Jia | 2014-02-21 | 1 | -1/+56 |
* | package_manager.py: Fix $i -> %s in bb.note | Martin Jansa | 2014-02-20 | 1 | -1/+1 |
* | package_manager.py: fix installed package list creation for Opkg/Dpkg | Laurentiu Palcu | 2014-02-20 | 1 | -2/+4 |
* | lib/oe/image.py: add image dependency mechanism | Laurentiu Palcu | 2014-02-20 | 1 | -91/+191 |
* | rootfs.py: Check for LDCONFIGDEPEND being empty string | Khem Raj | 2014-02-18 | 1 | -1/+1 |
* | Revert "lib/oe/image.py: fix working directory" | Richard Purdie | 2014-02-18 | 1 | -1/+1 |
* | lib/oe/image.py: fix working directory | Jonathan Liu | 2014-02-17 | 1 | -1/+1 |
* | lib/oe/package_manager: Make empty package directories non-fatal | Richard Purdie | 2014-02-16 | 1 | -3/+6 |
* | package_manager.py: move multilib prefix list computation function to RpmIndexer | Laurentiu Palcu | 2014-02-14 | 1 | -52/+53 |
* | image_types: sum.jffs2 is replaced by jffs2.sum | Dmitry Eremin-Solenikov | 2014-02-14 | 1 | -3/+0 |
* | package_manager.py, rootfs.py, sdk.py: add Indexer class | Laurentiu Palcu | 2014-02-14 | 3 | -224/+221 |
* | 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 |
* | oeqa/runtime: smart: don't run in auto mode when rpm is not the pm | Stefan Stanacar | 2014-02-13 | 1 | -0/+2 |
* | oeqa/utils: targetbuild: take proxy into account | Stefan Stanacar | 2014-02-11 | 4 | -5/+21 |
* | image.py, package_manager.py, rootfs.py: dump command output on error | Laurentiu Palcu | 2014-02-11 | 3 | -43/+44 |
* | lib/oe/package_manager.py: RpmPM: fix issue with multilib builds | Laurentiu Palcu | 2014-02-11 | 1 | -7/+6 |
* | lib/oe/package_manager.py: check that package list is not empty | Laurentiu Palcu | 2014-02-11 | 1 | -1/+7 |
* | rootfs.py, package_manager.py, sdk.py: Fix building from feeds feature for opkg | Laurentiu Palcu | 2014-02-11 | 3 | -5/+51 |
* | lib/oe/package_manager.py: OpkgPM, bad recommendation handling change | Laurentiu Palcu | 2014-02-11 | 1 | -6/+4 |
* | lib/oe/package_manager.py: do not use stamps | Laurentiu Palcu | 2014-02-11 | 1 | -8/+0 |
* | lib/oe/rootfs.py: OpkgRootfs, fix issue in _get_delayed_postinsts() | Laurentiu Palcu | 2014-02-11 | 1 | -1/+1 |
* | lib/oe/package_manager.py: OpkgPM/DpkgPM fixes | Laurentiu Palcu | 2014-02-11 | 1 | -12/+42 |
* | lib/oe/image.py: fix image size calculation routine | Laurentiu Palcu | 2014-02-11 | 1 | -2/+2 |
* | lib/oe/package_manager.py: DpkgPM, use lock on deploy dir | Laurentiu Palcu | 2014-02-11 | 1 | -0/+8 |
* | lib/oe/rootfs.py: warn the user if intercept hooks fail | Laurentiu Palcu | 2014-02-11 | 1 | -2/+2 |
* | lib/oe/package_manager.py: RpmPM fixes | Laurentiu Palcu | 2014-02-11 | 1 | -12/+12 |
* | lib/oe/package_manager.py: moving global SCRIPTLET_FORMAT and DB_CONFIG_CONTE... | Hongxu Jia | 2014-02-11 | 1 | -52/+51 |