Commit Graph

13 Commits

Author SHA1 Message Date
fe20f42de2 KIRKSTONE: MISC
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
Change-Id: Iac36e380554b7f94ec6e202292aa5788f23abe15
2022-06-23 10:47:25 +02:00
ea02b7ab35 BOOTFS: rename extlinux package
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
2022-05-02 11:59:46 +02:00
483a6968fa KIRSKSTONE: overwrite syntax
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
2022-05-02 11:53:28 +02:00
5245abf2c7 MACHINE: rework INITRD configuration
Change-Id: Id5028c42d5add160982b4657b6e486e4510a0f45
Signed-off-by: Romuald JEANNE <romuald.jeanne@st.com>
2021-11-16 17:56:04 +01:00
cc43f8cd6e st-image-partitions.inc: Avoid noisy warning for empty partitions
Partitions like vendorfs can be in many cases empty due to not deploying
package targeting that specific partition - see
gcnano-userland-multi-binary-stm32mp as an example. Having a warning for
use-cases that are both common but also valid, would just result in
build noise. This change switches to build notes for flagging an empty
partition.

Change-Id: Iade087b9171dabfaebd498aa13672d2e2f497349
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2021-11-16 17:56:04 +01:00
314b4cc4b3 IMAGES: USERFS: put m4projects under MACHINE_FEATURES flags
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Change-Id: I88703b69adc07e6a7702b7eb08aab13b5a6b1af9
2021-03-26 10:37:20 +01:00
af5ae28215 CLASSES/MACHINES: update for v2.0.0
Several updates integrated:
- removal of no more supported basic boot scheme
- removal of no more supported boot device (nor-nand and nor-emmc)
- rework of providers and machine features
- introduction of new board versions (a, c, d, f)
- update of extlinuxconf-stm32mp class to manage multiple board versions
- configure 'extlinux.conf' file to manage PARTUUID to select rootfs
partition
- new partition images management (easy to add or remove partition through
new PARTITIONS_CONFIG var
- specific configuration on machine side for all storage device supported

Change-Id: I7e4d3d16535a5654c7fd80f9b56296a61050def3
2020-06-23 17:23:52 +02:00
b87e555b44 Added removal for the most used wic types from custom images
Suggested-by: Dimitris Tassopoulos <dimtass@gmail.com>
https://github.com/STMicroelectronics/meta-st-stm32mp/pull/14

Change-Id: Ifa56129da5c76bd6181618f9f906169becff23bd
2020-06-23 17:23:50 +02:00
2ea5422f29 IMAGE: manage exception for local partitions (bootfs, userfs, vendorfs)
Signed-off-by: Priouzeau Christophe <christophe.priouzeau@st.com>
2020-02-10 12:15:18 +01:00
82fedb1d9e add packagegroup for demo
Signed-off-by: Priouzeau Christophe <christophe.priouzeau@st.com>
2020-02-10 12:15:18 +01:00
faff1bdb5d Add support of wic
WIC are supported only for disco and eval machine.
To enable it uncomment the preconized line on specific
machine.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-10-09 11:29:30 +02:00
d44649a87c CONF: Set IMAGE_ROOTFS_EXTRA_SPACE were needed
Setting IMAGE_ROOTFS_SIZE to the same value as
IMAGE_ROOTFS_MAXSIZE requires IMAGE_OVERHEAD_FACTOR
to be 1 (it was the case) and IMAGE_ROOTFS_EXTRA_SPACE
to be 0 (it was missing).

Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2019-10-09 10:56:08 +02:00
d3279a434f Add specific images
bootfs: kernel + devicetree + extlinux.conf
userfs: ST examples and demontrator
vendorfs: thirdparty contents

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:25:39 +01:00