summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* 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
* Empty image:rootfs.py:handle empty PACKAGE_INSTALLAlex Franco2015-09-281-1/+5
* recipeutils.py: don't hardcode the upstream version as 1.0 when SRC_URI is em...Alexander Kanavin2015-09-281-4/+5
* package_manager.py: make rpm install mutilib pkgs corectlyRobert Yang2015-09-281-2/+81
* devtool / lib/oe/recipeutils: ensure we can parse without bbappendsPaul Eggleton2015-09-231-0/+2
* lib/oe/patch: fix for git am not cleaning up after itselfPaul Eggleton2015-09-231-0/+7
* lib/oe/recipeutils: properly split unexpanded variable valuesPaul Eggleton2015-09-231-2/+59
* image.py: Ensure base image size is an integerPatrick Williams2015-09-181-0/+2
* image.py: Allow IMAGE_LINK_NAME to be emptyMike Looijmans2015-09-141-1/+1
* classes/sstate: break out function to get sstate manifest filenamePaul Eggleton2015-09-121-0/+12
* rootfs: Conditionally uninstall update-rc.dKhem Raj2015-09-111-1/+9
* Revert "rootfs: Do not uninstall update-rc.d"Richard Purdie2015-09-111-1/+2
* rootfs.py: show intercept script output in log.do_rootfsMartin Jansa2015-09-091-1/+1
* package_manager.py: search provides when not found by pkgnameRobert Yang2015-09-091-0/+16