aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib
AgeCommit message (Expand)Author
2014-05-29package_manager: Fix NoneType Object on do_populate_sdkRicardo Ribalda Delgado
2014-05-29package_manager: Fix Argument list too longRicardo Ribalda Delgado
2014-05-23make menuconfig work for recent xfce environmentAndreas Müller
2014-05-22lib/oe/sdk: Ensure target directory exists before creating the linkRichard Purdie
2014-04-10selftest: DiskMonTest: use POSIX output for dfAlexandru Palalau
2014-04-04selftest/sstatetests.py: Added 'populate_lic' to ignore_patternsCorneliu Stoicescu
2014-04-04rootfs.py: introduce USE_DEVFS checkMatthieu Crapet
2014-03-31lib/oeqa: add a test target controller for EFI targetsStefan Stanacar
2014-03-30sstatesig: Anchor inherits class testsRichard Purdie
2014-03-28image.py: check file exists before deletingLaurentiu Palcu
2014-03-28rootfs.py: add new cleanup methodLaurentiu Palcu
2014-03-28package_manager.py: leave the __db.00* files in placeLaurentiu Palcu
2014-03-27selftest/bbtests.py: Fixed regex and added bitbake output to test_warnings_er...Corneliu Stoicescu
2014-03-26apt/package_mamager: Ensure WORKDIR is used for lists directoryRichard Purdie
2014-03-26package_manager: Fix apt-ftparchive index creation problemsRichard Purdie
2014-03-26package_manager: Ensure we don't process directories twiceRichard Purdie
2014-03-21rootfs.py, sdk.py: adjust/create the wrappers for creating installed packages...Laurentiu Palcu
2014-03-21package_manager.py: create separate class for installed packages listingLaurentiu Palcu
2014-03-19package_manager: Use apt-ftparchive for deb packagesRicardo Ribalda Delgado
2014-03-17lib/oe: turn oe into a namespace packageChristopher Larson
2014-03-11oeqa/utils/qemurunner: search for login string in the entire boot logStefan Stanacar
2014-03-11oeqa/targetcontrol: fix loading a controller using a class nameStefan Stanacar
2014-03-11oeqa/targetcontrol: allow a custom port for SimpleRemoteTargetStefan Stanacar
2014-03-11oeqa/utils/qemurunner: use the right kill call so we don't send SIGTERM to bi...Stefan Stanacar
2014-03-07do_rootfs: Added PACKAGE_FEED_URIS functionalityDavid Nyström
2014-03-07package.py: use subprocess.Popen for rpmdeps callMartin Jansa
2014-03-07package_manager.py: make list_installed() list pkg dependencies tooLaurentiu Palcu
2014-03-07oe-selftest: force some values in local.conf for _sstatetests_noauto.pyCorneliu Stoicescu
2014-03-07oe-selftest: optimize code in _sstatetests_noauto.py moduleCorneliu Stoicescu
2014-03-07lib/oe: drop custom implementation of oe.path.relativeRoss Burton
2014-03-07image.py, rootfs.py, package_manager.py: redirect stderr to stdout when calli...Laurentiu Palcu
2014-03-07Rename PACKAGE_GROUP variable to FEATURE_PACKAGESPaul Eggleton
2014-03-07core-image-basic / packagegroup-core-basic: rename to *-full-cmdlinePaul Eggleton
2014-03-05oe-selftest: add test for image manifest file creationAlexandru Palalau
2014-03-05package_manager.py: RpmPM: don't add smart channel if already addedLaurentiu Palcu
2014-03-05Revert "lib/oe/package_manager.py: RpmPM: fix issue with multilib builds"Laurentiu Palcu
2014-03-02oeqa/runtime/dmesg: Ignore DMA timeout errorsRichard Purdie
2014-02-28oe-selftest: Fix test_sstate_cache_management_script*Corneliu Stoicescu
2014-02-28oeqa/targetcontrol: make BaseTarget an abstract classStefan Stanacar
2014-02-28oe-selftest: Fix for test_rm_old_imageCorneliu Stoicescu
2014-02-25oeqa/targetcontrol: properly get the host ipStefan Stanacar
2014-02-25package_manager.py: create index files for all backends in PACKAGE_CLASSESLaurentiu Palcu
2014-02-25package_manager.py: correctly handle empty opkg-query-helper.py outputJonathan Liu
2014-02-24lib/oe/rootfs: Fix LDCONFIGDEPEND checkRichard Purdie
2014-02-21manifest.py: remove redundant import lineHongxu Jia
2014-02-21rootfs.py: tweak _multilib_sanity_test for ipk incremental image generationHongxu Jia
2014-02-21rootfs.py: support BAD_RECOMMENDATIONS for ipk incremental image generationHongxu Jia
2014-02-21rootfs.py: support ipk incremental image generationHongxu Jia
2014-02-21package_manager.py: support ipk incremental image generationHongxu Jia
2014-02-21manifest.py: add create_full for OpkgManifest classHongxu Jia