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
/
scripts
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
devtool: add finish subcommand
Paul Eggleton
2016-07-20
1
-1
/
+110
*
devtool: upgrade: record original recipe files
Paul Eggleton
2016-07-20
1
-6
/
+10
*
devtool: update-recipe: refactor to allow calling separately
Paul Eggleton
2016-07-20
1
-27
/
+29
*
devtool: reset: refactor to allow calling separately
Paul Eggleton
2016-07-20
1
-17
/
+23
*
devtool: update-recipe: don't copy local files that haven't changed
Paul Eggleton
2016-07-20
1
-1
/
+5
*
devtool: update-recipe: find and use existing files directories
Paul Eggleton
2016-07-20
1
-4
/
+14
*
wic: mountpoint is an optional argument
Maciej Borzecki
2016-07-20
1
-1
/
+1
*
wic: clone gummiboot wks for systemd-boot
Jianxun Zhang
2016-07-20
1
-0
/
+11
*
wic: add systemd-boot option in EFI boot image plugin
Jianxun Zhang
2016-07-20
1
-3
/
+5
*
recipetool: create: support specifying a file as the local source
Paul Eggleton
2016-07-12
2
-5
/
+14
*
recipetool: create: fix handling of github URLs
Paul Eggleton
2016-07-12
1
-1
/
+1
*
devtool: return specific exit code for incompatible recipes
Paul Eggleton
2016-07-12
2
-9
/
+12
*
devtool: reset: allow reset to work if the recipe file has been deleted
Paul Eggleton
2016-07-12
1
-1
/
+1
*
devtool: update-recipe: fix --initial-rev option
Paul Eggleton
2016-07-12
1
-8
/
+5
*
recipetool: create: drop unused convert_pkginfo() function
Paul Eggleton
2016-07-08
1
-29
/
+0
*
recipetool: create: avoid decoding errors with Python 3
Paul Eggleton
2016-07-08
5
-14
/
+14
*
scripts/lib/bsp/help.py: Changed help of yocto-bsp to match latest syntax
Humberto Ibarra
2016-07-07
1
-8
/
+8
*
yocto-bsp: Refactor script to use argparse instead of optparse
Humberto Ibarra
2016-07-07
1
-23
/
+7
*
scripts/lib/bsp/engine.py: Add error message for wrong input file
Humberto Ibarra
2016-07-07
1
-2
/
+4
*
scripts/lib/bsp/help.py: Fixed pager for yocto-bsp help
Humberto Ibarra
2016-07-07
1
-1
/
+1
*
recipetool: recognize less common makefile names
Nathan Lynch
2016-07-01
1
-1
/
+1
*
devtool: reset: allow specifying multiple recipes
Paul Eggleton
2016-06-15
1
-4
/
+5
*
scripts/lib/bsp/engine.py: Added missing parentheses to string formatting
Humberto Ibarra
2016-06-12
1
-1
/
+1
*
scripts/lib/bsp/kernel.py: python3: use explicit relative imports
Humberto Ibarra
2016-06-12
1
-1
/
+1
*
scripts/lib/bsp/engine.py: Rename raw_input commands to input
Humberto Ibarra
2016-06-12
1
-2
/
+2
*
scripts/lib/bsp/engine.py: Added missing keyword to fix syntax error
Humberto Ibarra
2016-06-07
1
-1
/
+1
*
scripts: python3: decode subprocess output
Ed Bartosh
2016-06-03
1
-5
/
+5
*
engine: python3: replace iteritems() -> items()
Ed Bartosh
2016-06-03
1
-3
/
+3
*
scripts: python3: replace exec statement with builtin
Ed Bartosh
2016-06-03
1
-1
/
+1
*
scripts: python3: use explicit relative imports
Ed Bartosh
2016-06-03
2
-3
/
+2
*
engine.py: python3: rename sys.maxint to sys.maxsize
Ed Bartosh
2016-06-03
1
-3
/
+3
*
scripts: python3: use new metaclass syntax
Ed Bartosh
2016-06-03
1
-4
/
+2
*
scripts: python3: rename raw_input to input
Ed Bartosh
2016-06-03
2
-12
/
+12
*
image-live, image-vm, wic: Remove fs size workaround
Jussi Kukkonen
2016-06-03
4
-26
/
+0
*
scripts: python3: change python to python3 in shebang
Ed Bartosh
2016-06-03
1
-1
/
+1
*
scripts: python3: convert iterables to lists
Ed Bartosh
2016-06-03
4
-7
/
+7
*
scripts: Fix urlparse imports for python3
Ed Bartosh
2016-06-02
1
-3
/
+3
*
scripts: Fix encoding errors for python3
Ed Bartosh
2016-06-02
4
-5
/
+6
*
scripts: Replace basestring -> str for python3
Ed Bartosh
2016-06-02
4
-6
/
+6
*
scripts: Fix deprecated dict methods for python3
Ed Bartosh
2016-06-02
8
-35
/
+35
*
wic: encode help text
Ed Bartosh
2016-06-02
1
-1
/
+1
*
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
-6
/
+6
*
classes/lib: Update to match python3 iter requirements
Richard Purdie
2016-06-02
1
-1
/
+1
*
scripts: python3: Use print function
Ed Bartosh
2016-06-01
2
-86
/
+85
*
recipetool / devtool: set a fixed SRCREV by default when fetching from git
Paul Eggleton
2016-06-01
2
-0
/
+8
*
recipetool: create: use ${BP} for subdir for binary packages
Paul Eggleton
2016-06-01
1
-2
/
+4
*
recipetool: create: extract variable values from .deb/.ipk/.rpm
Paul Eggleton
2016-06-01
1
-11
/
+94
*
recipetool: create: support extracting SUMMARY and HOMEPAGE
Paul Eggleton
2016-06-01
3
-36
/
+54
*
wic: bootimg-efi: include startup.nsh if it's available
Christopher Larson
2016-05-30
1
-0
/
+5
[next]