summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
...
* lib/oe/sdk.py: support RpmRootfsHongxu Jia2014-02-111-2/+136
* lib/oe/image.py: fix get rootfs_extra_space failedHongxu Jia2014-02-111-1/+1
* rootfs.py: strip kernel-abiversion useless readlineHongxu Jia2014-02-111-1/+1
* rootfs.py: fix uninstall uneeded pkgs failedHongxu Jia2014-02-111-4/+17
* lib/oe/rootfs.py: Tweak the rootfs removing operationHongxu Jia2014-02-111-3/+4
* lib/oe/rootfs.py: support RpmRootfsHongxu Jia2014-02-111-6/+205
* lib/oe/package_manager.py: support RpmPMHongxu Jia2014-02-111-5/+651
* lib/oe/manifest.py: add rpm image manifest creationHongxu Jia2014-02-111-1/+41
* lib/oe/sdk.py: add SDK classLaurentiu Palcu2014-02-111-0/+209
* lib/oe/package_manager.py: fixes for dpkg backendLaurentiu Palcu2014-02-111-8/+16
* lib/oe/rootfs.py: use Manifest.INSTALL_ORDERLaurentiu Palcu2014-02-111-5/+1
* lib/oe/manifest.py: create manifests for SDK tooLaurentiu Palcu2014-02-111-18/+57
* image.bbclass, lib/oe/rootfs.py: remove intercept_scripts directoryLaurentiu Palcu2014-02-111-0/+2
* lib/oe/rootfs.py: add support for opkg backendLaurentiu Palcu2014-02-111-9/+149
* lib/oe/package_manager.py: add support for opkg backendLaurentiu Palcu2014-02-111-8/+210
* lib/oe/package_manager.py: use the bitbake APT_ARGS variableLaurentiu Palcu2014-02-111-1/+1
* lib/oe/package_manager.py: add deploy dir locking mechanismLaurentiu Palcu2014-02-111-0/+17
* lib/oe/manifest.py: create global variables for package typesLaurentiu Palcu2014-02-111-10/+20
* oe/manifest.py: Add manifest creation for opkgLaurentiu Palcu2014-02-111-7/+44
* lib/oe/rootfs.py: add new library for rootfs creationLaurentiu Palcu2014-02-111-0/+328
* lib/oe/package_manager.py: add new package management libraryLaurentiu Palcu2014-02-111-0/+425
* lib/oe/manifest.py: add library for image manifest creationLaurentiu Palcu2014-02-111-0/+165
* lib/oe/image.py: add new image creation libraryLaurentiu Palcu2014-02-111-0/+239
* lib/oe/utils.py: add pre/post process helper functionLaurentiu Palcu2014-02-111-1/+11
* lib/oe/patch.py: Prefer "git am" over "git apply" when applying git patchesLaszlo Papp2014-01-281-7/+13
* utils: Add a cpu_count wrapper functionRichard Purdie2014-01-281-0/+4
* sstatesig: include native/cross/nativesdk deps in target signaturesMartin Jansa2014-01-211-4/+0
* meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory' flag to...Jacob Kroon2014-01-021-2/+2
* sstate/sstatesig: Add populate_lic to list of arch invariant sstate tasksRichard Purdie2013-12-201-0/+3
* sstatesig: Correctly handle matches spanning stamps and sstatedirRichard Purdie2013-12-201-1/+0
* sstatesig: Update for the removal of sstate-nameRichard Purdie2013-12-201-3/+1
* sstatesig: Ensure we return all matches for find_sigdataRichard Purdie2013-12-201-1/+1
* classes/buildhistory: add additional variables to image informationPaul Eggleton2013-12-031-2/+2
* sstatesig.py: Fix image regeneration issueRichard Purdie2013-11-291-1/+3
* buildhistory_analysis: fix error when comparing image contentsPaul Eggleton2013-11-181-1/+1
* lib/oe/path: Fixup handling of .* files in top level paths for copyhardlinktr...Richard Purdie2013-11-121-3/+1
* lib/oe/path: Fix performance issue got copyhardlinktree()Richard Purdie2013-11-121-1/+1
* lib/oe/sstatesig: Ensure packagegroups don't continually rebuildRichard Purdie2013-11-081-0/+7
* buildhistory-diff: add ability to report version changesPaul Eggleton2013-10-261-19/+22
* lib/oe/path: Fix copytree functions for tar 1.27Richard Purdie2013-10-141-2/+2
* bitbake.conf/package: Collapse PKGDATA_DIR into a single machine specific dir...Richard Purdie2013-09-141-31/+12
* meta: Don't use deprecated bitbake APIRichard Purdie2013-09-011-1/+1
* oe.types: add 'path' typeChristopher Larson2013-08-261-0/+18
* lib/oe/terminal.py: add support for MATE desktop terminalsAndre McCurdy2013-07-311-0/+4
* TmuxRunning: handle multi-word commandsTyler Hall2013-07-021-1/+1
* lib/oe/lsb.py: fall back to /etc/os-release for host distro IDPaul Eggleton2013-07-021-2/+14
* handle two-word commands with tmuxPeter Seebach2013-06-111-2/+2
* test_utils: import functions directly for concisenessRoss Burton2013-06-071-5/+5
* test-utils: handle import bb failing and skip the testRoss Burton2013-06-071-1/+5
* utils: add trim_version() functionRoss Burton2013-05-302-0/+35