| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Suggested-by: Montgomery, Greg <greg.montgomery@here.com>
|
|\
| |
| | |
freedom-u540: Remove the fitImage overrides
|
|/
|
|
|
|
|
| |
meta-riscv now generates a fitImage by default for the freedom-u540
machine so remove the unneeded overrides.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
|
|\
| |
| | |
CONTRIBUTING: mention support for warrior.
|
| |
| |
| |
| | |
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|\ \
| | |
| | | |
local.conf.sample: fix provisioning naming.
|
| |/
| |
| |
| |
| |
| | |
Missed that somehow when we did the renaming.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|\ \
| |/
|/| |
Doc/ota 2578/logging
|
| |
| |
| |
| | |
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
Not sure how that one got away for so long! It's one of the most
commonly used, after all.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Renesas isn't actually new, but the TI support is.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|\ \
| | |
| | | |
sota: add support for freedom-u540
|
| |/
| |
| |
| |
| |
| | |
fitImage used by default.
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
|
|\ \
| | |
| | | |
initramfs-ostree-image: unset EXTRA_IMAGEDEPENDS to avoid extra dependencies
|
| |/
| |
| |
| |
| |
| |
| |
| | |
It is common for machine configurations to set EXTRA_IMAGEDEPENDS, which
can end up causing circular dependencies when building the initramfs
image (they are usually only required for the actual rootfs image).
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
|
|\ \
| |/
|/|
| |
| | |
advancedtelematic/feat/OTA-2844/oe-selftests-use-wait-until-provisioned
feat/OTA-2844/oe-selftests-use-wait-until-provisioned
|
| |
| |
| |
| | |
Signed-off-by: Zee314159 <252806294@qq.com>
|
| |
| |
| |
| | |
Signed-off-by: Zee314159 <252806294@qq.com>
|
| |
| |
| |
| | |
Signed-off-by: Zee314159 <252806294@qq.com>
|
|\ \
| | |
| | | |
Move `before_script` gitlab steps to `script`
|
| | |
| | |
| | |
| | | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Hacky but works
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| |/
| |
| |
| |
| |
| |
| | |
So that `before_script` can be used for additional steps when
sub-classing
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\ \
| |/
|/| |
Follow Filesystem Hierarchy Standard
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add /usr/local support as outlined in OSTree documentation. This
makes sure that a writeable and persistent /usr/local directory
is available.
See also: https://ostree.readthedocs.io/en/latest/manual/adapting-existing/
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
|
| |
| |
| |
| |
| |
| |
| | |
Make the root home directory only accessible by root. Use 700
as commonly used for the root home directory.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
The Filesystem Hierarchy Standard defines several top-level directory
to be writeable. Add those even in the absence of files installed by
OpenEmbedded so a user might actually use them.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
|
|\ \
| | |
| | | |
Output site.conf during CI configure step
|
| | |
| | |
| | |
| | |
| | |
| | | |
Was killed for good
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
(use docker 18)
See https://gitlab.com/gitlab-org/gitlab-runner/issues/4499
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\ \
| | |
| | | |
openssl: Remove redundant patch
|
|/ /
| |
| |
| |
| |
| | |
Remove the patch as it is already applied in the meta layer.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
|
|\ \
| | |
| | | |
Give more memory for minnowboard selftest
|
| | |
| | |
| | |
| | | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\ \ \
| |/ /
|/| | |
Move OSTREE_BRANCHNAME to image_types_ostree.bbclass.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If it is set in sota.bbclass and overwritten in local.conf, bitbake will
rebuild everything. Now bitbake should only rerun the commands in
image_types_ostree (and image_types_ota) as expected.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|\ \ \
| | | |
| | | | |
Fix pre-clean of repo manifests
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Was causing problem with cache when updater-repo was updated
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\ \ \
| | | |
| | | | |
Ci/ptest fixes
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The full suite logs often contains invalid utf8 sequences.
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>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\ \ \ \
| | | | |
| | | | | |
Allow customization of data in targets.json
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This allows a user to define their own script to be executed after
a target has been added to the repository but not yet signed.
Signed-off-by: Andy Doan <andy@foundries.io>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Fix PIN_LIST in checkout-oe.sh
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
It didn't work if the manifest already had a revision specified
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|