From: "Trevor Woerner" <twoerner@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: Re: [meta-rockchip][PATCH 3/3] wic/wks cleanup
Date: Wed, 30 Jun 2021 12:10:40 -0400 [thread overview]
Message-ID: <20210630161040.GC9226@localhost> (raw)
In-Reply-To: <20210628151541.26092-3-twoerner@gmail.com>
On Mon 2021-06-28 @ 11:15:41 AM, Trevor Woerner wrote:
> By exporting a couple more variables the wks file for every rockchip device
> can be built from one template instead of having separate wks files for each
> board and platform.
>
> The following BSP variables were checked before and after this change to make
> sure they remained valid/sensible:
> - WKS_FILE
> - UBOOT_SUFFIX
> - SPL_BINARY
> - IMAGE_FSTYPES
>
> Built-tested for every MACHINE in this BSP.
>
> Run-tested on the following devices to ensure they continue to boot correctly
> to a cmdline (core-image-base):
> - tinker-board
> - rock-pi-e
> - rock-pi-4b
> - rock64
> - nanopi-m4-2gb
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
> conf/machine/firefly-rk3288.conf | 2 --
> conf/machine/include/nanopi-m4.inc | 1 -
> conf/machine/include/rk3288.inc | 3 +--
> conf/machine/include/rk3328.inc | 1 -
> conf/machine/include/rk3399.inc | 2 --
> conf/machine/include/rock-pi-4.inc | 1 -
> conf/machine/include/rockchip-wic.inc | 5 +++++
> conf/machine/include/tinker.inc | 2 --
> conf/machine/rock-pi-e.conf | 2 --
> conf/machine/rock64.conf | 2 --
> conf/machine/vyasa-rk3288.conf | 1 -
> wic/firefly-rk3288.wks | 7 -------
> wic/rk3288-boot.wks | 24 ------------------------
> wic/rk3399-boot.wks | 24 ------------------------
> wic/rock-pi-4.wks | 7 -------
> wic/rock-pi-e.wks | 4 ----
> wic/{rk3328-boot.wks => rockchip.wks} | 9 ++++++---
> wic/tinker-board.wks | 8 --------
> wic/vyasa-rk3288.wks | 8 --------
> 19 files changed, 12 insertions(+), 101 deletions(-)
> delete mode 100644 wic/firefly-rk3288.wks
> delete mode 100644 wic/rk3288-boot.wks
> delete mode 100644 wic/rk3399-boot.wks
> delete mode 100644 wic/rock-pi-4.wks
> delete mode 100644 wic/rock-pi-e.wks
> rename wic/{rk3328-boot.wks => rockchip.wks} (64%)
> delete mode 100644 wic/tinker-board.wks
> delete mode 100644 wic/vyasa-rk3288.wks
>
> diff --git a/conf/machine/firefly-rk3288.conf b/conf/machine/firefly-rk3288.conf
> index 138e840..3270bb9 100644
Applied to meta-rockchip master.
next prev parent reply other threads:[~2021-06-30 16:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-28 15:15 [meta-rockchip][PATCH 1/3] conf/machine/include/nanopi-m4.inc: add full include path Trevor Woerner
2021-06-28 15:15 ` [meta-rockchip][PATCH 2/3] IMAGE_FSTYPES: remove ext4 Trevor Woerner
2021-06-30 16:10 ` Trevor Woerner
2021-06-28 15:15 ` [meta-rockchip][PATCH 3/3] wic/wks cleanup Trevor Woerner
2021-06-30 16:10 ` Trevor Woerner [this message]
2021-06-30 16:09 ` [meta-rockchip][PATCH 1/3] conf/machine/include/nanopi-m4.inc: add full include path Trevor Woerner
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=20210630161040.GC9226@localhost \
--to=twoerner@gmail.com \
--cc=yocto@lists.yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.