From: Trevor Woerner <twoerner@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [meta-rockchip][PATCH 4/4] wks file cleanup
Date: Mon, 12 Feb 2024 15:23:42 -0500 [thread overview]
Message-ID: <20240212202342.37778-4-twoerner@gmail.com> (raw)
In-Reply-To: <20240212202342.37778-1-twoerner@gmail.com>
Cleanup the elements of the wic/rockchip.wks file so they take up less
horizontal space.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
wic/rockchip.wks | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/wic/rockchip.wks b/wic/rockchip.wks
index 5d7701ef8a2e..e76439dd52c3 100644
--- a/wic/rockchip.wks
+++ b/wic/rockchip.wks
@@ -20,14 +20,14 @@
# boot 32768 229376
# root 262144 - (suggested)
-part loader1 --offset 32 --fixed-size 3552K --fstype=none --source rawcopy --sourceparams="file=${SPL_BINARY}"
+part loader1 --offset 32 --fixed-size 3552K --fstype=none --source rawcopy --sourceparams="file=${SPL_BINARY}"
part vstorage --offset 3584 --fixed-size 256K --fstype=none
part reserved --offset 3840 --fixed-size 192K --fstype=none
part reserved1 --offset 4032 --fixed-size 32K --fstype=none
part uboot_env --offset 4064 --fixed-size 32K --fstype=none
part reserved2 --offset 4096 --fixed-size 4096K --fstype=none
-part loader2 --offset 8192 --fixed-size 4096K --fstype=none --source rawcopy --sourceparams="file=u-boot.${UBOOT_SUFFIX}"
+part loader2 --offset 8192 --fixed-size 4096K --fstype=none --source rawcopy --sourceparams="file=u-boot.${UBOOT_SUFFIX}"
part atf --offset 12288 --fixed-size 4096K --fstype=none
-part / --offset 16384 --fstype=ext4 --active --source rootfs --label root
+part / --offset 16384 --active --label root --fstype=ext4 --source rootfs
bootloader --ptable gpt
--
2.43.0.76.g1a87c842ece3
next prev parent reply other threads:[~2024-02-12 20:24 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-12 20:23 [meta-rockchip][PATCH 1/4] rockchip.wks: specify fstype Trevor Woerner
2024-02-12 20:23 ` [meta-rockchip][PATCH 2/4] rockchip.wks: add all Rockchip partitions Trevor Woerner
2024-02-15 17:06 ` [yocto] " Quentin Schulz
2024-02-15 19:20 ` Trevor Woerner
2024-02-16 8:59 ` Quentin Schulz
2024-02-12 20:23 ` [meta-rockchip][PATCH 3/4] remove /boot partition from wic:bootimg-paritition Trevor Woerner
2024-02-15 17:45 ` [yocto] " Quentin Schulz
2024-02-16 8:25 ` Trevor Woerner
2024-02-16 9:31 ` Quentin Schulz
2024-02-18 17:28 ` Trevor Woerner
2024-02-21 18:31 ` Quentin Schulz
2024-02-21 19:18 ` Trevor Woerner
2024-02-22 9:37 ` Quentin Schulz
2024-02-12 20:23 ` Trevor Woerner [this message]
2024-02-15 17:47 ` [yocto] [meta-rockchip][PATCH 4/4] wks file cleanup Quentin Schulz
2024-02-15 16:49 ` [yocto] [meta-rockchip][PATCH 1/4] rockchip.wks: specify fstype 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=20240212202342.37778-4-twoerner@gmail.com \
--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.