| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
By bumping aktualizr, see: https://github.com/advancedtelematic/aktualizr/pull/1444
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|
|
|
|
|
|
| |
The broadcom firmware now needs device trees to be present in/boot to
set it up.
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\
| |
| | |
aktualizr: Remove systemd packaging.
|
|/
|
|
|
|
| |
That dependency and build flag have been removed as they were unused.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|\
| |
| |
| |
| | |
advancedtelematic/feat/OTA-3883/repo-manifest-upload
Send a copy of repo manifest through garage-push
|
| |
| |
| |
| |
| |
| | |
With support with new garage-push --repo-manifest option
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| |
| |
| |
| | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|/
|
|
| |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\
| |
| |
| |
| | |
liuming50/change-OTA_IMAGE_ROOTFS-to-TAR_IMAGE_ROOTFS
meta: change OTA_IMAGE_ROOTFS to TAR_IMAGE_ROOTFS
|
| |
| |
| |
| |
| |
| |
| | |
No functional changes, rename OTA_IMAGE_ROOTFS to TAR_IMAGE_ROOTFS
since the later is a more common name.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
|\ \
| | |
| | | |
Drop ostree_git in favor of the ostree recipe from meta-oe.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A newer ostree recipe is now provided via the meta-oe layer, so drop
local ostree_git recipe in favor of the latest one from meta-oe.
Local bbappend created to enable curl, libarchive and
ostree-grub-generator, which were all enabled by default in ostree_git,
besides disabling soup as that is not really needed with curl (and
wasn't previously enabled).
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
|
|\ \ \
| |_|/
|/| | |
OTA-3988: Non-systemd/poky-sota local.conf
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
systemd case
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
into the disto feature list
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
|
|\ \ \
| |/ /
|/| | |
Remove a now unnecessary hack in rpi oe-selftests
|
|/ /
| |
| |
| |
| |
| | |
See https://github.com/advancedtelematic/meta-updater-qemux86-64/pull/37
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\ \
| | |
| | | |
Fix aktualizr-ptest breakage
|
|/ /
| |
| |
| |
| |
| | |
The compile step was removed by mistake in ec1ac0617b120813d6450dffe1aa8d4868e37332!
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\ \
| | |
| | | |
networkd-dhcp-conf: Remove allarch.
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
We were setting PACKAGE_ARCH to MACHINE_ARCH anyway, so this wasn't
helping anything.
Suggested-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|\ \
| |/
|/| |
aktualizr: remove systemd from PACKAGECONFIG.
|
|/
|
|
|
|
|
| |
The systemd functionality in aktualizr is not currently used for
anything, so there's no reason to use it.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|\
| |
| | |
aktualizr: Bump to 2019.9 release and latest garage-sign.
|
| |
| |
| |
| | |
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|\ \
| |/
|/| |
image_types_ostree: Fix OSTree ref-bindings
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The command "ostree refs --create" creates a new ref that points to a pre-existing commit hash.
This does not add this new ref to the ref-bindings metadata in OSTree.
The missing metadata leads to OSTree verifcation failures when working with the new ref.
Fix this by adding the "--bind-ref" option to "ostree commit" which adds the needed
ref-binding metadata.
Signed-off-by: Jeremias Cordoba <js.cordoba8321@gmail.com>
|
|\ \
| | |
| | | |
Fix/603/arch deps
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Originally I was just trying to remove the reference to DEPLOY_DIR_IMAGE
because it depends on MACHINE, but then I realized that this recipe is
just plain not worth keeping. It isn't viable for anything except the
most limited testing, since it bakes device-specific credentials into an
image, but we weren't even using it for testing.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If they depend on MACHINE, that's what we gotta do. Still haven't sorted
out aktualizr-device-prov-creds, though.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
So that we can fix the ${MACHINE} dependency issues
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
It was missing a few dependencies.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is a bit of a compromise. These recipes are allarch, since they do
not depend on an architecture, but they depend on aktualizr, which is
definitely not allarch. Therefore, we must tell bitbake not to treat the
aktualizr architecture as a dependency of these recipes.
However, this means that if one of the config files changes in the
aktualizr repo, we need to bump the version of the recipe that uses it
to make sure bitbake picks up that change.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| | |
Most do not need to depend on aktualizr-native and do not need to be
rebuilt if the credentials change.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|\ \
| | |
| | | |
Use proper aktualizr release in deployed images!
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Stop overriding AKTUALIZR_VERSION with the recipe version which is
mostly bogus.
And bump aktualizr to make sure we're using a version which fails at
configure time if no version was specified.
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|/ /
| |
| |
| |
| |
| | |
To make it self-documenting and extendable
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\ \
| |/
|/| |
README: update and restructure the links to the dev portal.
|
| |
| |
| |
| |
| |
| | |
As opposed to the source of the docs in the aktualizr repo.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|/
|
|
| |
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|\
| |
| | |
Example config for a virtual secondary.
|