summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* lib/oe/classextend: Avoid early expansion of PR valuesRichard Purdie2014-07-251-1/+6
* 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
* lib/oe/image.py: check the rootfs size against IMAGE_ROOTFS_MAXSIZERobert Yang2014-07-101-0/+8
* lib/oe/package_manager.py: Fix _pkg_translate_smart_to_oe functionMark Hatle2014-07-031-0/+1
* lib/oe/package_manager.py: Add processing for alternative SDK_OSMark Hatle2014-06-251-1/+5
* populate_sdk: Fix TOOLCHAIN_TARGET_TASK_ATTEMPTONLY implementationMark Hatle2014-06-251-1/+1
* sstatesig: Add try/except around the stat callsRichard Purdie2014-06-191-2/+8
* rootfs.py: change the logic in _uninstall_unneededChen Qi2014-06-131-5/+9
* classextend: Fix crosssdk remapping for multilibRichard Purdie2014-06-011-0/+2
* sstatesig: Move saferecipedeps handling to be earlierRichard Purdie2014-05-291-4/+4
* classes/lib/oe: Fix cross/crosssdk referencesRichard Purdie2014-05-112-6/+6
* package_manager: Fix NoneType Object on do_populate_sdkRicardo Ribalda Delgado2014-05-081-1/+2
* package_manager: Fix Argument list too longRicardo Ribalda Delgado2014-05-081-2/+9
* lib/oe/sdk: Ensure target directory exists before creating the linkRichard Purdie2014-04-301-0/+1
* Globally replace oe.utils.contains to bb.utils.containsOtavio Salvador2014-04-252-17/+3
* make menuconfig work for recent xfce environmentAndreas Müller2014-04-231-11/+1
* rootfs.py: introduce USE_DEVFS checkMatthieu Crapet2014-04-041-1/+2
* sstatesig: Anchor inherits class testsRichard Purdie2014-03-301-3/+3
* image.py: check file exists before deletingLaurentiu Palcu2014-03-301-1/+2
* rootfs.py: add new cleanup methodLaurentiu Palcu2014-03-301-0/+25
* package_manager.py: leave the __db.00* files in placeLaurentiu Palcu2014-03-301-7/+1
* apt/package_mamager: Ensure WORKDIR is used for lists directoryRichard Purdie2014-03-271-0/+2
* package_manager: Fix apt-ftparchive index creation problemsRichard Purdie2014-03-271-7/+6
* package_manager: Ensure we don't process directories twiceRichard Purdie2014-03-271-1/+3
* rootfs.py, sdk.py: adjust/create the wrappers for creating installed packages...Laurentiu Palcu2014-03-212-15/+22
* package_manager.py: create separate class for installed packages listingLaurentiu Palcu2014-03-211-165/+211
* package_manager: Use apt-ftparchive for deb packagesRicardo Ribalda Delgado2014-03-191-3/+9
* lib/oe: turn oe into a namespace packageChristopher Larson2014-03-171-0/+2
* do_rootfs: Added PACKAGE_FEED_URIS functionalityDavid Nyström2014-03-072-13/+92
* package.py: use subprocess.Popen for rpmdeps callMartin Jansa2014-03-071-4/+7
* package_manager.py: make list_installed() list pkg dependencies tooLaurentiu Palcu2014-03-071-0/+31
* lib/oe: drop custom implementation of oe.path.relativeRoss Burton2014-03-071-17/+1
* image.py, rootfs.py, package_manager.py: redirect stderr to stdout when calli...Laurentiu Palcu2014-03-073-25/+27
* Rename PACKAGE_GROUP variable to FEATURE_PACKAGESPaul Eggleton2014-03-071-9/+16
* package_manager.py: RpmPM: don't add smart channel if already addedLaurentiu Palcu2014-03-051-2/+4
* Revert "lib/oe/package_manager.py: RpmPM: fix issue with multilib builds"Laurentiu Palcu2014-03-051-6/+7
* package_manager.py: create index files for all backends in PACKAGE_CLASSESLaurentiu Palcu2014-02-251-9/+15
* package_manager.py: correctly handle empty opkg-query-helper.py outputJonathan Liu2014-02-251-1/+1
* lib/oe/rootfs: Fix LDCONFIGDEPEND checkRichard Purdie2014-02-251-1/+1
* manifest.py: remove redundant import lineHongxu Jia2014-02-211-1/+0
* 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
* package_manager.py: support ipk incremental image generationHongxu Jia2014-02-211-6/+75
* manifest.py: add create_full for OpkgManifest classHongxu Jia2014-02-211-1/+56
* package_manager.py: Fix $i -> %s in bb.noteMartin Jansa2014-02-201-1/+1
* package_manager.py: fix installed package list creation for Opkg/DpkgLaurentiu Palcu2014-02-201-2/+4
* lib/oe/image.py: add image dependency mechanismLaurentiu Palcu2014-02-201-91/+191
* rootfs.py: Check for LDCONFIGDEPEND being empty stringKhem Raj2014-02-181-1/+1