Re: [OE-core] [PATCH v5 0/6] wic: bugfixes & --fixed-size support, tests, oe-selftest: minor fixes

2016-12-14 Thread Maciej Borzęcki
On Tue, Dec 13, 2016 at 7:53 PM, Ed Bartosh  wrote:
> On Tue, Dec 13, 2016 at 09:07:30AM +0100, Maciej Borzęcki wrote:
>> On Thu, Nov 24, 2016 at 8:08 AM, Maciej Borzecki
>>  wrote:
>> > v5 of a patch series previously posted here [1].
>> >
>> > Changes since v4:
>> >
>> > * dropped `wic: selftest: do not repeat core-image-minimal` & rebased
>> >   dependant patches
>> >
>> > * minor formatting fix in `wic: selftest: add tests for --fixed-size
>> >   partition flags`
>> >
>> > [1]. 
>> > http://lists.openembedded.org/pipermail/openembedded-core/2016-November/129103.html
>> >
>> > Maciej Borzecki (6):
>> >   oe-selftest: enforce en_US.UTF-8 locale
>> >   oeqa/utils/commands.py: allow use of binaries from native sysroot
>> >   wic: add --fixed-size wks option
>> >   wic: selftest: avoid COMPATIBLE_HOST issues
>> >   wic: selftest: do not assume bzImage kernel image
>> >   wic: selftest: add tests for --fixed-size partition flags
>> >
>> >  meta/lib/oeqa/selftest/wic.py  | 123 
>> > +++--
>> >  meta/lib/oeqa/utils/commands.py|   9 ++-
>> >  scripts/lib/wic/help.py|  14 +++-
>> >  scripts/lib/wic/imager/direct.py   |   2 +-
>> >  scripts/lib/wic/ksparser.py|  41 +--
>> >  scripts/lib/wic/partition.py   |  88 ++-
>> >  scripts/lib/wic/utils/partitionedfs.py |   2 +-
>> >  scripts/oe-selftest|   3 +
>> >  8 files changed, 234 insertions(+), 48 deletions(-)
>>
>> Is there any additional action needed from me at this point? A rebase
>> or a resend perhaps?
>>
>
> Rebase would be nice as at lest one patch from this patchset is 
> already accepted.
>

I will be posting a v6 later today or tomorrow.

-- 
Maciej Borzecki
RnDity
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH v5 0/6] wic: bugfixes & --fixed-size support, tests, oe-selftest: minor fixes

2016-12-13 Thread Ed Bartosh
On Tue, Dec 13, 2016 at 09:07:30AM +0100, Maciej Borzęcki wrote:
> On Thu, Nov 24, 2016 at 8:08 AM, Maciej Borzecki
>  wrote:
> > v5 of a patch series previously posted here [1].
> >
> > Changes since v4:
> >
> > * dropped `wic: selftest: do not repeat core-image-minimal` & rebased
> >   dependant patches
> >
> > * minor formatting fix in `wic: selftest: add tests for --fixed-size
> >   partition flags`
> >
> > [1]. 
> > http://lists.openembedded.org/pipermail/openembedded-core/2016-November/129103.html
> >
> > Maciej Borzecki (6):
> >   oe-selftest: enforce en_US.UTF-8 locale
> >   oeqa/utils/commands.py: allow use of binaries from native sysroot
> >   wic: add --fixed-size wks option
> >   wic: selftest: avoid COMPATIBLE_HOST issues
> >   wic: selftest: do not assume bzImage kernel image
> >   wic: selftest: add tests for --fixed-size partition flags
> >
> >  meta/lib/oeqa/selftest/wic.py  | 123 
> > +++--
> >  meta/lib/oeqa/utils/commands.py|   9 ++-
> >  scripts/lib/wic/help.py|  14 +++-
> >  scripts/lib/wic/imager/direct.py   |   2 +-
> >  scripts/lib/wic/ksparser.py|  41 +--
> >  scripts/lib/wic/partition.py   |  88 ++-
> >  scripts/lib/wic/utils/partitionedfs.py |   2 +-
> >  scripts/oe-selftest|   3 +
> >  8 files changed, 234 insertions(+), 48 deletions(-)
> 
> Is there any additional action needed from me at this point? A rebase
> or a resend perhaps?
> 

Rebase would be nice as at lest one patch from this patchset is already 
accepted.

--
Regards,
Ed
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH v5 0/6] wic: bugfixes & --fixed-size support, tests, oe-selftest: minor fixes

2016-12-13 Thread Maciej Borzęcki
On Thu, Nov 24, 2016 at 8:08 AM, Maciej Borzecki
 wrote:
> v5 of a patch series previously posted here [1].
>
> Changes since v4:
>
> * dropped `wic: selftest: do not repeat core-image-minimal` & rebased
>   dependant patches
>
> * minor formatting fix in `wic: selftest: add tests for --fixed-size
>   partition flags`
>
> [1]. 
> http://lists.openembedded.org/pipermail/openembedded-core/2016-November/129103.html
>
> Maciej Borzecki (6):
>   oe-selftest: enforce en_US.UTF-8 locale
>   oeqa/utils/commands.py: allow use of binaries from native sysroot
>   wic: add --fixed-size wks option
>   wic: selftest: avoid COMPATIBLE_HOST issues
>   wic: selftest: do not assume bzImage kernel image
>   wic: selftest: add tests for --fixed-size partition flags
>
>  meta/lib/oeqa/selftest/wic.py  | 123 
> +++--
>  meta/lib/oeqa/utils/commands.py|   9 ++-
>  scripts/lib/wic/help.py|  14 +++-
>  scripts/lib/wic/imager/direct.py   |   2 +-
>  scripts/lib/wic/ksparser.py|  41 +--
>  scripts/lib/wic/partition.py   |  88 ++-
>  scripts/lib/wic/utils/partitionedfs.py |   2 +-
>  scripts/oe-selftest|   3 +
>  8 files changed, 234 insertions(+), 48 deletions(-)

Is there any additional action needed from me at this point? A rebase
or a resend perhaps?

Cheers,
-- 
Maciej Borzecki
RnDity
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v5 0/6] wic: bugfixes & --fixed-size support, tests, oe-selftest: minor fixes

2016-11-23 Thread Maciej Borzecki
v5 of a patch series previously posted here [1].

Changes since v4:

* dropped `wic: selftest: do not repeat core-image-minimal` & rebased
  dependant patches

* minor formatting fix in `wic: selftest: add tests for --fixed-size
  partition flags`

[1]. 
http://lists.openembedded.org/pipermail/openembedded-core/2016-November/129103.html

Maciej Borzecki (6):
  oe-selftest: enforce en_US.UTF-8 locale
  oeqa/utils/commands.py: allow use of binaries from native sysroot
  wic: add --fixed-size wks option
  wic: selftest: avoid COMPATIBLE_HOST issues
  wic: selftest: do not assume bzImage kernel image
  wic: selftest: add tests for --fixed-size partition flags

 meta/lib/oeqa/selftest/wic.py  | 123 +++--
 meta/lib/oeqa/utils/commands.py|   9 ++-
 scripts/lib/wic/help.py|  14 +++-
 scripts/lib/wic/imager/direct.py   |   2 +-
 scripts/lib/wic/ksparser.py|  41 +--
 scripts/lib/wic/partition.py   |  88 ++-
 scripts/lib/wic/utils/partitionedfs.py |   2 +-
 scripts/oe-selftest|   3 +
 8 files changed, 234 insertions(+), 48 deletions(-)

-- 
2.5.0

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core