summaryrefslogtreecommitdiffstats
path: root/recipes-test/demo-config
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new override syntaxMartin Jansa2021-07-302-2/+2
| | | | | | | | | | This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Properly track SOTA_SECONDARY_CONFIG dependencyfeat/OTA-4524/secondary-auto-rebootLaurent Bonnans2020-03-101-0/+1
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* fix: make secondaries' network less intrusivefix/ip-secondary-network/non-intrusive-internal-networkMykhaylo Sul2020-02-101-2/+2
| | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* OTA-4388: Conf variable to specify an update type for secondaryfeat/OTA-4388/configure-secondary-update-typeMykhaylo Sul2020-02-053-5/+21
| | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* OTA-4174: Make an ostree update a default on IP Secondaryfeat/OTA-4174/ostree-update-default-on-secondaryMykhaylo Sul2020-01-173-5/+5
| | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* Specify more configs as MACHINE_ARCH.Patrick Vacek2019-10-171-0/+3
| | | | | | | 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>
* demo-config: recipes that depend on MACHINE cannot be allarch.Patrick Vacek2019-10-171-2/+0
| | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* demo-config: inherit allarch for config-only recipes.Patrick Vacek2019-10-172-5/+9
| | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Increase time to wait for secondaries registration at Primaryfix/ip-secondary-oeselftest/timeoutMike Sul2019-07-091-1/+1
| | | | Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
* Rename provisioning methods.Patrick Vacek2019-06-056-14/+14
| | | | | | | | | | | | "Autoprovisioning" or "automatic provisioning" is now known as "shared credential provisioning". "Implicit provisioning" is now known as "device credential provisioning". "HSM provisioning" was always a misnomer, so it is now refered to as "device credential provisioning with an HSM". This includes a bump of the aktualizr version as well. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* OTA-2541: Use local.conf's variables to configure Primary with ↵Mike Sul2019-05-278-0/+132
Secondary(ies) and vice versa Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>