| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Make sure to remove man package before bitbaking.
* Test that the package exists or not.
* Check the image name and size to make sure it changes.
* Move to appropriate class and rename.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This reduces unnecessary time spent on setUpClass calls that may not be
necessary for individual tests. It also organizes things a bit better.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Not very useful yet. Could be made into a function for the purpose of
running arbitrary commands via SSH, for example. However, I had plenty
of trouble even getting this far.
Note that I created a softlink to qemucommand to get around the Python
path issues in oe-selftest. I'm not sure if there's a better way to
handle that, since manipulating the path is seemingly impossible.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix calculate_size in case $SIZE < $MIN
|
|/ / / /
| | | |
| | | | |
calculate_size had a typo that made one of the cases fail. This patch fixes it.
|
|\ \ \ \
| | | | |
| | | | | |
Cleaner intramfs recipe, better systemd detection.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|/ / / |
|