This commit will update the LAT configuration to:
- Change the project name to starlingx
- Change the ostree os name to debian
- Change from an 'A/B' (dual partition) scheme to an 'A' (single
partition) scheme
- provide a LAT patch to enable the initramfs-ostree image to align
with the project name
This will generate:
- A single partition scheme for ostree:
Partitions will be aligned on 2048-sector boundaries
Total free space is 568686525 sectors (271.2 GiB)
Number Start (sector) End (sector) Size Code Name
1 2048 4095 1024.0 KiB EF02 bios
2 4096 69631 32.0 MiB EF00 otaefi
3 69632 1118207 512.0 MiB 8300 otaboot
4 1118208 43061247 20.0 GiB 8300 otaroot
5 43061248 85004287 20.0 GiB 8300 fluxdata
6 85004288 146444287 29.3 GiB 8300 platform_backup
7 146444288 521834495 179.0 GiB 8E00 platform_pv
- ostree deployments as:
$ ostree admin status
* debian 26876a4838f7a66d28f725b7edfd59571b69b10e3b113504f0bc49014664cf2c.1
origin refspec: debian:starlingx
GPG: Signature made Fri Feb 18 03:43:02 2022 using RSA key ID CFA856DFC7CB87BE
GPG: Good signature from "Wind-River-Linux-Sample <svc-linux@gmail.com>"
debian 26876a4838f7a66d28f725b7edfd59571b69b10e3b113504f0bc49014664cf2c.0 (rollback)
origin refspec: debian:starlingx
GPG: Signature made Fri Feb 18 03:43:02 2022 using RSA key ID CFA856DFC7CB87BE
GPG: Good signature from "Wind-River-Linux-Sample <svc-linux@gmail.com>"
- build results corresponding to:
starlingx-initramfs-intel-x86-64.cpio.gz
starlingx-initramfs-ostree-image-intel-x86-64.cpio.gz
starlingx-intel-x86-64-cd.iso
Change-Id: I9e3b3a367109a82a7ee905df45ca93bf8a1766f0
Story: 2008846
Task: 44532
Signed-off-by: Robert Church <robert.church@windriver.com>
41 lines
582 B
Plaintext
41 lines
582 B
Plaintext
[project]
|
|
name = stx
|
|
gituser = STX Builder
|
|
gitemail = stx.builder@opendev.org
|
|
proxy = false
|
|
proxyserver = opendev.org
|
|
proxyport = 8080
|
|
buildbranch = master
|
|
manifest = default.xml
|
|
ostree_osname = debian
|
|
|
|
[builder]
|
|
uid = 1000
|
|
myuname = builder
|
|
release = 6.0
|
|
dist = bullseye
|
|
stx_dist = .stx
|
|
debfullname = STX Builder
|
|
debemail = stx.builder@opendev.org
|
|
|
|
[pkgbuilder]
|
|
mode = local
|
|
|
|
[repomgr]
|
|
type = aptly
|
|
cengnurl = http://mirror.starlingx.cengn.ca:80/mirror
|
|
cengnstrategy = cengn_first
|
|
sourceslist =
|
|
deblist =
|
|
dsclist =
|
|
|
|
[aptly]
|
|
mode = local
|
|
|
|
[pulp]
|
|
mode = local
|
|
|
|
[default]
|
|
name = stx
|
|
|