aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
AgeCommit message (Expand)Author
2014-06-25lib/oe/package_manager.py: Add processing for alternative SDK_OSMark Hatle
2014-06-25populate_sdk: Fix TOOLCHAIN_TARGET_TASK_ATTEMPTONLY implementationMark Hatle
2014-06-19sstatesig: Add try/except around the stat callsRichard Purdie
2014-06-13rootfs.py: change the logic in _uninstall_unneededChen Qi
2014-06-01classextend: Fix crosssdk remapping for multilibRichard Purdie
2014-05-29sstatesig: Move saferecipedeps handling to be earlierRichard Purdie
2014-05-11classes/lib/oe: Fix cross/crosssdk referencesRichard Purdie
2014-05-08package_manager: Fix NoneType Object on do_populate_sdkRicardo Ribalda Delgado
2014-05-08package_manager: Fix Argument list too longRicardo Ribalda Delgado
2014-04-30lib/oe/sdk: Ensure target directory exists before creating the linkRichard Purdie
2014-04-25Globally replace oe.utils.contains to bb.utils.containsOtavio Salvador
2014-04-23make menuconfig work for recent xfce environmentAndreas Müller
2014-04-04rootfs.py: introduce USE_DEVFS checkMatthieu Crapet
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-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-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-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-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-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
2014-02-20package_manager.py: Fix $i -> %s in bb.noteMartin Jansa
2014-02-20package_manager.py: fix installed package list creation for Opkg/DpkgLaurentiu Palcu
2014-02-20lib/oe/image.py: add image dependency mechanismLaurentiu Palcu
2014-02-18rootfs.py: Check for LDCONFIGDEPEND being empty stringKhem Raj
2014-02-18Revert "lib/oe/image.py: fix working directory"Richard Purdie
2014-02-17lib/oe/image.py: fix working directoryJonathan Liu
2014-02-16lib/oe/package_manager: Make empty package directories non-fatalRichard Purdie
2014-02-14package_manager.py: move multilib prefix list computation function to RpmIndexerLaurentiu Palcu
2014-02-14image_types: sum.jffs2 is replaced by jffs2.sumDmitry Eremin-Solenikov