aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
AgeCommit message (Expand)Author
2015-09-03lib/oe/package_manager: Include PACKAGE_FEED_PREFIX instead of hardcode pathsLeonardo Sandoval
2015-09-03sdk.py: fix conflicts of packagesJian Liu
2015-09-02image.py: rename _write_env -> _write_wic_envEd Bartosh
2015-09-01package_manager: support for signed RPM package feedsMarkus Lehtonen
2015-09-01package_rpm: support signing of rpm packagesMarkus Lehtonen
2015-09-01opkg: upgrade to v0.3.0Alejandro del Castillo
2015-08-30image.py: write bitbake variables to .env fileEd Bartosh
2015-08-30image.py: add script output to the rootfs logEd Bartosh
2015-08-30image.py: set bitbake variable ROOTFS_SIZEEd Bartosh
2015-08-30lib/oe/patch: handle patches that delete files with older gitPaul Eggleton
2015-08-29Empty image: package list splitting and iterationAlex Franco
2015-08-19lib/oe/recipeutils: avoid parsing in get_var_files()Paul Eggleton
2015-08-16IMAGES_FSTYPES: default to EXT4Juro Bystricky
2015-08-14lib/oe/package_manager: fix opkg feed generationJoshua Lock
2015-08-09recipeutils.py: allow all characters in regexes used to parse version stringsAlexander Kanavin
2015-08-01rootfs.py: fix PRE/POSTPROCESS_COMMANDS for rpm and debRobert Yang
2015-07-29lib/oe/classextend: Fix nativesdk double name mappingRichard Purdie
2015-07-22recipeutils.py: get_recipe_pv_without_srcpv remove prefixes from pvAníbal Limón
2015-07-22oe/recipeutils.py: get_recipe_upstream_info update to get revisionAníbal Limón
2015-07-22oe/recipeutils.py: get_recipe_upstream_info only use sfx and pfx when exitsAníbal Limón
2015-07-20lib/oe/package_manager: Use log-level warning instead of quietRichard Purdie
2015-07-16lib/oe/recipeutils: fix replace_dir_vars to return the correct variablesPaul Eggleton
2015-07-12oe/recipeutils.py: get_recipe_upstream_version returns 1.0 when not SRC_URIAníbal Limón
2015-07-12lib/oe/recipeutils: Ensure order of data store doesn't influence the resultRichard Purdie
2015-07-02rootfs.py: Add check for kernel modules before running depmodSaul Wold
2015-06-27oe.recipeutils: fix line.split error in bbappend_recipeChristopher Larson
2015-06-26oe/rootfs.py: DpkgRootfs/OpkgRootfs add support for dependency handling in po...Aníbal Limón
2015-06-26terminal.py: Allow devshell/menuconfig on recent gnome-terminalLeonardo Sandoval
2015-06-26lib/oe/patch: Fix git patch application for source in subdirectoryRichard Purdie
2015-06-26oe/utils.py: Add support for init/end helper functions in ThreadWorker.Aníbal Limón
2015-06-26oe/utils.py: Fix thread leakage in ThreadPoolAníbal Limón
2015-06-23meta: Add explict getVar param for (non) expansionRichard Purdie
2015-06-11image: Support for VDIJuro Bystricky
2015-06-11lib/oe/rootfs: tidy up log warning reportingPaul Eggleton
2015-06-08recipeutils: Improve get_recipe_pv_without_srcpv functionAníbal Limón
2015-06-03recipeutils: Add get_recipe_upstream_version and get_recipe_pv_without_srcpv ...Aníbal Limón
2015-06-01oe/utils: Add simple threaded pool implementationRichard Purdie
2015-05-23image.bbclass: Add a method for creating a companion debug filesystemMark Hatle
2015-05-23utils: add helper to perform the intersection of two string listsRoss Burton
2015-05-22rootfs.py: Make set -x not break rootfs creationPeter Seebach
2015-05-21rootfs.py: Improve rpm log_check_regexEd Bartosh
2015-05-19recipetool: add appendfile subcommandPaul Eggleton
2015-05-19lib/oe/patch: use with open() for all file operationsPaul Eggleton
2015-05-15lib/oe/recipeutils: add a parse_recipe_simple() functionPaul Eggleton
2015-05-09license: Add support for handle INCOMPATIBLE_LICENSE in manifest creationAníbal Limón
2015-05-09license: Split visit_string in LicenseVisitorAníbal Limón
2015-05-09license_class: Generalize license_ok functionAníbal Limón
2015-04-29split_and_strip_files: regroup hardlinks to make build deterministicEd Bartosh
2015-04-29lib/oe/package: Improve strip subprocess handlingRichard Purdie
2015-04-27devtool: handle . in recipe namePaul Eggleton