summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* lib/oe/package_manager: Include PACKAGE_FEED_PREFIX instead of hardcode pathsLeonardo Sandoval2015-09-041-7/+18
* sdk.py: fix conflicts of packagesJian Liu2015-09-041-12/+33
* image.py: rename _write_env -> _write_wic_envEd Bartosh2015-09-031-2/+2
* package_manager: support for signed RPM package feedsMarkus Lehtonen2015-09-031-1/+24
* package_rpm: support signing of rpm packagesMarkus Lehtonen2015-09-031-0/+17
* opkg: upgrade to v0.3.0Alejandro del Castillo2015-09-031-3/+3
* image.py: write bitbake variables to .env fileEd Bartosh2015-08-301-0/+18
* image.py: add script output to the rootfs logEd Bartosh2015-08-301-1/+4
* image.py: set bitbake variable ROOTFS_SIZEEd Bartosh2015-08-301-1/+3
* lib/oe/patch: handle patches that delete files with older gitPaul Eggleton2015-08-301-1/+1
* Empty image: package list splitting and iterationAlex Franco2015-08-292-3/+4
* lib/oe/recipeutils: avoid parsing in get_var_files()Paul Eggleton2015-08-191-2/+1
* IMAGES_FSTYPES: default to EXT4Juro Bystricky2015-08-161-2/+2
* lib/oe/package_manager: fix opkg feed generationJoshua Lock2015-08-141-4/+1
* recipeutils.py: allow all characters in regexes used to parse version stringsAlexander Kanavin2015-08-101-2/+2
* rootfs.py: fix PRE/POSTPROCESS_COMMANDS for rpm and debRobert Yang2015-08-011-1/+15
* lib/oe/classextend: Fix nativesdk double name mappingRichard Purdie2015-07-311-0/+2
* recipeutils.py: get_recipe_pv_without_srcpv remove prefixes from pvAníbal Limón2015-07-231-0/+6
* oe/recipeutils.py: get_recipe_upstream_info update to get revisionAníbal Limón2015-07-231-13/+15
* oe/recipeutils.py: get_recipe_upstream_info only use sfx and pfx when exitsAníbal Limón2015-07-231-3/+10
* lib/oe/package_manager: Use log-level warning instead of quietRichard Purdie2015-07-201-1/+1
* lib/oe/recipeutils: fix replace_dir_vars to return the correct variablesPaul Eggleton2015-07-161-1/+2
* oe/recipeutils.py: get_recipe_upstream_version returns 1.0 when not SRC_URIAníbal Limón2015-07-121-1/+10
* lib/oe/recipeutils: Ensure order of data store doesn't influence the resultRichard Purdie2015-07-121-1/+1
* rootfs.py: Add check for kernel modules before running depmodSaul Wold2015-07-021-2/+16
* oe.recipeutils: fix line.split error in bbappend_recipeChristopher Larson2015-06-271-1/+1
* oe/rootfs.py: DpkgRootfs/OpkgRootfs add support for dependency handling in po...Aníbal Limón2015-06-271-55/+101
* terminal.py: Allow devshell/menuconfig on recent gnome-terminalLeonardo Sandoval2015-06-271-0/+6
* lib/oe/patch: Fix git patch application for source in subdirectoryRichard Purdie2015-06-261-3/+3
* oe/utils.py: Add support for init/end helper functions in ThreadWorker.Aníbal Limón2015-06-261-4/+13
* oe/utils.py: Fix thread leakage in ThreadPoolAníbal Limón2015-06-261-6/+20
* meta: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-1/+1
* image: Support for VDIJuro Bystricky2015-06-111-2/+2
* lib/oe/rootfs: tidy up log warning reportingPaul Eggleton2015-06-111-7/+6
* recipeutils: Improve get_recipe_pv_without_srcpv functionAníbal Limón2015-06-081-10/+2
* recipeutils: Add get_recipe_upstream_version and get_recipe_pv_without_srcpv ...Aníbal Limón2015-06-031-0/+96
* oe/utils: Add simple threaded pool implementationRichard Purdie2015-06-031-0/+41
* image.bbclass: Add a method for creating a companion debug filesystemMark Hatle2015-05-241-0/+57
* utils: add helper to perform the intersection of two string listsRoss Burton2015-05-241-0/+15
* rootfs.py: Make set -x not break rootfs creationPeter Seebach2015-05-241-0/+3
* rootfs.py: Improve rpm log_check_regexEd Bartosh2015-05-221-1/+3
* recipetool: add appendfile subcommandPaul Eggleton2015-05-202-1/+390
* lib/oe/patch: use with open() for all file operationsPaul Eggleton2015-05-201-21/+19
* lib/oe/recipeutils: add a parse_recipe_simple() functionPaul Eggleton2015-05-161-3/+26
* license: Add support for handle INCOMPATIBLE_LICENSE in manifest creationAníbal Limón2015-05-091-0/+77
* license: Split visit_string in LicenseVisitorAníbal Limón2015-05-091-3/+12
* license_class: Generalize license_ok functionAníbal Limón2015-05-091-0/+14
* split_and_strip_files: regroup hardlinks to make build deterministicEd Bartosh2015-04-291-2/+1
* lib/oe/package: Improve strip subprocess handlingRichard Purdie2015-04-291-4/+4
* devtool: handle . in recipe namePaul Eggleton2015-04-271-2/+2