| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\
| | |
| | | |
Deploy initial primary version information
|
| | | |
|
| |/
| |
| |
| | |
Additionally don't create extra images to save space and not confuse the user
|
|\ \
| | |
| | | |
Use u-boot version with patches for newer QEMU
|
| | | |
|
|\ \ \
| | | |
| | | | |
sota_raspberrypi.bbclass: Enable U-Boot for Raspberry Pi
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Enable U-Boot for Raspberry Pi using the new setting
from Yocto/OE layer meta-raspberrypi RPI_USE_U_BOOT.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|\ \ \
| |/ /
|/| /
| |/ |
Bring over fixes from the last couple months from pyro in rocko.
|
| | |
|
| |\
| | |
| | | |
Update documentation, specifically about variables to support secondaries
|
| | |
| | |
| | |
| | |
| | | |
Also add a missing mkdir so that SOTA_SECONDARY_ECUS actually works. We
can improve this in the future but for now it works and I'm using it.
|
| |/
| |
| |
| |
| |
| | |
- New garage-sign interface
- Remove garage-sign recipe (now installed with aktualizr-native)
- Small but critical bugfixes in aktualizr
|
| | |
|
| | |
|
| |\
| | |
| | | |
Fix builds outside the .repo directory
|
| | |
| | |
| | |
| | |
| | | |
The repo tool searches up the directory tree to find the .repo directory.
Cleanly handle the case where it can't find anything.
|
| |\ \
| | |/
| |/| |
Remove sdimg-rpi from IMAGE_FSTYPES
|
| | |
| | |
| | |
| | | |
The image is incompatible with meta-updater and we have our own
|
| |/
| |
| |
| | |
Also pass this URL to garage-sign
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Remove sdimg-rpi from IMAGE_FSTYPES and rely only
on wic image for SOTA as it has been done at commit
27e0edbef0180fd7643e2b1558e313bc2baa92d9 for Pyro.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
| |
| |
| |
| |
| |
| | |
Use u-boot-ota recipe for QEMU x86-64 bootloader.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
| | |
|
|/ |
|
|
|
|
|
|
| |
Also add IMAGE_ROOTFS_EXTRA_SPACE to qemu configuration which was
the original motivation for returning TEMPLATECONF processing (see
https://github.com/advancedtelematic/meta-updater-qemux86-64/pull/9 )
|
| |
|
|\
| |
| | |
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.
|
| | |
|
|/
|
|
|
|
|
| |
Helpful for debugging, etc.
Mostly copied from here:
https://github.com/openivimobility/meta-oim/blob/master/classes/image-repo-manifest.bbclass
|
|\
| |
| | |
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.
|
|/ |
|
|
|
|
|
|
| |
No need for sota-tools repo anymore.
Bump aktualizr version to get necessary build fix.
|
| |
|
|
|
|
|
| |
Also remove implicit-prov from DISTRO_FEATURES. Just specify
SOTA_CLIENT_PROV directly.
|
|
|
|
|
|
|
|
| |
Split aktualizr into basic and native recipes by moving most of the work
to an include file. Use aktualizr-implicit-writer (on host) to do the
actual work of configuring sota.toml and installing files.
Still not quite fully functional.
|
|
|
|
| |
According to https://www.openembedded.org/wiki/Styleguide
|
|\
| |
| | |
Hacky ability to provide client credentials and install them on the device
|
| | |
|
|/ |
|
|\
| |
| | |
Pyro needs coreutils-native (we call sync) b/c rss
|
| |
| |
| |
| |
| | |
We need to make sure 'sync' is in place.
Unzip-native could probably also use ":do_populate_sysroot".
|
|/
|
|
|
|
|
| |
Append recipe aktualizr-auto-prov for provisioning of
systemd service and configurations to the SOTA image.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Print warnings if variable SOTA_PACKED_CREDENTIALS
is not set or if the specified file does not exist.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
| | |
|
| |
| |
| |
| |
| | |
Warn if older credential environment variables are set. They are now
ignored since the credentials aren't unpacked during building.
|
| | |
|
|/
|
|
|
|
|
|
|
| |
The creation of images, such as rpi-basic-image failed
on branch Pyro due to missing/wrong path to unzip.
This patch adds unzip-native as a dependency and
ensures that the image will be created successfully.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|