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
/
wic
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
wic: get rid of listing properties
Ed Bartosh
2015-09-03
2
-122
/
+26
*
wic: fix pylint warning redefined-builtin
Ed Bartosh
2015-09-03
4
-17
/
+17
*
wic: fix pylint warning unused-variable
Ed Bartosh
2015-09-03
5
-18
/
+5
*
wic: fix pylint warning no-member
Ed Bartosh
2015-09-03
1
-0
/
+1
*
wic: use optparse instead of cmdln
Ed Bartosh
2015-09-03
3
-1694
/
+27
*
wic: fix pylint warning multiple-statements
Ed Bartosh
2015-09-03
3
-21
/
+42
*
wic: get rid of wildcard imports
Ed Bartosh
2015-09-03
2
-5
/
+2
*
wic: fix errors in partition.py module
Ed Bartosh
2015-09-03
1
-3
/
+3
*
wic: remove micboot.py
Ed Bartosh
2015-09-03
2
-58
/
+15
*
wic: remove micpartition.py
Ed Bartosh
2015-09-03
3
-72
/
+30
*
wic: fix typo
Ed Bartosh
2015-09-03
1
-1
/
+1
*
wic: get rid of scripts/lib/image
Ed Bartosh
2015-09-03
11
-0
/
+1161
*
wic: use bitbake variable ROOTFS_SIZE
Ed Bartosh
2015-08-30
1
-0
/
+14
*
wic: implement getting variables from .env files
Ed Bartosh
2015-08-30
1
-22
/
+37
*
wic: add default_image attribute to BitbakeVars
Ed Bartosh
2015-08-30
1
-0
/
+6
*
wic: create new method _parse_line
Ed Bartosh
2015-08-30
1
-10
/
+17
*
wic: add BitbakeVars class
Ed Bartosh
2015-08-30
1
-38
/
+53
*
wic: remove undescore from function name
Ed Bartosh
2015-08-30
1
-6
/
+6
*
wic: Add plugin for hybrid iso image
Mihaly Varga
2015-08-24
1
-0
/
+538
*
wic: code cleanup: pylint misc.py
Ed Bartosh
2015-08-09
1
-19
/
+21
*
wic: code cleanup: remove unused code
Ed Bartosh
2015-08-09
1
-11
/
+0
*
wic: Report recipe name for native commands
Ed Bartosh
2015-08-09
1
-3
/
+26
*
wic: Set default set of bitbake variables
Ed Bartosh
2015-07-10
1
-0
/
+5
*
wic: Code cleanup: unused imports
Ed Bartosh
2015-07-02
7
-10
/
+4
*
wic: Code cleanup: long lines, identation and whitespaces
Ed Bartosh
2015-07-02
8
-39
/
+47
*
wic: Remove __write_partition method
Ed Bartosh
2015-07-02
1
-21
/
+15
*
wic: Refactor fstab update code
Ed Bartosh
2015-07-02
1
-53
/
+30
*
wic: Add --uuid partition option
Ed Bartosh
2015-07-02
1
-1
/
+4
*
wic: Fix naming conflict
Ed Bartosh
2015-07-02
1
-2
/
+4
*
wic: Remove duplicated code
Ed Bartosh
2015-07-02
1
-38
/
+10
*
wic: Refactor prepare_empty_partition API
Ed Bartosh
2015-07-02
1
-36
/
+12
*
wic: Call methods better way
Ed Bartosh
2015-07-02
1
-36
/
+11
*
wic: Get rid of useless variable 'image_rootfs'
Ed Bartosh
2015-07-02
1
-16
/
+7
*
wic: Rename partition images
Ed Bartosh
2015-07-02
1
-0
/
+2
*
wic: Refactor prepare_rootfs API
Ed Bartosh
2015-07-02
1
-16
/
+12
*
wic: Turn off debug output for 'bitbake -e'
Ed Bartosh
2015-07-02
1
-0
/
+5
*
wic: Remove annoing debug message
Ed Bartosh
2015-07-02
1
-2
/
+0
*
wic: Include mount point into image report
Ed Bartosh
2015-07-02
1
-1
/
+1
*
wic: Refactor getting bitbake variables
Ed Bartosh
2015-07-02
3
-64
/
+33
*
wic: Implement image compressing
Ed Bartosh
2015-06-27
1
-1
/
+14
*
wic: Add new argument to direct plugin
Ed Bartosh
2015-06-27
2
-2
/
+4
*
wic: code cleanup: superfluous-parens
Ed Bartosh
2015-06-23
6
-19
/
+19
*
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: Move validation of --ptable option to wks parser
Ed Bartosh
2015-06-11
5
-30
/
+8
*
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
[prev]
[next]