From: Tom Rini <trini@konsulko.com>
To: Jiang Lu <lu.jiang@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 2/7] wic:move wic src into meta/receipt-support/wic
Date: Fri, 31 Aug 2018 09:53:24 -0400 [thread overview]
Message-ID: <20180831135324.GO26633@bill-the-cat> (raw)
In-Reply-To: <1535681710-29461-3-git-send-email-lu.jiang@windriver.com>
[-- Attachment #1: Type: text/plain, Size: 2582 bytes --]
On Fri, Aug 31, 2018 at 10:15:05AM +0800, Jiang Lu wrote:
> Move wic src into package directory.
>
> Signed-off-by: Jiang Lu <lu.jiang@windriver.com>
> ---
> meta/recipes-support/wic/files/wic.py | 542 ++++++++++
> meta/recipes-support/wic/files/wic/__init__.py | 20 +
> meta/recipes-support/wic/files/wic/engine.py | 578 +++++++++++
> meta/recipes-support/wic/files/wic/filemap.py | 600 +++++++++++
> meta/recipes-support/wic/files/wic/help.py | 1055 ++++++++++++++++++++
> meta/recipes-support/wic/files/wic/ksparser.py | 235 +++++
> meta/recipes-support/wic/files/wic/misc.py | 263 +++++
> meta/recipes-support/wic/files/wic/partition.py | 424 ++++++++
> meta/recipes-support/wic/files/wic/pluginbase.py | 149 +++
> .../wic/files/wic/plugins/imager/direct.py | 611 ++++++++++++
> .../wic/files/wic/plugins/source/bootimg-efi.py | 274 +++++
> .../files/wic/plugins/source/bootimg-partition.py | 207 ++++
> .../wic/files/wic/plugins/source/bootimg-pcbios.py | 207 ++++
> .../files/wic/plugins/source/isoimage-isohybrid.py | 443 ++++++++
> .../wic/files/wic/plugins/source/rawcopy.py | 91 ++
> .../wic/files/wic/plugins/source/rootfs.py | 126 +++
> scripts/lib/wic/__init__.py | 20 -
> scripts/lib/wic/engine.py | 578 -----------
> scripts/lib/wic/filemap.py | 600 -----------
> scripts/lib/wic/help.py | 1055 --------------------
> scripts/lib/wic/ksparser.py | 235 -----
> scripts/lib/wic/misc.py | 263 -----
> scripts/lib/wic/partition.py | 424 --------
> scripts/lib/wic/pluginbase.py | 149 ---
> scripts/lib/wic/plugins/imager/direct.py | 611 ------------
> scripts/lib/wic/plugins/source/bootimg-efi.py | 274 -----
> .../lib/wic/plugins/source/bootimg-partition.py | 207 ----
> scripts/lib/wic/plugins/source/bootimg-pcbios.py | 207 ----
> .../lib/wic/plugins/source/isoimage-isohybrid.py | 443 --------
> scripts/lib/wic/plugins/source/rawcopy.py | 91 --
> scripts/lib/wic/plugins/source/rootfs.py | 126 ---
> scripts/wic | 542 ----------
> 32 files changed, 5825 insertions(+), 5825 deletions(-)
Please re-format this with -M so that git determines the renames and
this becomes reviewable, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2018-08-31 13:53 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-31 2:15 [v2] [PATCH 0/7] wic:allow wic compile as an individual package Jiang Lu
2018-08-31 2:15 ` [PATCH 1/7] wic:enable wic compile as " Jiang Lu
2018-08-31 2:15 ` [PATCH 2/7] wic:move wic src into meta/receipt-support/wic Jiang Lu
2018-08-31 13:53 ` Tom Rini [this message]
2018-09-03 1:58 ` Lu.Jiang
2018-09-03 2:50 ` Tom Rini
2018-09-03 15:14 ` Tim Orling
2018-09-04 2:10 ` Lu.Jiang
2018-08-31 2:15 ` [PATCH 3/7] image_type_wic:add wic-native into depend Jiang Lu
2018-08-31 2:15 ` [PATCH 4/7] wic:allow wic run outof bb enviroment Jiang Lu
2018-08-31 2:15 ` [PATCH 5/7] wic:direct:remove same entry when updating fstab Jiang Lu
2018-08-31 13:54 ` Tom Rini
2018-09-03 2:00 ` Lu.Jiang
2018-09-03 2:51 ` Tom Rini
2018-08-31 2:15 ` [PATCH 6/7] wic:bootimg-efi:try other place for efi Jiang Lu
2018-08-31 13:52 ` Tom Rini
2018-09-03 2:01 ` Lu.Jiang
2018-09-04 2:15 ` Lu.Jiang
2018-09-04 2:26 ` Tom Rini
2018-09-04 2:33 ` Lu.Jiang
2018-09-05 0:33 ` Tom Rini
2018-09-05 2:32 ` Lu.Jiang
2018-09-05 13:41 ` Tom Rini
2018-08-31 2:15 ` [PATCH 7/7] wic:mkefidisk:add use-uuid for all partitions Jiang Lu
2018-08-31 13:55 ` Tom Rini
2018-09-07 3:02 ` [v2] [PATCH 0/7] wic:allow wic compile as an individual package Lu.Jiang
2018-09-07 12:19 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2018-08-30 10:01 Jiang Lu
2018-08-30 10:01 ` [PATCH 2/7] wic:move wic src into meta/receipt-support/wic Jiang Lu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180831135324.GO26633@bill-the-cat \
--to=trini@konsulko.com \
--cc=lu.jiang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox