summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
...
* lib/oe/package_manager.py: check that package list is not emptyLaurentiu Palcu2014-02-111-1/+7
* rootfs.py, package_manager.py, sdk.py: Fix building from feeds feature for opkgLaurentiu Palcu2014-02-113-5/+51
* lib/oe/package_manager.py: OpkgPM, bad recommendation handling changeLaurentiu Palcu2014-02-111-6/+4
* lib/oe/package_manager.py: do not use stampsLaurentiu Palcu2014-02-111-8/+0
* lib/oe/rootfs.py: OpkgRootfs, fix issue in _get_delayed_postinsts()Laurentiu Palcu2014-02-111-1/+1
* lib/oe/package_manager.py: OpkgPM/DpkgPM fixesLaurentiu Palcu2014-02-111-12/+42
* lib/oe/image.py: fix image size calculation routineLaurentiu Palcu2014-02-111-2/+2
* lib/oe/package_manager.py: DpkgPM, use lock on deploy dirLaurentiu Palcu2014-02-111-0/+8
* lib/oe/rootfs.py: warn the user if intercept hooks failLaurentiu Palcu2014-02-111-2/+2
* lib/oe/package_manager.py: RpmPM fixesLaurentiu Palcu2014-02-111-12/+12
* lib/oe/package_manager.py: moving global SCRIPTLET_FORMAT and DB_CONFIG_CONTE...Hongxu Jia2014-02-111-52/+51
* package_manger.py/rootfs.py: rename save_rpmpostinist with save_rpmpostinstHongxu Jia2014-02-112-3/+3
* lib/oe/rootfs.py: fix invoking _run_intercepts failedHongxu Jia2014-02-111-0/+1
* lib/oe/package_manager.py: fix invoking rpm save_rpmpostinist failedHongxu Jia2014-02-111-2/+3
* lib/oe/rootfs.py: fix invoking rpm _handle_intercept_failure failedHongxu Jia2014-02-111-1/+1
* 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
* oeqa/utils: targetbuild: don't use bb.fetch anymoreStefan Stanacar2014-02-091-19/+8
* lib/oeqa: add module for running tests outside of the build systemStefan Stanacar2014-02-091-0/+140
* testimage: add ability to export testsStefan Stanacar2014-02-091-11/+6
* oeqa/runtime/systemd: remove race in settle()Ross Burton2014-02-041-14/+8
* lib/oeqa: allow multiple layers to provide their own TEST_TARGET classSipke Vriend2014-02-023-6/+79
* oeqa/runtime: syslog: update --help testStefan Stanacar2014-02-021-1/+1
* oeqa/utils: sshcontrol: rewrite the SSHControl classStefan Stanacar2014-02-021-83/+92
* oeqa/runtime: smart: fix adding channelsStefan Stanacar2014-01-291-1/+1
* oeqa/runtime: drop restartTarget methodStefan Stanacar2014-01-294-10/+0
* oeqa/runtime: rpm: fix finding the test rpm fileStefan Stanacar2014-01-281-5/+6
* lib/oeqa: sshcontrol: Allow alternate port for SSHControlSipke Vriend2014-01-281-1/+3