[OE-core] [PATCH v3] wic: squashfs does support partition uuid.

2018-09-06 Thread Emmanuel Roullit
-29cc-4d5a-9e39-d0381c4abb0c' Fixes: 2fbdcf4e59c8 ("wic: kparser.py: Check for SquashFS and use-uuid") Signed-off-by: Emmanuel Roullit --- scripts/lib/wic/ksparser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/wic/ksparser.py b/scripts/lib/w

[OE-core] [PATCH v2] wic: squashfs does support partition uuid.

2018-09-06 Thread Emmanuel Roullit
-29cc-4d5a-9e39-d0381c4abb0c' Signed-off-by: Emmanuel Roullit --- scripts/lib/wic/ksparser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/wic/ksparser.py b/scripts/lib/wic/ksparser.py index e590b2f..a5d2918 100644 --- a/scripts/lib/wic/ksparser.py +++

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

2018-09-06 Thread Emmanuel Roullit
Got it. I will tweak it and resubmit a PATCHv2 once I got it right. On Thu, Sep 6, 2018 at 12:07 AM Tom Rini wrote: > On Wed, Sep 05, 2018 at 09:53:25PM +0200, Emmanuel Roullit wrote: > > > wic allows the user to create disk image and reference each created > > partitions via

[OE-core] [PATCH] wic: squashfs does support partition uuid

2018-09-05 Thread Emmanuel Roullit
-29cc-4d5a-9e39-d0381c4abb0c' Signed-off-by: Emmanuel Roullit --- scripts/lib/wic/ksparser.py | 5 - 1 file changed, 5 deletions(-) diff --git a/scripts/lib/wic/ksparser.py b/scripts/lib/wic/ksparser.py index e590b2f..92f0b6d 100644 --- a/scripts/lib/wic/ksparser.py +++ b/scripts/lib/wic/k

[OE-core] [PATCH] testimage.bbclass: fix qemu_use_kvm handling

2018-09-05 Thread Emmanuel Roullit
x27; statement and setting the 'QEMU_USE_KVM' variable to 'intel-corei7-64', it is possible to run the 'testimage' task with kvm support successfully. Signed-off-by: Emmanuel Roullit --- meta/classes/testimage.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 dele