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
*
recipetool: add appendsrcfile(s) sub-commands
Christopher Larson
2015-06-27
1
-6
/
+104
*
recipetool.append: use argparse types for validation
Christopher Larson
2015-06-27
1
-20
/
+25
*
wic: Make code more pythonic
Ed Bartosh
2015-06-27
1
-12
/
+2
*
wic: Implement image compressing
Ed Bartosh
2015-06-27
1
-1
/
+14
*
wic: Add new argument to direct plugin
Ed Bartosh
2015-06-27
3
-2
/
+5
*
wic: Add new argument to wic_create function
Ed Bartosh
2015-06-27
1
-1
/
+3
*
wic: Add --compress-with command line option
Ed Bartosh
2015-06-27
1
-0
/
+4
*
lib/devtool/standard: Fix patch cleanup
Richard Purdie
2015-06-26
1
-1
/
+2
*
wic: removed unused command line option
Ed Bartosh
2015-06-23
2
-12
/
+2
*
wic: code cleanup: superfluous-parens
Ed Bartosh
2015-06-23
8
-23
/
+23
*
wic: Return error code when wic fails to invoke command
Ed Bartosh
2015-06-23
1
-0
/
+2
*
wic: Integrated plugin docstrings into 'wic help plugins' output
Ed Bartosh
2015-06-23
1
-0
/
+18
*
wic: Add missing docstrings to plugin classes
Ed Bartosh
2015-06-23
7
-0
/
+35
*
wic: Code cleanup: bad-classmethod-argument
Ed Bartosh
2015-06-23
8
-27
/
+27
*
wic: Document creation of empty partition
Ed Bartosh
2015-06-23
1
-0
/
+4
*
devtool: deploy: fix preservation of symlinks and permissions/ownership
Paul Eggleton
2015-06-18
2
-3
/
+23
*
recipetool: appendfile: fix file command error handling
Paul Eggleton
2015-06-18
1
-2
/
+4
*
recipetool: appendfile: clarify help text
Paul Eggleton
2015-06-18
1
-6
/
+6
*
devtool: use DevtoolError for error handling
Markus Lehtonen
2015-06-18
3
-99
/
+92
*
devtool: remove some unused return values
Markus Lehtonen
2015-06-18
1
-3
/
+0
*
devtool: split out 'patch' update mode into a separate function
Markus Lehtonen
2015-06-18
1
-114
/
+122
*
devtool: split out 'srcrev' update mode into a separate function
Markus Lehtonen
2015-06-18
1
-77
/
+111
*
devtool: slight simplification of path splitting logic
Markus Lehtonen
2015-06-18
1
-6
/
+5
*
devtool: simplify few conditionals a bit
Markus Lehtonen
2015-06-18
1
-8
/
+6
*
devtool: simplify the logic of determining patches to be removed
Markus Lehtonen
2015-06-18
1
-14
/
+11
*
devtool: update-recipe: do rev parsing in a separate function
Markus Lehtonen
2015-06-18
1
-24
/
+31
*
devtool: refactor bb task execution into a separate class
Markus Lehtonen
2015-06-18
1
-20
/
+30
*
devtool: fix wrong indentation
Markus Lehtonen
2015-06-18
1
-2
/
+2
*
wic: Move validation of --ptable option to wks parser
Ed Bartosh
2015-06-11
5
-30
/
+8
*
wic: Add help for --part-type and --use-uuid options
Ed Bartosh
2015-06-11
1
-0
/
+9
*
wic: Use partition UUID in directdisk-gpt
Ed Bartosh
2015-06-11
1
-1
/
+1
*
wic: Set type GUID and UUID for partition
Ed Bartosh
2015-06-11
1
-0
/
+15
*
wic: Add parameter 'uuid' to Image.add_partition method
Ed Bartosh
2015-06-11
2
-3
/
+5
*
wic: Refactored getting root device name
Ed Bartosh
2015-06-11
4
-24
/
+16
*
wic: Fix format string
Ed Bartosh
2015-06-11
1
-1
/
+1
*
wic: Generate random uuid for partition
Ed Bartosh
2015-06-11
1
-0
/
+13
*
wic: Add --use-uuid partition option
Ed Bartosh
2015-06-11
1
-0
/
+6
*
wic: pylinted partitionedfs.py
Ed Bartosh
2015-06-11
1
-33
/
+30
*
wic: replaced __run_parted with exec_native_cmd
Ed Bartosh
2015-06-11
1
-19
/
+13
*
wic: move checks to exec_native_cmd
Ed Bartosh
2015-06-11
3
-27
/
+12
*
wic: removed exec_cmd_quiet and exec_native_cmd_quiet
Ed Bartosh
2015-06-11
1
-21
/
+0
*
wic: create directdisk-gpt.wks
Ed Bartosh
2015-06-11
1
-0
/
+10
*
wic: Make _ptable_format public
Ed Bartosh
2015-06-11
4
-13
/
+13
*
wic: Use gptmbr.bin MBR for gpt partitions
Ed Bartosh
2015-06-11
2
-1
/
+13
*
wic: Add gpt to the list of supported partition table formats
Ed Bartosh
2015-06-11
3
-4
/
+4
*
wic: check if part_type is set only for msdos partition table
Ed Bartosh
2015-06-11
1
-1
/
+1
*
wic: set legacy_boot flag for gpt partitions
Ed Bartosh
2015-06-11
1
-1
/
+1
*
wic: refactored processing of wic exceptions
Ed Bartosh
2015-05-29
1
-26
/
+8
*
wic: Make sure file exists before removing it
Ed Bartosh
2015-05-24
1
-8
/
+8
*
devtool: update-recipe: add option to write changes to bbappend
Paul Eggleton
2015-05-20
1
-41
/
+107
[next]