summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
...
* lib/oe/package_manager: remove package feed listsStefan Agner2016-01-312-4/+9
* lib/oe/patch: Make GitApplyTree._applypatch() support read-only .git/hooksPeter Kjellerstedt2016-01-301-14/+12
* meta/lib: new module for handling GPG signingMarkus Lehtonen2016-01-262-20/+87
* lib/oe/sdk: Partially revert "sdk.py: fix conflicts of packages"Richard Purdie2016-01-241-22/+8
* lib/oe/package_manager: prevent testing an undefined variableJoshua Lock2016-01-241-0/+1
* gen-lockedsig-cache: copy correct native sstate into ext SDKPaul Eggleton2016-01-241-2/+3
* classes/populate_sdk_ext: add option to bring in pkgdata for worldPaul Eggleton2016-01-241-2/+56
* lib/oe/package_manager.py: Remove list() from PkgsList classMariano Lopez2016-01-201-153/+0
* lib/oe/rootfs: Use list_pkgs() instead of list()Mariano Lopez2016-01-203-17/+19
* lib/oe/utils: Add function format_pkg_list()Mariano Lopez2016-01-201-0/+22
* lib/oe/package_manager: Add list_pkgs() to PkgsList classMariano Lopez2016-01-201-0/+135
* DpkgRootfs: Fix logcheck_error false-positive when use multilibAníbal Limón2016-01-111-0/+13
* package_manager.py: fixes for multilib deb packaging buildsMatt Madison2016-01-111-6/+11
* populate_sdk_ext: Change to include siginfo and non sstate task sigsRichard Purdie2016-01-111-2/+2
* image: Create separate tasks for rootfs constructionRichard Purdie2016-01-111-412/+0
* image: Move pre/post process commands to bbclassRichard Purdie2016-01-111-9/+0
* sstatesig: Handle special case of gcc-source shared-workdir for printdiffRichard Purdie2016-01-111-0/+4
* package_manager.py: add debugging support for rpm scriptlet executionPatrick Ohly2015-12-281-5/+30
* rootfs.py: Change logic to unistall packagesMariano Lopez2015-12-121-20/+21
* sdk.py / OpkgSdk: remove_packaging_data() after installHaris Okanovic2015-12-091-0/+4
* lib/oe/package_manager: Introducing PACKAGE_FEED_BASE_PATHS/PACKAGE_FEED_ARCHSLeonardo Sandoval2015-12-091-55/+99
* lib/oe/recipeutils: refactor patch_recipe_file() to use edit_metadata()Paul Eggleton2015-12-011-67/+93
* lib/oe/recipeutils: check in validate_pn() for names instead of filenamesPaul Eggleton2015-12-011-0/+2
* lib/oe/patch: improve extraction of patch headerPaul Eggleton2015-12-011-15/+43
* image.py: avoid mkdir race when building multiple imagesMike Crowe2015-12-011-2/+1
* package_manager.py: define info_dir and status_file when OPKGLIBDIR isn't the...Martin Jansa2015-12-011-0/+19
* image.py: Avoid creating empty .env file in _write_wic_envMike Crowe2015-12-011-1/+5
* lib/oe/terminal: use C locale when determining versionDariusz Pelowski2015-12-011-1/+3
* classes/populate_sdk_ext: tweak reporting of workspace exclusionPaul Eggleton2015-12-011-2/+3
* terminal: Open a new window instead of split on older tmux versions (<1.9)Leonardo Sandoval2015-11-251-5/+15
* package_manager.py: Delete installed_pkgs.txt fileMariano Lopez2015-11-241-0/+1
* rootfs.py: Stop using installed_pkgs.txtMariano Lopez2015-11-241-15/+9
* lib/oe/distro_check: don't set empty proxy keysRoss Burton2015-11-241-4/+6
* lib/oe/copy_buildsystem: Don't expand BB_TASKDEPDATARichard Purdie2015-11-241-1/+1
* classes: Ensure pass setVar/setVarFlag strings, not integersRichard Purdie2015-11-241-2/+2
* lib/oe/rootfs: tell intercepts where the native sysroot isRoss Burton2015-10-271-0/+1
* rootfs.py: add more info to the warning messageEd Bartosh2015-10-271-0/+1
* package_manager: fail if signed feeds are enabled for ipk or dpkgMarkus Lehtonen2015-10-271-0/+4
* package_manager: support GPG_PATH variableMarkus Lehtonen2015-10-271-2/+5
* populate SDK: prepare calling of bb.utils for exceptionsBenjamin Esquivel2015-10-211-24/+52
* devtool: handle virtual providersPaul Eggleton2015-10-211-1/+5
* lib/oe/image.py: Fix dependency handling for compressed typesOtavio Salvador2015-10-141-8/+10
* lib/oe/distro_check: Remove '_proxy' on dict values used by urllib.openLeonardo Sandoval2015-10-121-7/+2
* lib/oe/image.py: Add image generation for companion debug filesystemMark Hatle2015-10-071-9/+37
* package_manager.py: sort output of OpkgPkgsList().listAndre McCurdy2015-10-071-8/+14
* distrodata: Take account proxies on distrodata tasksLeonardo Sandoval2015-10-011-47/+66
* lib/oe/sstate: Add tasks_resolved handler for virtual/xxx mappingsRichard Purdie2015-10-011-0/+20
* lib/oe/package_manager: Handle empty package list in opkg caseRichard Purdie2015-10-011-1/+1
* oe.patch.GitApplyTree: add paths argument to extractPatchesMarkus Lehtonen2015-10-011-1/+4
* recipeutils: implement get_recipe_local_files()Markus Lehtonen2015-10-011-0/+16