diff options
author | Anton Gerasimov <anton.gerasimov@here.com> | 2018-01-26 15:49:19 +0100 |
---|---|---|
committer | Anton Gerasimov <anton.gerasimov@here.com> | 2018-01-26 15:49:19 +0100 |
commit | eb790f96e3a1e06ae7304963de6d82327e993350 (patch) | |
tree | 66b7da55f83b00f546f95a1eb0f010bfb8a21d69 /classes | |
parent | f903f757a91fcc192ece9c9cb58f1ab221b7e65a (diff) | |
parent | b68b4ff5bad6e8ae3462a2a6d98b7bb1be12e48f (diff) | |
download | meta-updater-eb790f96e3a1e06ae7304963de6d82327e993350.tar.gz |
Merge branch 'pyro' into rocko
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image_types_ostree.bbclass | 4 | ||||
-rw-r--r-- | classes/image_types_ota.bbclass | 5 | ||||
-rw-r--r-- | classes/sota_minnowboard.bbclass | 3 |
3 files changed, 11 insertions, 1 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index f350449..5ebed81 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -12,6 +12,8 @@ do_image_ostree[depends] += "ostree-native:do_populate_sysroot \ | |||
12 | export OSTREE_REPO | 12 | export OSTREE_REPO |
13 | export OSTREE_BRANCHNAME | 13 | export OSTREE_BRANCHNAME |
14 | 14 | ||
15 | export GARAGE_TARGET_NAME | ||
16 | |||
15 | RAMDISK_EXT ?= ".ext4.gz" | 17 | RAMDISK_EXT ?= ".ext4.gz" |
16 | RAMDISK_EXT_arm ?= ".ext4.gz.u-boot" | 18 | RAMDISK_EXT_arm ?= ".ext4.gz.u-boot" |
17 | 19 | ||
@@ -205,7 +207,7 @@ IMAGE_CMD_garagesign () { | |||
205 | push_success=0 | 207 | push_success=0 |
206 | for push_retries in $( seq 3 ); do | 208 | for push_retries in $( seq 3 ); do |
207 | garage-sign targets pull --repo tufrepo --home-dir ${GARAGE_SIGN_REPO} | 209 | garage-sign targets pull --repo tufrepo --home-dir ${GARAGE_SIGN_REPO} |
208 | garage-sign targets add --repo tufrepo --home-dir ${GARAGE_SIGN_REPO} --name ${OSTREE_BRANCHNAME} --format OSTREE --version ${ostree_target_hash} --length 0 --url "https://example.com/" --sha256 ${ostree_target_hash} --hardwareids ${MACHINE} | 210 | garage-sign targets add --repo tufrepo --home-dir ${GARAGE_SIGN_REPO} --name ${GARAGE_TARGET_NAME} --format OSTREE --version ${ostree_target_hash} --length 0 --url "https://example.com/" --sha256 ${ostree_target_hash} --hardwareids ${MACHINE} |
209 | garage-sign targets sign --repo tufrepo --home-dir ${GARAGE_SIGN_REPO} --key-name=targets | 211 | garage-sign targets sign --repo tufrepo --home-dir ${GARAGE_SIGN_REPO} --key-name=targets |
210 | errcode=0 | 212 | errcode=0 |
211 | garage-sign targets push --repo tufrepo --home-dir ${GARAGE_SIGN_REPO} || errcode=$? | 213 | garage-sign targets push --repo tufrepo --home-dir ${GARAGE_SIGN_REPO} || errcode=$? |
diff --git a/classes/image_types_ota.bbclass b/classes/image_types_ota.bbclass index b827444..e753e0e 100644 --- a/classes/image_types_ota.bbclass +++ b/classes/image_types_ota.bbclass | |||
@@ -53,6 +53,8 @@ export OSTREE_BRANCHNAME | |||
53 | export OSTREE_REPO | 53 | export OSTREE_REPO |
54 | export OSTREE_BOOTLOADER | 54 | export OSTREE_BOOTLOADER |
55 | 55 | ||
56 | export GARAGE_TARGET_NAME | ||
57 | |||
56 | IMAGE_CMD_otaimg () { | 58 | IMAGE_CMD_otaimg () { |
57 | if ${@bb.utils.contains('IMAGE_FSTYPES', 'otaimg', 'true', 'false', d)}; then | 59 | if ${@bb.utils.contains('IMAGE_FSTYPES', 'otaimg', 'true', 'false', d)}; then |
58 | if [ -z "$OSTREE_REPO" ]; then | 60 | if [ -z "$OSTREE_REPO" ]; then |
@@ -106,6 +108,9 @@ IMAGE_CMD_otaimg () { | |||
106 | mv ${HOME_TMP}/usr/homedirs/home ${PHYS_SYSROOT}/ || true | 108 | mv ${HOME_TMP}/usr/homedirs/home ${PHYS_SYSROOT}/ || true |
107 | # Ensure that /var/local exists (AGL symlinks /usr/local to /var/local) | 109 | # Ensure that /var/local exists (AGL symlinks /usr/local to /var/local) |
108 | install -d ${PHYS_SYSROOT}/ostree/deploy/${OSTREE_OSNAME}/var/local | 110 | install -d ${PHYS_SYSROOT}/ostree/deploy/${OSTREE_OSNAME}/var/local |
111 | # Set package version for the first deployment | ||
112 | echo "{\"${ostree_target_hash}\":\"${GARAGE_TARGET_NAME}-${ostree_target_hash}\"}" > ${PHYS_SYSROOT}/ostree/deploy/${OSTREE_OSNAME}/var/sota/installed_versions | ||
113 | |||
109 | rm -rf ${HOME_TMP} | 114 | rm -rf ${HOME_TMP} |
110 | 115 | ||
111 | # Calculate image type | 116 | # Calculate image type |
diff --git a/classes/sota_minnowboard.bbclass b/classes/sota_minnowboard.bbclass index 8417348..63510e3 100644 --- a/classes/sota_minnowboard.bbclass +++ b/classes/sota_minnowboard.bbclass | |||
@@ -4,4 +4,7 @@ EFI_PROVIDER_sota = "grub-efi" | |||
4 | WKS_FILE_sota = "efiimage-sota.wks" | 4 | WKS_FILE_sota = "efiimage-sota.wks" |
5 | IMAGE_BOOT_FILES_sota = "" | 5 | IMAGE_BOOT_FILES_sota = "" |
6 | 6 | ||
7 | IMAGE_FSTYPES_remove_sota = "live hddimg" | ||
7 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 console=ttyS0,115200 console=tty0" | 8 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 console=ttyS0,115200 console=tty0" |
9 | |||
10 | IMAGE_INSTALL_append = " minnowboard-efi-startup" | ||