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
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
wic: improve generating disk system identifier
Jonathan Liu
2017-08-03
1
-1
/
+2
*
wic: ensure generated disk system identifier is non-zero
Jonathan Liu
2017-07-30
1
-1
/
+1
*
wic: add /boot mount point to fstab by default
Ed Bartosh
2017-07-30
1
-1
/
+1
*
wic: rootfs: make copied rootfs unique
Ed Bartosh
2017-07-30
1
-1
/
+1
*
wic: rootfs: fix rootfs path reporting
Ed Bartosh
2017-07-30
1
-6
/
+4
*
wic: use absolute paths in rootfs plugin
Ed Bartosh
2017-07-30
1
-2
/
+2
*
wic: copy rootfs directory before changing fstab
Ed Bartosh
2017-07-30
1
-9
/
+15
*
wic: fix calculation of partition number
Ed Bartosh
2017-07-21
1
-1
/
+1
*
wic: isoimage-isohybrid: use grub-efi from deploy dir
Ed Bartosh
2017-07-17
1
-52
/
+23
*
wic: isoimage-isohybrid: check result of glob()
Ed Bartosh
2017-07-17
1
-2
/
+5
*
wic: isoimage: do not remove temp directory
Ed Bartosh
2017-07-17
1
-2
/
+2
*
wic: get rid of using wic-tools
Ed Bartosh
2017-07-17
2
-5
/
+4
*
wic: fix restoring of original fstab
Ed Bartosh
2017-06-23
1
-4
/
+5
*
wic: code cleanup
Ed Bartosh
2017-06-23
1
-1
/
+1
*
wic: flatten directory structure
Ed Bartosh
2017-06-23
7
-10
/
+9
*
filemap: change signature of sparse_copy function
Ed Bartosh
2017-06-14
1
-1
/
+1
*
bootimg-pcbios: make boot image file unique
Ed Bartosh
2017-06-14
1
-1
/
+1
*
wic: Remove obsolete reference to msger logger.
Kristian Amlie
2017-06-06
1
-2
/
+5
*
isoimage-isohybrid: don't use TRANSLATED_TARGET_ARCH
Ed Bartosh
2017-06-03
1
-4
/
+2
*
wic: set correct system id for msdos partitions
Ed Bartosh
2017-04-01
1
-11
/
+2
*
wic: allow only supported fstypes
Ed Bartosh
2017-04-01
1
-2
/
+0
*
wic: remove runner.show API
Ed Bartosh
2017-04-01
1
-4
/
+2
*
wic: use wic-tools STAGING_DATADIR as bootimg_dir
Ed Bartosh
2017-04-01
1
-22
/
+20
*
wic: remove fsimage plugin
Ed Bartosh
2017-04-01
1
-56
/
+0
*
wic: fix generation of partition UUID
Ed Bartosh
2017-03-27
1
-1
/
+1
*
wic: use kernel_dir to find systemd-efi bootloader
Ed Bartosh
2017-03-24
1
-1
/
+1
*
wic: improve getting syslinux path
Ed Bartosh
2017-03-23
1
-24
/
+27
*
wic: remove empty plugin methods
Ed Bartosh
2017-03-23
3
-58
/
+0
*
wic: use kernel_dir instead of bootimg_dir
Ed Bartosh
2017-03-23
3
-18
/
+18
*
wic: don't set creator.bootimg_dir in plugins
Ed Bartosh
2017-03-23
2
-4
/
+0
*
wic: remove rootfs_pcbios_ext plugin
Ed Bartosh
2017-03-23
1
-213
/
+0
*
wic/partionedfs: Avoid reserving space for non-existing ext. partition
Kristian Amlie
2017-03-22
1
-2
/
+6
*
wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries.
Kristian Amlie
2017-03-11
1
-1
/
+1
*
wic: plugins: rawcopy: Fixed wrong variable type
Daniel Schultz
2017-03-10
1
-1
/
+1
*
wic: bootimg-pcbios: add support for syslinux vesamenu
Ed Bartosh
2017-03-04
1
-7
/
+13
*
wic: raise WicError instead of calling logger.error
Ed Bartosh
2017-03-04
1
-2
/
+2
*
wic: move PluginMgr class to pluginbase
Ed Bartosh
2017-03-04
1
-2
/
+1
*
wic: remove PluginMgr.get_plugin_methods
Ed Bartosh
2017-03-04
1
-6
/
+4
*
wic: reimplement PluginMgr.get_plugin_methods
Ed Bartosh
2017-03-04
1
-5
/
+5
*
wic: use PluginMgr directly
Ed Bartosh
2017-03-04
1
-2
/
+2
*
wic: move WicError to lib/wic/__init__.py
Ed Bartosh
2017-03-04
9
-9
/
+9
*
wic: raise WicError instead of ImageError and CreatorError
Ed Bartosh
2017-03-04
3
-7
/
+7
*
wic: raise WicError in wic plugins
Ed Bartosh
2017-03-04
9
-124
/
+75
*
wic: move errors module
Ed Bartosh
2017-03-04
3
-3
/
+3
*
wic: use wic logger in wic source plugins
Ed Bartosh
2017-03-04
8
-135
/
+200
*
wic: use wic logger in imager direct plugin
Ed Bartosh
2017-03-04
1
-40
/
+43
*
wic: direct: move creation of PartitionedImage to __init__
Ed Bartosh
2017-02-15
1
-4
/
+4
*
wic: direct: move generation of part.realnum to PartitionedImage
Ed Bartosh
2017-02-15
1
-13
/
+13
*
wic: direct: add PartitionedImage.prepare method
Ed Bartosh
2017-02-15
1
-13
/
+11
*
wic: direct: set bootloader.source in the __init__
Ed Bartosh
2017-02-15
1
-6
/
+7
[next]