Skip to content

Commit e3cd8b9

Browse files
tchx84leon-anavi
authored andcommitted
system.conf: Remove absolute keyring path
This has been updated in meta-rauc to prepare it for hermetic /usr/ [1] but, instead of updating the current absolute path to /usr/lib, it is better to remove the absolute path so it works for both /etc and /usr/lib. [1] rauc/meta-rauc@01f7e1b Signed-off-by: Martin Abente Lahaye <mabente@igalia.com>
1 parent 2418b23 commit e3cd8b9

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

meta-rauc-beaglebone/recipes-core/rauc/files/beaglebone-ai64/system.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bootloader=uboot
44
data-directory=/data/
55

66
[keyring]
7-
path=/etc/rauc/ca.cert.pem
7+
path=ca.cert.pem
88

99
[slot.rootfs.0]
1010
device=/dev/mmcblk1p2

meta-rauc-beaglebone/recipes-core/rauc/files/beaglebone-yocto/system.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bootloader=uboot
44
data-directory=/data/
55

66
[keyring]
7-
path=/etc/rauc/ca.cert.pem
7+
path=ca.cert.pem
88

99
[slot.rootfs.0]
1010
device=/dev/mmcblk0p2

meta-rauc-beaglebone/recipes-core/rauc/files/beaglebone/system.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bootloader=uboot
44
data-directory=/data/
55

66
[keyring]
7-
path=/etc/rauc/ca.cert.pem
7+
path=ca.cert.pem
88

99
[slot.rootfs.0]
1010
device=/dev/mmcblk0p2

meta-rauc-beaglebone/recipes-core/rauc/files/pocketbeagle2/system.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bootloader=uboot
44
data-directory=/data/
55

66
[keyring]
7-
path=/etc/rauc/ca.cert.pem
7+
path=ca.cert.pem
88

99
[slot.rootfs.0]
1010
device=/dev/mmcblk1p2

meta-rauc-genericx86-64/recipes-core/rauc/files/genericx86-64/system.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ grubenv=/grubenv/grubenv
55
data-directory=/data/rauc
66

77
[keyring]
8-
path=/etc/rauc/ca.cert.pem
8+
path=ca.cert.pem
99

1010
[slot.efi.0]
1111
device=/dev/sda

meta-rauc-nxp/recipes-core/rauc/files/system.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bootloader=uboot
44
data-directory=/data/
55

66
[keyring]
7-
path=/etc/rauc/ca.cert.pem
7+
path=ca.cert.pem
88

99
[slot.rootfs.0]
1010
device=/dev/mmcblk1p2

meta-rauc-raspberrypi/recipes-core/rauc/files/system.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bootloader=uboot
44
data-directory=/data/
55

66
[keyring]
7-
path=/etc/rauc/ca.cert.pem
7+
path=ca.cert.pem
88

99
[slot.rootfs.0]
1010
device=/dev/mmcblk0p2

meta-rauc-rockchip/recipes-core/rauc/files/system.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bootloader=uboot
44
data-directory=/data/
55

66
[keyring]
7-
path=/etc/rauc/ca.cert.pem
7+
path=ca.cert.pem
88

99
[slot.rootfs.0]
1010
device=/dev/mmcblk1p10

meta-rauc-sunxi/recipes-core/rauc/files/system.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ compatible=@@MACHINE@@
33
bootloader=uboot
44

55
[keyring]
6-
path=/etc/rauc/ca.cert.pem
6+
path=ca.cert.pem
77

88
[slot.rootfs.0]
99
device=/dev/mmcblk0p2

0 commit comments

Comments
 (0)