All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: yocto@lists.yoctoproject.org
Cc: Quentin Schulz <foss+yocto@0leil.net>
Subject: [meta-rockchip][PATCH v3 5/5] rockchip.wks: wks file cleanup
Date: Mon, 19 Feb 2024 12:48:25 -0500	[thread overview]
Message-ID: <20240219174825.7084-5-twoerner@gmail.com> (raw)
In-Reply-To: <20240219174825.7084-1-twoerner@gmail.com>

Cleanup the elements of the wic/rockchip.wks file so that they take up less
horizontal space.

Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
changes in v3:
- tweaks to accommodate the existing changes

changes in v2:
- add Quentin's tag
---
 wic/rockchip.wks | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/wic/rockchip.wks b/wic/rockchip.wks
index e8f0251272c1..0e929bc0749a 100644
--- a/wic/rockchip.wks
+++ b/wic/rockchip.wks
@@ -18,14 +18,14 @@
 #   atf         24576           8192        (trusted OS e.g. ATF, OP-TEE, etc)
 #   root        32768           -
 
-part loader1    --offset 64s    --fixed-size 3552K   --fstype=none            --source rawcopy              --sourceparams="file=${SPL_BINARY}"
-part v_storage  --offset 7168s  --fixed-size 256K    --fstype=none --no-table
-part reserved   --offset 7680s  --fixed-size 192K    --fstype=none --no-table
-part reserved1  --offset 8064s  --fixed-size 32K     --fstype=none --no-table
-part uboot_env  --offset 8128s  --fixed-size 32K     --fstype=none --no-table
-part reserved2  --offset 8192s  --fixed-size 4096K   --fstype=none --no-table
-part loader2    --offset 16384s --fixed-size 4096K   --fstype=none            --source rawcopy              --sourceparams="file=u-boot.${UBOOT_SUFFIX}"
-part atf        --offset 24576s --fixed-size 4096K   --fstype=none
-part /          --offset 32768s                      --fstype=ext4 --active   --source rootfs  --label root
+part loader1   --offset 64s    --fixed-size 3552K --fstype=none --source rawcopy --sourceparams="file=${SPL_BINARY}"
+part v_storage --offset 7168s  --fixed-size 256K  --fstype=none --no-table
+part reserved  --offset 7680s  --fixed-size 192K  --fstype=none --no-table
+part reserved1 --offset 8064s  --fixed-size 32K   --fstype=none --no-table
+part uboot_env --offset 8128s  --fixed-size 32K   --fstype=none --no-table
+part reserved2 --offset 8192s  --fixed-size 4096K --fstype=none --no-table
+part loader2   --offset 16384s --fixed-size 4096K --fstype=none --source rawcopy --sourceparams="file=u-boot.${UBOOT_SUFFIX}"
+part atf       --offset 24576s --fixed-size 4096K --fstype=none
+part /         --label root    --active           --fstype=ext4 --source rootfs
 
 bootloader --ptable gpt
-- 
2.43.0.76.g1a87c842ece3



  parent reply	other threads:[~2024-02-19 17:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-19 17:48 [meta-rockchip][PATCH v3 1/5] rockchip.wks: specify offsets in sectors Trevor Woerner
2024-02-19 17:48 ` [meta-rockchip][PATCH v3 2/5] rockchip.wks: specify fstype Trevor Woerner
2024-02-19 17:48 ` [meta-rockchip][PATCH v3 3/5] rockchip.wks: add most Rockchip partitions Trevor Woerner
2024-02-21 18:38   ` [yocto] " Quentin Schulz
2024-02-21 19:02     ` Trevor Woerner
2024-02-22  9:30       ` Quentin Schulz
2024-02-19 17:48 ` [meta-rockchip][PATCH v3 4/5] remove /boot partition Trevor Woerner
2024-02-21 18:43   ` [yocto] " Quentin Schulz
2024-02-19 17:48 ` Trevor Woerner [this message]
2024-02-21 18:32 ` [yocto] [meta-rockchip][PATCH v3 1/5] rockchip.wks: specify offsets in sectors Quentin Schulz

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=20240219174825.7084-5-twoerner@gmail.com \
    --to=twoerner@gmail.com \
    --cc=foss+yocto@0leil.net \
    --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.