| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
RAMDISK_EXT and IMAGE_FSTYPES of initramfs-ostree-image should not be
defined separately, because they are representing the same fstype of
a same initramfs image, or else, they turn out to be inconsistent if
the users change one of them.
So we use INITRAMFS_FSTYPES already defined in bitbake.conf, to be able
to set fstype for initramfs. And it should default to ext4.gz.u-boot or
ext4.gz depending on what OSTREE_BOOTLOADER is being set.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It can not determine the init manager is systemd by checking if
DISTRO_FEATURES contains 'systemd', change it to check
VIRTUAL-RUNTIME_init_manager instead.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Some bbclass fixes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
As a image_types_* bbclass, it does not have to inherit image class, it
is sort of redundant code.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
As a image_types_* bbclass, it does not have to inherit image class, it
is sort of redundant code.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
IMAGE_DEPENDS is deprecated in latest OE, replace it with:
do_image_<type>[depends] += "<recipe>:<task>"
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
|\ \ \
| | | |
| | | | |
Add managing targets.json by garage-sign
|
|/ / / |
|
|\ \ \
| |/ /
|/| | |
Use ${libdir} instead of /usr/lib.
|
| | | |
|
|\ \ \
| |/ /
|/| | |
oe-selftest
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Extend the usage section with information about QA
using the test framework oe-selftest.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Extend the oe-selftest with test cases for hsm
amd hsm-test.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|\ \ \
| |/ /
|/| | |
Add UPTANE key generation capability
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
advancedtelematic/bugfix/PRO-4259/latest-garage-sign
Latest garage-sign with many bug fixes.
|
|/ / |
|
|\ \
| | |
| | | |
Explicitly include ca-certificates as a dependency for garage-push
|
| | |
| | |
| | |
| | |
| | | |
/etc is not added to the sysroot by default, so force it. Also, move the
dependency to where it is actually used.
|
| | |
| | |
| | |
| | | |
Fixes: PRO-4254
|
|\ \ \
| | | |
| | | | |
Fix incompatibilities with latest pyro, use wic on RPi
|
| | |/
| |/| |
|
|\ \ \
| |/ /
|/| | |
Fix race condition in run-qemu-ota
|
|/ / |
|
|\ \
| |/
|/| |
Copy repo manifest to the device.
|
|/
|
|
|
|
|
| |
Helpful for debugging, etc.
Mostly copied from here:
https://github.com/openivimobility/meta-oim/blob/master/classes/image-repo-manifest.bbclass
|
|\
| |
| | |
garage-sign: Update checksums
|
| |
| |
| |
| |
| |
| | |
Update md5 and sha256 checksums of the archive.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|\ \
| | |
| | |
| | |
| | | |
advancedtelematic/bugfix/PRO-4140/silence-ostree-errors
Bump ostree version to get Shaun's fix.
|
|/ /
| |
| |
| |
| | |
Unnecessary error messages have been silenced by skipping some checks
that weren't necessary in our case.
|
|\ \
| | |
| | | |
Share /run directory between initramfs and system image to communicate ostree-booted file
|
| | |
| | |
| | |
| | | |
ostree-booted file
|
|\ \ \
| |_|/
|/| | |
Feat/pro 4199/oe selftest
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix the issue with installed but not shipped files.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Update md5 and sha256 checksums of the archive.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
| |\ \
| |/ /
|/| |
| | | |
into feat/PRO-4199/oe-selftest
|
|\ \ \
| | | |
| | | | |
Add CONTRIBUTING information
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Update to latest version.
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Feat/remerge recipes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
I found the trick to allow specifiying target vs native variables and
tasks. It's a bit wordy but better than having three separate files for
the aktualizr recipe.
Oddly and annoyingly, while only "aktualizr" must be specified in
sota_bleeding.inc, both "BRANCH_pn-aktualizr" and
"BRANCH_pn-aktualizr-native" must be specified in local.conf to
correctly use a given branch.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* Use ${libdir} and ${bindir} wherever possible.
* Use rm -f so that tasks are repeatable.
|
|\ \ \ \
| | | | |
| | | | | |
Remove IMAGEDATESTAMP to make sstate input deterministic
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Upgrade Rust to 1.20 on Pyro
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | | |
New garage-sign recipe.
|
|/ / / |
|