index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meta
/
lib
/
oe
/
recipeutils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/oe/reciputils.py: support character `+' in git pv
Hongxu Jia
2019-06-04
1
-1
/
+1
*
meta/lib+scripts: Convert to SPDX license headers
Richard Purdie
2019-05-09
1
-0
/
+2
*
devtool: Support kmeta directory usage with devtool modify/finish
Jaewon Lee
2019-03-06
1
-1
/
+8
*
lib/oe,oeqa/selftest: Fix DeprecationWarning: invalid escape sequence
Richard Purdie
2019-02-16
1
-4
/
+4
*
lib/oe/reciputils.py: parallelize upstream version checks
Alexander Kanavin
2019-01-26
1
-21
/
+56
*
lib/oe/recipeutils: Add a new function to mimic do_checkpkg
Richard Purdie
2018-12-15
1
-1
/
+52
*
lib/oe/recipeutils: drop obsolete functions
Paul Eggleton
2018-12-03
1
-25
/
+0
*
lib/oe/recipeutils: patch_recipe(): fix replacing varflag values
Paul Eggleton
2018-12-03
1
-4
/
+12
*
lib/oe/recipeutils: patch_recipe(): fix handling of values across includes/cl...
Paul Eggleton
2018-12-03
1
-3
/
+68
*
lib/oe/recipeutils: add .txz extension to archive list
Paul Eggleton
2018-03-01
1
-1
/
+1
*
distrodata.bbclass: make upstream version check more useful for git upstreams
Alexander Kanavin
2017-11-30
1
-26
/
+18
*
devtool: finish: add dry-run option
Paul Eggleton
2017-11-11
1
-12
/
+36
*
devtool: upgrade: handle recipes that use named SRC_URI checksums
Paul Eggleton
2017-11-11
1
-2
/
+11
*
lib/oe/recipeutils: fix line splitting in patch_recipe_*
Paul Eggleton
2017-11-11
1
-0
/
+5
*
lib/oe/recipeutils: fix find_layerdir() to return absolute paths
Paul Eggleton
2017-11-11
1
-1
/
+1
*
devtool: upgrade: workaround for recipes which apply patches conditional upon...
Paul Eggleton
2017-08-31
1
-7
/
+28
*
devtool: upgrade: fix handling of non-absolute paths
Paul Eggleton
2017-08-31
1
-3
/
+5
*
meta: remove True option to getVar calls
Joshua Lock
2016-12-16
1
-19
/
+19
*
lib/oe/recipeutils: drop parse_recipe_simple()
Paul Eggleton
2016-12-14
1
-22
/
+0
*
classes/patch: move several functions to oe.patch
Paul Eggleton
2016-12-14
1
-7
/
+5
*
lib/oe/recipeutils: use cooker function instead of bb.providers
Paul Eggleton
2016-12-14
1
-11
/
+2
*
lib/oe/recipeutils: ignore archives by default in get_recipe_local_files()
Paul Eggleton
2016-11-23
1
-2
/
+14
*
devtool: update-recipe: fix handling of compressed local patches
Paul Eggleton
2016-11-23
1
-3
/
+3
*
lib/oe/recipeutils: print just filename in bbappend_recipe() if in temp dir
Paul Eggleton
2016-11-06
1
-1
/
+5
*
lib/oe/recipeutils: fix invalid character detection in validate_pn()
Paul Eggleton
2016-09-20
1
-2
/
+2
*
devtool: update-recipe: support files with subdir=
Paul Eggleton
2016-09-08
1
-2
/
+10
*
devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...
Richard Purdie
2016-08-18
1
-9
/
+10
*
lib/oe/recipeutils: fix patch_recipe*() with empty input
Paul Eggleton
2016-07-26
1
-1
/
+1
*
devtool: add finish subcommand
Paul Eggleton
2016-07-20
1
-1
/
+56
*
devtool: upgrade: record original recipe files
Paul Eggleton
2016-07-20
1
-1
/
+3
*
lib/oe/recipeutils: fix a few issues in find_layerdir()
Paul Eggleton
2016-07-20
1
-2
/
+4
*
classes/lib: Complete transition to python3
Richard Purdie
2016-06-02
1
-2
/
+2
*
scripts: Fix deprecated dict methods for python3
Ed Bartosh
2016-06-02
1
-2
/
+2
*
classes/lib: Update xrange -> range for python3
Richard Purdie
2016-06-02
1
-2
/
+2
*
classes/lib: Update to explictly create lists where needed
Richard Purdie
2016-06-02
1
-3
/
+3
*
classes/lib: Update to match python3 iter requirements
Richard Purdie
2016-06-02
1
-4
/
+4
*
lib/oe/recipeutils: fix insertion of variable values
Paul Eggleton
2016-06-01
1
-1
/
+1
*
lib/oe/recipeutils: patch_recipe_lines: allow omitting trailing newlines
Paul Eggleton
2016-06-01
1
-6
/
+11
*
lib/oe/recipeutils: split out patch_recipe_lines()
Paul Eggleton
2016-06-01
1
-5
/
+18
*
devtool: update-recipe: handle where SRC_URI is appended to with +=
Paul Eggleton
2016-04-15
1
-3
/
+4
*
lib/oe/recipeutils: refactor patch_recipe_file() to use edit_metadata()
Paul Eggleton
2015-12-01
1
-67
/
+93
*
lib/oe/recipeutils: check in validate_pn() for names instead of filenames
Paul Eggleton
2015-12-01
1
-0
/
+2
*
devtool: handle virtual providers
Paul Eggleton
2015-10-21
1
-1
/
+5
*
recipeutils: implement get_recipe_local_files()
Markus Lehtonen
2015-10-01
1
-0
/
+16
*
recipeutils.py: don't hardcode the upstream version as 1.0 when SRC_URI is em...
Alexander Kanavin
2015-09-28
1
-4
/
+5
*
devtool / lib/oe/recipeutils: ensure we can parse without bbappends
Paul Eggleton
2015-09-23
1
-0
/
+2
*
lib/oe/recipeutils: properly split unexpanded variable values
Paul Eggleton
2015-09-23
1
-2
/
+59
*
lib/oe/recipeutils: avoid parsing in get_var_files()
Paul Eggleton
2015-08-19
1
-2
/
+1
*
recipeutils.py: allow all characters in regexes used to parse version strings
Alexander Kanavin
2015-08-10
1
-2
/
+2
*
recipeutils.py: get_recipe_pv_without_srcpv remove prefixes from pv
Aníbal Limón
2015-07-23
1
-0
/
+6
[next]