Skip to content

Integrate meta-seco-clea-os/cf/fixing_things

Commit: clea-os/layers/seco/meta-seco-clea-os@736b1408

[RAUC][FIX] fix function for type find

To make sure the type is correctly setted, the partition_type_b and partition_type_r has been changed to find exaclty the patter of "TYPE=". In the previous version, the function works only if there is nothing after the pattern chosen.

--

Commit: clea-os/layers/seco/meta-seco-clea-os@72798d52

[FIX] fix services script

Now the scripts includes the handling for different partition cases. If it is used a machine with mmc where the device root is /dev/mmcblk* the script adds "p" as suffix such that the selection of a partition is /dev/mmcblkp (e.g. root=/dev/mmcblk1p1). If it is used a machine with other notation the script doesn't add the "p" (e.g. qemu uses vd* to describes the device root so the result will be /dev/vd*). Furthermore, has been fixed the algorithm part where offset were written in the second and third row including only the mmcblk case. Now the script overwrite automatically the device root with his offset (e.g. mmc case: /dev/mmcblk0 -> 0x7000; virtio case: /dev/vda ->0x4000) in sysdata.conf .

Signed-off-by: carlo carlo.ferriolo@seco.com

--

Commit: clea-os/layers/seco/meta-seco-clea-os@a2d0c27b

[ADD] add ext4 for IMAGE_FSTYPES

Now that the variables are global and readable from every machine, the "override" of the IMAGE_FSTYPES in the clea-os-qemu bbclass has been deleted.

Signed-off-by: carlo carlo.ferriolo@seco.com

Merge request reports

Loading