[OE-core] [PATCH 0/1][krogoth] Fix systemtap

2016-07-07 Thread Tom Zanussi
://git.yoctoproject.org/poky-contrib tzanussi/systemtap-memory-flags-krogoth http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/systemtap-memory-flags-krogoth Tom Zanussi (1): systemtap: Add missing memory flag to fix stap module compilation ...48-by-updating-systemtap-s-memory

[OE-core] [PATCH 1/1][krogoth] systemtap: Add missing memory flag to fix stap module compilation

2016-07-07 Thread Tom Zanussi
-off-by: Tom Zanussi <tom.zanu...@linux.intel.com> --- ...48-by-updating-systemtap-s-memory-flag-us.patch | 73 ++ meta/recipes-kernel/systemtap/systemtap_git.inc| 1 + 2 files changed, 74 insertions(+) create mode 100644 meta/recipes-kernel/systemtap/systemtap/00

[OE-core] [PATCH 0/1][krogoth] Update KBRANCH for linux-yocto-rt_4.4

2016-06-03 Thread Tom Zanussi
://git.yoctoproject.org/poky-contrib tzanussi/preempt-rt-kbranch-update-krogoth http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/preempt-rt-kbranch-update-krogoth Tom Zanussi (1): linux-yocto-rt/4.4: Update KBRANCH meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +- 1 file

[OE-core] [PATCH 1/1][krogoth] linux-yocto-rt/4.4: Update KBRANCH

2016-06-03 Thread Tom Zanussi
standard/preempt-rt was replaced by standard/preempt-rt/base in linux-yocto-4.4.git, so KBRANCH needs to be updated accordingly. Signed-off-by: Tom Zanussi <tom.zanu...@linux.intel.com> --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 de

Re: [OE-core] [PATCH 1/1] linux-yocto-rt/4.4: Update KBRANCH

2016-05-28 Thread Tom Zanussi
On 05/28/2016 05:14 PM, Bruce Ashfield wrote: > On Sat, May 28, 2016 at 3:27 PM, Tom Zanussi <tom.zanu...@linux.intel.com> > wrote: > >> standard/preempt-rt was replaced by standard/preempt-rt/base in >> linux-yocto-4.4.git, so KBRANCH needs to be updated accordingl

[OE-core] [PATCH 0/1][krogoth] Update KBRANCH for linux-yocto-rt_4.4

2016-05-28 Thread Tom Zanussi
://git.yoctoproject.org/poky-contrib tzanussi/preempt-rt-kbranch-update-krogoth http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/preempt-rt-kbranch-update-krogoth Tom Zanussi (1): linux-yocto-rt/4.4: Update KBRANCH meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +- 1 file changed

[OE-core] [PATCH 1/1] linux-yocto-rt/4.4: Update KBRANCH

2016-05-28 Thread Tom Zanussi
standard/preempt-rt was replaced by standard/preempt-rt/base in linux-yocto-4.4.git, so KBRANCH needs to be updated accordingly. Signed-off-by: Tom Zanussi <tom.zanu...@linux.intel.com> --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 de

[OE-core] [PATCH][jethro] Revert "kernel/kernel-arch: Explicitly mapping between, i386/x86_64 and x86 for kernel ARCH"

2016-05-10 Thread Tom Zanussi
9d5c22711f5b1f) Signed-off-by: Ioan-Adrian Ratiu <adrian.ra...@ni.com> Signed-off-by: Ross Burton <ross.bur...@intel.com> Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org> Signed-off-by: Tom Zanussi <tom.zanu...@linux.intel.com> --- meta/classes/kerne

[OE-core] [PATCH 0/1] wic bugfix

2015-02-20 Thread Tom Zanussi
: toaster: importlayer Remove description input field (2015-02-20 12:58:20 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib.git tzanussi/wic-bug-7307 http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/wic-bug-7307 Tom Zanussi (1

[OE-core] [PATCH 1/1] wic: Fix kernel dir location

2015-02-20 Thread Tom Zanussi
With the recent kernel staging changes, STAGING_KERNEL_DIR no longer points to the kernel image, which can be found however in DEPLOY_DIR_IMAGE. This updates find_artifacts() to look there instead. Fixes [YOCTO #7307]. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib

Re: [OE-core] [PATCH] wic: print partition alignment when available

2015-02-05 Thread Tom Zanussi
On Wed, 2015-02-04 at 23:48 +0100, Alexandre Belloni wrote: When printing a partition, the --align parameter was shown when present but not its value. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib

Re: [OE-core] [PATCH] wic: bootimg-partition: Stop removing whole workdir

2015-02-05 Thread Tom Zanussi
-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/wic/plugins/source/bootimg-partition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/plugins/source/bootimg-partition.py b/scripts/lib/wic/plugins/source/bootimg-partition.py index 6ba39a01f700

Re: [OE-core] [PATCH 1/1] wic: fix extended/logical partition layout

2015-02-05 Thread Tom Zanussi
/cgit.cgi/poky-contrib/log/?h=ross/mut Tom On 03/02/2015 at 06:49:54 -0600, Tom Zanussi wrote : On Tue, 2015-02-03 at 11:05 +0100, Maciej Borzecki wrote: On 02/02 08:29, Tom Zanussi wrote: On Mon, 2015-02-02 at 08:37 +0100, Maciej Borzecki wrote: ping This looks reasonable

Re: [OE-core] [PATCH] wic: use kB for the partitions size

2015-02-04 Thread Tom Zanussi
no unit is provided. Looks fine to me, and a quick test shows expected sizes, etc. But please do update at least the in-tool help (/lib/image/help.py) with the new --size options. Thanks, Tom Acked-by: Tom Zanussi tom.zanu...@linux.intel.com Tested-by: Tom Zanussi tom.zanu...@linux.intel.com

Re: [OE-core] [PATCH] wic: bootimg-partition: Stop removing whole workdir

2015-02-04 Thread Tom Zanussi
On Wed, 2015-02-04 at 23:49 +0100, Alexandre Belloni wrote: Stop removing the whole working directory as this is also removing eventual previously created partition images, leading to image creation failures. I'm surprised - I've never run into a problem like this. Can you give more details

Re: [OE-core] [PATCH] wic: bail out on kickstart parse errors

2015-02-04 Thread Tom Zanussi
message is shown for the user and further execution is ceased. Signed-off-by: Maciej Borzecki maciej.borze...@open-rnd.pl Signed-off-by: Maciek Borzecki maciek.borze...@gmail.com Acked-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/wic/kickstart/__init__.py | 9 +++-- 1 file

Re: [OE-core] [PATCH 1/1] wic: fix extended/logical partition layout

2015-02-03 Thread Tom Zanussi
On Tue, 2015-02-03 at 11:05 +0100, Maciej Borzecki wrote: On 02/02 08:29, Tom Zanussi wrote: On Mon, 2015-02-02 at 08:37 +0100, Maciej Borzecki wrote: ping This looks reasonable, but I haven't been able to verify it due to wic problems introduced by the recent kernel changes in oe

Re: [OE-core] [PATCH 1/1] wic: fix extended/logical partition layout

2015-02-02 Thread Tom Zanussi
On Mon, 2015-02-02 at 08:37 +0100, Maciej Borzecki wrote: ping This looks reasonable, but I haven't been able to verify it due to wic problems introduced by the recent kernel changes in oe-core. If you have test cases e.g. the kickstart file(s) that you used for testing the fix, please

Re: [OE-core] [PATCH 0/3] wic: glob support minor fixes

2014-12-15 Thread Tom Zanussi
noticed, which has nothing to do with this patchset, but along the same lines, is that the plugin machinery does find the sdimage-raspberrypi.wks file to generate the image, as expected, but it doesn't show up in 'wic list source-plugins', as you'd expect. Acked-by: Tom Zanussi tom.zanu

Re: [OE-core] [PATCH 0/3] wic: glob support minor fixes

2014-12-15 Thread Tom Zanussi
On Mon, 2014-12-15 at 20:37 +0100, Maciej Borzecki wrote: On 12/15 11:04, Tom Zanussi wrote: On Wed, 2014-12-10 at 12:45 +0100, Maciej Borzecki wrote: This patch series adds changes that enable globbing in IMAGE_BOOT_FILES. Effectivey this makes use of with with Raspberry Pi a tad easier

Re: [OE-core] [PATCH 0/2] commits for machine setup tool

2014-12-15 Thread Tom Zanussi
On Mon, 2014-12-15 at 10:47 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This pull request introduces a new feature called machine-setup-tool, which can be used by the BSP. With the use of the tool, BSPs for different boards which mainly differ in the

Re: [OE-core] [v2 PATCH 0/9] kernel: version updates

2014-12-11 Thread Tom Zanussi
On Thu, 2014-12-11 at 14:56 +, Richard Purdie wrote: On Thu, 2014-12-11 at 13:58 +, Richard Purdie wrote: On Thu, 2014-12-11 at 03:31 -0500, Bruce Ashfield wrote: On Wed, Dec 10, 2014 at 10:02 AM, Burton, Ross ross.bur...@intel.com wrote: On 10 December 2014 at 14:16,

Re: [OE-core] [v2 PATCH 0/9] kernel: version updates

2014-12-11 Thread Tom Zanussi
On Thu, 2014-12-11 at 10:45 -0600, Tom Zanussi wrote: On Thu, 2014-12-11 at 14:56 +, Richard Purdie wrote: On Thu, 2014-12-11 at 13:58 +, Richard Purdie wrote: On Thu, 2014-12-11 at 03:31 -0500, Bruce Ashfield wrote: On Wed, Dec 10, 2014 at 10:02 AM, Burton, Ross ross.bur

Re: [OE-core] [PATCH 0/6][dizzy] some wic bugfixes

2014-12-03 Thread Tom Zanussi
On Wed, 2014-12-03 at 07:50 -0800, akuster808 wrote: On 12/03/2014 05:40 AM, Philip Balister wrote: On 11/21/2014 11:07 AM, Tom Zanussi wrote: From the original posting: This patchset fixes a couple serious wic bugs: [YOCTO #6863] - Wic fails to create a working image for a large

Re: [OE-core] [PATCH 00/11] Dizzy next #2

2014-11-26 Thread Tom Zanussi
: DpkgPM fix populate_sdk Javier Viguera (1): shadow-securetty: add ttyAM[0-3] serial ports Robert Yang (1): qemu: disable the build for mips Saul Wold (1): babeltrace: Backport fix for unaligned integer Tom Zanussi (5): wic: Don't allow mkfs to fail silently in partition

Re: [OE-core] [Patch v2 1/1] kernel.bbclass: enable a link for external module building

2014-11-25 Thread Tom Zanussi
Adding Armin (for dizzy). On Tue, 2014-11-04 at 22:11 -0500, Bruce Ashfield wrote: On 2014-11-04, 6:58 PM, Kamble, Nitin A wrote: -Original Message- From: Zanussi, Tom Sent: Tuesday, November 04, 2014 3:26 PM To: Kamble, Nitin A Cc: richard.pur...@linuxfoundation.org; Wold,

[OE-core] [PATCH 0/6][dizzy] some wic bugfixes

2014-11-21 Thread Tom Zanussi
tzanussi/dizzy-next http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/dizzy-next Tom Zanussi (6): wic: Don't allow mkfs to fail silently in partition command wic: Use overhead factor when creating partitions from rootfs directories wic: Update the help text to include

[OE-core] [PATCH 3/6][dizzy] wic: Update the help text to include -D (--debug)

2014-11-21 Thread Tom Zanussi
The --debug option is missing from the wic help text; this adds it and at the same time rearranges the usage into a more logical arrangement. (From OE-Core rev: cf5144ef241d8f4ccaa3461ae5c9f89c2cf2f8d1) Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com Signed-off-by: Richard Purdie

[OE-core] [PATCH 1/6][dizzy] wic: Don't allow mkfs to fail silently in partition command

2014-11-21 Thread Tom Zanussi
#6863]. (From OE-Core rev: 8cef3b06f7e9f9d922673f430ddb3170d2fac000) Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../lib/wic/kickstart/custom_commands/partition.py | 22 -- 1 file changed, 16

[OE-core] [PATCH 6/6][dizzy] wic: Update bootimg-partition to use bootimg_dir

2014-11-21 Thread Tom Zanussi
, and only fetch the value from bitbake if that value is null. (From OE-Core rev: 3822f8a7b33da56ecd9144b4bcae50734fb1af81) Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- scripts/lib/wic/plugins/source/bootimg-partition.py

[OE-core] [PATCH 2/6][dizzy] wic: Use overhead factor when creating partitions from rootfs directories

2014-11-21 Thread Tom Zanussi
: bbaef3ff5833fc1d97b7b028d7770834f62789da) Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- scripts/lib/wic/kickstart/custom_commands/partition.py | 2 ++ scripts/lib/wic/utils/oe/misc.py | 1 + 2 files changed, 3 insertions

[OE-core] [PATCH 5/6][dizzy] wic: Remove special-case bootimg_dir

2014-11-21 Thread Tom Zanussi
-by: Tom Zanussi tom.zanu...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- scripts/lib/image/engine.py | 37 ++-- scripts/lib/image/help.py| 2 +- scripts/lib/wic/imager/direct.py

[OE-core] [PATCH 4/6][dizzy] Revert wic: set bootimg_dir when using image-name artifacts

2014-11-21 Thread Tom Zanussi
This reverts commit 7ce1dc13f91df70e8a2f420e7c3eba51cbc4bd48. This patch broke the assumption that a non-null boot_dir means a user-assigned (-b command-line param) value. Reverting doesn't break anything, since the case it was added for doesn't use the boot_dir for anything except debugging

Re: [OE-core] [Patch v2 1/1] kernel.bbclass: enable a link for external module building

2014-11-04 Thread Tom Zanussi
On Tue, 2014-09-30 at 14:40 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Even though the kernel-dev package provides the required support for building external kernel modules on the target, some commonly used scripts and utilities fail as they are not

Re: [OE-core] issues encountered using wic

2014-10-31 Thread Tom Zanussi
Hi, On Fri, 2014-10-31 at 10:36 -0500, Peter A. Bigot wrote: I've started to transition to wic (in master) in hopes it reduces the amount of host passwd contamination resulting from creating SD images by untarring the rootfs onto an SD card. I've run into the following initial issues:

[OE-core] [PATCH 1/6] wic: Don't allow mkfs to fail silently in partition command

2014-10-29 Thread Tom Zanussi
#6863]. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- .../lib/wic/kickstart/custom_commands/partition.py | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/scripts/lib/wic/kickstart/custom_commands/partition.py b/scripts/lib/wic/kickstart

[OE-core] [PATCH 0/6] some wic bugfixes

2014-10-29 Thread Tom Zanussi
/wic-bugfixes-v1 http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/wic-bugfixes-v1 Tom Zanussi (6): wic: Don't allow mkfs to fail silently in partition command wic: Use overhead factor when creating partitions from rootfs directories wic: Update the help text to include -D (--debug

[OE-core] [PATCH 5/6] wic: Remove special-case bootimg_dir

2014-10-29 Thread Tom Zanussi
that such a scheme doens't scale, and additionally causes confusion for plugin writers. This removes those special cases and states explicitly in the help text that plugins are responsible for locating their own boot artifacts. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/image

[OE-core] [PATCH 6/6] wic: Update bootimg-partition to use bootimg_dir

2014-10-29 Thread Tom Zanussi
, and only fetch the value from bitbake if that value is null. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/wic/plugins/source/bootimg-partition.py | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/lib/wic/plugins/source/bootimg-partition.py

[OE-core] [PATCH 3/6] wic: Update the help text to include -D (--debug)

2014-10-29 Thread Tom Zanussi
The --debug option is missing from the wic help text; this adds it and at the same time rearranges the usage into a more logical arrangement. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/image/help.py | 21 +++-- 1 file changed, 15 insertions(+), 6

[OE-core] [PATCH 4/6] Revert wic: set bootimg_dir when using image-name artifacts

2014-10-29 Thread Tom Zanussi
This reverts commit 7ce1dc13f91df70e8a2f420e7c3eba51cbc4bd48. This patch broke the assumption that a non-null boot_dir means a user-assigned (-b command-line param) value. Reverting doesn't break anything, since the case it was added for doesn't use the boot_dir for anything except debugging

[OE-core] [PATCH 2/6] wic: Use overhead factor when creating partitions from rootfs directories

2014-10-29 Thread Tom Zanussi
the source rootfs and target filesystem types, but for now, to address the specific problem users are hitting in such situations, we'll just do exactly what oe-core does and define and use an IMAGE_OVERHEAD_FACTOR or 1.3 in those cases. Fixes [YOCTO #6863]. Signed-off-by: Tom Zanussi tom.zanu

Re: [OE-core] [Patch 0/9]: support for generating SD images from wic

2014-09-23 Thread Tom Zanussi
as a separate series. Patches 5-8 implement IMAGE_BOOT_FILES support, wic source plugin and a kickstart for SD card. Patch 9 adds IMAGE_BOOT_FILES to yocto-bsp BBB config. This is a nice addition and thanks for fixing the smaller problems you found. For the whole series: Acked-by: Tom Zanussi

[OE-core] [PATCH 0/1] wic: remove all urlgrabber references

2014-09-09 Thread Tom Zanussi
+0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib.git tzanussi/wic-urlgrabber-fixes-2 http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/wic-urlgrabber-fixes-2 Tom Zanussi (1): wic: Completely remove all urlgrabber references

[OE-core] [PATCH 1/1] wic: Completely remove all urlgrabber references

2014-09-09 Thread Tom Zanussi
The previous commit, 'wic: Remove 3rdparty/urlgrabber' didn't actually remove all references to urlgrabber - this does however. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/wic/3rdparty/pykickstart/parser.py | 87 + scripts/lib/wic/3rdparty

Re: [OE-core] [PATCH 15/35] wic: Remove 3rdparty/urlgrabber

2014-09-09 Thread Tom Zanussi
On Tue, 2014-09-09 at 13:48 +0200, Ola X Nilsson wrote: This commit breaks wic for me. Urlgrabber is imported from pykickstart/version.py and pykickstart/parser.py. Having python-urlgrabber installed in your distro hides this problem. Thanks for the report - I just posted a patch to fix

[OE-core] [PATCH 0/7] wic: Add gummiboot support

2014-08-11 Thread Tom Zanussi
: SIGGEN_EXCLUDERECIPES_ABISAFE: add initscripts (2014-08-11 17:44:12 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib.git tzanussi/wic-gummiboot-v1 http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/wic-gummiboot-v1 Tom Zanussi (7): wic

[OE-core] [PATCH 6/7] wic: Add sourceparams to mkefidisk.wks

2014-08-11 Thread Tom Zanussi
The bootimg-efi plugin now requires a loader param, so supply it to retain existing behavior. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/image/canned-wks/mkefidisk.wks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/image/canned-wks

[OE-core] [PATCH 4/7] wic: Parse and pass sourceparams to partition plugin methods

2014-08-11 Thread Tom Zanussi
Add code to parse the sourceparams and pass them to the partition plugin methods. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/wic/kickstart/custom_commands/partition.py | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/scripts/lib/wic

[OE-core] [PATCH 1/7] wic: Add '--sourceparams' partition option

2014-08-11 Thread Tom Zanussi
To go along with '--source' as a way to parameterize source plugins. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/wic/kickstart/custom_commands/partition.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/lib/wic/kickstart/custom_commands/partition.py

[OE-core] [PATCH 2/7] wic: Add utility function for parsing sourceparams

2014-08-11 Thread Tom Zanussi
Parses strings of the form key1=val1[,key2=val2,...] and returns a dict. Also accepts valueless keys i.e. without =. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/wic/utils/oe/misc.py | 23 +++ 1 file changed, 23 insertions(+) diff --git a/scripts

[OE-core] [PATCH 5/7] wic: Add gummiboot support to bootimg-efi

2014-08-11 Thread Tom Zanussi
Add gummiboot support to bootimg-efi, which retains the existing grub-efi support (though requires an update to the .wks file). Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/wic/plugins/source/bootimg-efi.py | 113 +- 1 file changed, 91 insertions

[OE-core] [PATCH 7/7] wic: Add mkgummidisk kickstart file

2014-08-11 Thread Tom Zanussi
This is the same as mkefidisk but uses gummiboot instead of grub-efi. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/image/canned-wks/mkgummidisk.wks | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 scripts/lib/image/canned-wks/mkgummidisk.wks diff

[OE-core] [PATCH 3/7] wic: Add sourceparam param to partition plugin methods

2014-08-11 Thread Tom Zanussi
The sourceparam param allows source plugins to be parameterized generically (via --sourceparams=key=val[,key=val], implemented previously). Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/wic/kickstart/custom_commands/partition.py | 6 +++--- scripts/lib/wic/pluginbase.py

[OE-core] [PATCH 10/35] wic: Remove grabber implementation

2014-08-08 Thread Tom Zanussi
wic doesn't need to grab any urls, so remove it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/utils/grabber.py | 97 1 file changed, 97 deletions(-) delete mode 100644 scripts/lib/mic/utils/grabber.py diff --git a/scripts

[OE-core] [PATCH 07/35] wic: Remove mic package managers

2014-08-08 Thread Tom Zanussi
wic doesn't use the yum or zypp package managers, remove them. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/plugins/backend/yumpkgmgr.py | 490 - scripts/lib/mic/plugins/backend/zypppkgmgr.py | 973 -- 2 files changed, 1463

[OE-core] [PATCH 00/35] wic: diet and refactor

2014-08-08 Thread Tom Zanussi
-manual: Updates for checksums and wic (2014-08-02 10:00:26 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib.git tzanussi/wic-diet-v1 http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/wic-diet-v1 Tom Zanussi (35): wic: Make

[OE-core] [PATCH 05/35] wic: Remove mic chroot

2014-08-08 Thread Tom Zanussi
but don't use it, so fix those up. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/chroot.py| 343 --- scripts/lib/mic/imager/fs.py | 99 --- scripts/lib/mic/imager/livecd.py | 750

[OE-core] [PATCH 18/35] wic: Remove unused plugin and error code

2014-08-08 Thread Tom Zanussi
wic doesn't use it, so remove it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/plugin.py | 2 +- scripts/lib/mic/pluginbase.py | 45 ++ scripts/lib/mic/plugins/hook/.py | 0 scripts/lib/mic

[OE-core] [PATCH 01/35] wic: Make exec_cmd() error out instead of warn

2014-08-08 Thread Tom Zanussi
zero, there's no point in having a return code, so remove it. This represents a change in the API, so we also need to update all callers. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- .../lib/mic/kickstart/custom_commands/partition.py | 44 +++--- scripts/lib/mic/plugins

[OE-core] [PATCH 12/35] wic: Remove rpmmisc

2014-08-08 Thread Tom Zanussi
wic doesn't use it, so remove it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/utils/rpmmisc.py | 600 --- 1 file changed, 600 deletions(-) delete mode 100644 scripts/lib/mic/utils/rpmmisc.py diff --git a/scripts/lib/mic/utils

[OE-core] [PATCH 02/35] wic: Remove unused custom commands

2014-08-08 Thread Tom Zanussi
installer, repo, desktop-related stuff Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/kickstart/__init__.py | 6 +- .../lib/mic/kickstart/custom_commands/__init__.py | 7 -- .../lib/mic/kickstart/custom_commands/desktop.py | 95

[OE-core] [PATCH 08/35] wic: Remove bmap support

2014-08-08 Thread Tom Zanussi
wic doesn't use it, so remove it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/utils/BmapCreate.py | 298 1 file changed, 298 deletions(-) delete mode 100644 scripts/lib/mic/utils/BmapCreate.py diff --git a/scripts/lib/mic

[OE-core] [PATCH 14/35] wic: Remove unused misc code

2014-08-08 Thread Tom Zanussi
wic doesn't use it, so remove it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/utils/misc.py | 180 +- 1 file changed, 1 insertion(+), 179 deletions(-) diff --git a/scripts/lib/mic/utils/misc.py b/scripts/lib/mic/utils

[OE-core] [PATCH 17/35] wic: Remove gpt_parser

2014-08-08 Thread Tom Zanussi
wic doesn't currently use it, so remove. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/plugins/source/bootimg-efi.py| 4 +- scripts/lib/mic/plugins/source/bootimg-pcbios.py | 8 +- scripts/lib/mic/utils/gpt_parser.py | 331

[OE-core] [PATCH 09/35] wic: Remove fiemap support

2014-08-08 Thread Tom Zanussi
wic doesn't use it, so remove it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/utils/Fiemap.py | 252 1 file changed, 252 deletions(-) delete mode 100644 scripts/lib/mic/utils/Fiemap.py diff --git a/scripts/lib/mic/utils

[OE-core] [PATCH 03/35] wic: Remove packaging, config commands

2014-08-08 Thread Tom Zanussi
Remove commands related to repos, packaging, configuration Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/kickstart/__init__.py | 763 -- 1 file changed, 763 deletions(-) diff --git a/scripts/lib/mic/kickstart/__init__.py b/scripts

[OE-core] [PATCH 04/35] wic: Remove mic bootstrap

2014-08-08 Thread Tom Zanussi
packaging bootstrap, not needed Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/bootstrap.py | 279 --- 1 file changed, 279 deletions(-) delete mode 100644 scripts/lib/mic/bootstrap.py diff --git a/scripts/lib/mic/bootstrap.py

[OE-core] [PATCH 24/35] wic: Update 'Background and Motivation' help section

2014-08-08 Thread Tom Zanussi
Remove help text regarding the source and future intentions of the wic codebase, since the code prompting those comments has now been mostly removed. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/image/help.py | 14 +- 1 file changed, 1 insertion(+), 13

[OE-core] [PATCH 22/35] wic: Clean up Creator

2014-08-08 Thread Tom Zanussi
wic doesn't use a lot of Creator, so remove it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/creator.py | 176 ++--- 1 file changed, 6 insertions(+), 170 deletions(-) diff --git a/scripts/lib/mic/creator.py b/scripts/lib/mic

[OE-core] [PATCH 27/35] wic: Update/rename/delete mount-related code

2014-08-08 Thread Tom Zanussi
The wic code inherited a basic image-creation flow based on mounting loop devices, but wic doesn't actually mount anything, so rename parts of the code dealing with mounting to something more appropriate, and remove related unused code. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com

[OE-core] [PATCH 19/35] wic: Clean up BaseImageCreator

2014-08-08 Thread Tom Zanussi
wic doesn't use a lot of BaseImageCreator, so remove it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/imager/baseimager.py | 1030 +- scripts/lib/mic/imager/direct.py |4 +- 2 files changed, 9 insertions(+), 1025 deletions

[OE-core] [PATCH 23/35] wic: Remove unused command versioning support

2014-08-08 Thread Tom Zanussi
The default is F16 and there's no reason to change that, so remove everything else. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- .../3rdparty/pykickstart/commands/bootloader.py| 49 -- .../mic/3rdparty/pykickstart/commands/partition.py | 39 - .../mic/3rdparty

[OE-core] [PATCH 21/35] wic: Clean up PartitionedMount

2014-08-08 Thread Tom Zanussi
wic doesn't use a lot of ParitionedMount, so remove it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/utils/partitionedfs.py | 355 + 1 file changed, 2 insertions(+), 353 deletions(-) diff --git a/scripts/lib/mic/utils

[OE-core] [PATCH 13/35] wic: Remove unused fs_related code

2014-08-08 Thread Tom Zanussi
wic doesn't use it, so remove it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/utils/fs_related.py | 930 1 file changed, 930 deletions(-) diff --git a/scripts/lib/mic/utils/fs_related.py b/scripts/lib/mic/utils/fs_related.py

[OE-core] [PATCH 06/35] wic: Remove rt_util

2014-08-08 Thread Tom Zanussi
More package-related stuff we don't need. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/rt_util.py | 223 - 1 file changed, 223 deletions(-) delete mode 100644 scripts/lib/mic/rt_util.py diff --git a/scripts/lib/mic

[OE-core] [PATCH 33/35] wic: Update Disk description

2014-08-08 Thread Tom Zanussi
Remove obsolete comment. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/utils/fs_related.py | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/lib/mic/utils/fs_related.py b/scripts/lib/mic/utils/fs_related.py index 07a5ff9..cf2a759

[OE-core] [PATCH 15/35] wic: Remove 3rdparty/urlgrabber

2014-08-08 Thread Tom Zanussi
wic doesn't use it, so remove it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- .../3rdparty/pykickstart/urlgrabber/__init__.py| 53 - .../3rdparty/pykickstart/urlgrabber/byterange.py | 463 -- .../mic/3rdparty/pykickstart/urlgrabber/grabber.py | 1477

[OE-core] [PATCH 25/35] wic: Remove unused conf support

2014-08-08 Thread Tom Zanussi
Also fix up users such as imager functions. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/image/config/wic.conf | 1 - scripts/lib/mic/conf.py | 39 scripts/lib/mic/imager/baseimager.py| 13

[OE-core] [PATCH 30/35] wic: Update/rename configure-related code

2014-08-08 Thread Tom Zanussi
The wic code inherited a basic image-creation flow based on image-configuration, but wic doesn't actually configure anything, so rename parts of the code dealing with configuration to something more appropriate. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/imager

[OE-core] [PATCH 11/35] wic: Remove proxy support

2014-08-08 Thread Tom Zanussi
stuff relates to packaging, images, and config files we don't use. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/conf.py| 58 +-- scripts/lib/mic/utils/misc.py | 782 - scripts/lib/mic/utils/proxy.py | 183 -- 3

[OE-core] [PATCH 32/35] wic: Rename MountError

2014-08-08 Thread Tom Zanussi
wic doesn't mount anything, so can't have a mount error; rename it to something more appropriate. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/imager/direct.py | 4 ++-- scripts/lib/mic/plugins/source/bootimg-efi.py| 2 +- scripts/lib/mic/plugins

[OE-core] [PATCH 31/35] wic: Rename PartitionedMount

2014-08-08 Thread Tom Zanussi
It's actually a container for disks and partitions, and wic doesn't mount anything, so rename it to match what it really is. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/imager/direct.py | 15 +++ scripts/lib/mic/plugins/imager

[OE-core] [PATCH 20/35] wic: Clean up DirectImageCreator

2014-08-08 Thread Tom Zanussi
Remove what wic doesn't use from DirectImageCreator. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/imager/direct.py| 8 +--- scripts/lib/mic/plugins/imager/direct_plugin.py | 5 + 2 files changed, 2 insertions(+), 11 deletions(-) diff --git

[OE-core] [PATCH 16/35] wic: Remove unused 3rdparty/commands

2014-08-08 Thread Tom Zanussi
wic doesn't use anything but partition and bootloader, so remove the rest. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- .../mic/3rdparty/pykickstart/commands/__init__.py |8 +- .../3rdparty/pykickstart/commands/authconfig.py| 40 - .../mic/3rdparty/pykickstart/commands

[OE-core] [PATCH 29/35] wic: Update/rename install-related code

2014-08-08 Thread Tom Zanussi
The wic code inherited a basic image-creation flow based on installing packages, but wic doesn't actually install anything, so rename parts of the code dealing with installing to something more appropriate. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/imager

[OE-core] [PATCH 28/35] wic: Update cleanup/unmount-related code

2014-08-08 Thread Tom Zanussi
The wic code inherited a basic image-creation flow based on mounting loop devices, but wic doesn't actually mount or unmount anything, so get rid of unmount() and consolidate whatever it did do with cleanup(). Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/imager

[OE-core] [PATCH 26/35] wic: Remove Mount object

2014-08-08 Thread Tom Zanussi
It doesn't do anything we need, so remove it and fix up callers/base classes. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/utils/fs_related.py| 16 scripts/lib/mic/utils/partitionedfs.py | 4 +--- 2 files changed, 1 insertion(+), 19 deletions

[OE-core] [PATCH 34/35] wic: Rename /mic to /wic

2014-08-08 Thread Tom Zanussi
As well as any other stray instances of mic in the codebase that can be removed. We don't really need to carry around legacy naming, and the history is in git. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/image/engine.py | 12

[OE-core] [PATCH 35/35] wic: Bump the version to 2.0

2014-08-08 Thread Tom Zanussi
This represents a complete rework, and if we assume the previous version should have been 1.0 (instead of a silly .1x version), then this should be 2.0. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/wic/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[OE-core] [PATCH 00/24] wic: Remove unused code

2014-08-05 Thread Tom Zanussi
) are available in the git repository at: git://git.yoctoproject.org/poky-contrib.git tzanussi/wic-diet-phase1-v0 http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/wic-diet-phase1-v0 Tom Zanussi (24): wic: Make exec_cmd() error out instead of warn wic: Remove unused custom commands

[OE-core] [PATCH 3/4] wic: Add squashfs to --fstypes documentation

2014-07-29 Thread Tom Zanussi
squashfs support was recently added to wic, so document it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/image/help.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index 6d613e2..b833459 100644 --- a/scripts

[OE-core] [PATCH 4/4] wic: Various typo/grammar fixes to wic help text

2014-07-29 Thread Tom Zanussi
This is a set of miscellaneous help text updates noticed while transcribing wic help for the dev manual. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/image/help.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/image/help.py b

[OE-core] [PATCH 1/4] wic: Fix plugin help text

2014-07-29 Thread Tom Zanussi
Fix various typoes and grammar problems noticed while transcribing for the dev manual. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/image/help.py | 29 - 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/scripts/lib/image

[OE-core] [PATCH 0/4] wic help updates

2014-07-29 Thread Tom Zanussi
://git.yoctoproject.org/poky-contrib.git tzanussi/wic-help-updates http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/wic-help-updates Tom Zanussi (4): wic: Fix plugin help text wic: Add documentation for --fsoptions wic: Add squashfs to --fstypes documentation wic: Various typo

[OE-core] [PATCH 2/4] wic: Add documentation for --fsoptions

2014-07-29 Thread Tom Zanussi
--fsoptions support was recently added to wic, so document it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/image/help.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index 913947c..6d613e2 100644

Re: [OE-core] [PATCH v2] wic: do not overwrite autogenerated /etc/fstab with original too early

2014-07-25 Thread Tom Zanussi
On Thu, 2014-07-24 at 19:49 -0500, Tom Zanussi wrote: On Thu, 2014-07-24 at 14:27 +0200, Maciej Borzecki wrote: DirectImageCreator.__write_fstab() generates new /etc/fstab in sysroot with rootfs contents. The fstab entries are generated base on the initialn contents of /etc/fstab, plus any

Re: [OE-core] [PATCH v2] wic: do not overwrite autogenerated /etc/fstab with original too early

2014-07-25 Thread Tom Zanussi
On Fri, 2014-07-25 at 17:48 +0200, Maciek Borzecki wrote: 25 lip 2014 17:00 Tom Zanussi tom.zanu...@intel.com napisaƂ(a): On Thu, 2014-07-24 at 19:49 -0500, Tom Zanussi wrote: On Thu, 2014-07-24 at 14:27 +0200, Maciej Borzecki wrote: DirectImageCreator.__write_fstab() generates new

Re: [OE-core] [PATCH v2] wic: squashfs partition support

2014-07-24 Thread Tom Zanussi
an empty partition will produce a warning. Signed-off-by: Maciej Borzecki maciej.borze...@open-rnd.pl Acked-by: Tom Zanussi tom.zanu...@intel.com --- .../lib/mic/kickstart/custom_commands/partition.py | 61 ++ 1 file changed, 61 insertions(+) diff --git a/scripts/lib/mic

Re: [OE-core] [PATCH v2] wic: --fsoptions handling

2014-07-24 Thread Tom Zanussi
On Thu, 2014-07-24 at 14:17 +0200, Maciej Borzecki wrote: Add handling of --fsoptions in parition definition. If no options are specified, 'defaults' is used. Signed-off-by: Maciej Borzecki maciej.borze...@open-rnd.pl Signed-off-by: Maciek Borzecki maciek.borze...@gmail.com Acked-by: Tom

  1   2   3   4   5   >