summaryrefslogtreecommitdiffstats
path: root/conf/distro
Commit message (Collapse)AuthorAgeFilesLines
* Inherit python3native instead of using HOSTTOOLS.fix/pythonnativePatrick Vacek2020-08-031-1/+1
| | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* meta: change virtual/network-configuration to network-configurationMing Liu2020-05-101-1/+1
| | | | | | | | | | The name 'virtual' is a recipe specific concept but not a package specific one, it's confusing that a package provides 'virtual/' names. Let's drop 'virtual/' from network-configuration, to keep consistent with yocto naming styles. Signed-off-by: Ming Liu <ming.liu@toradex.com>
* meta: move HOSTTOOLS definitions to sota.conf.incMing Liu2020-01-301-1/+2
| | | | | | | | | | | | | | | | | HOSTTOOLS and HOSTTOOLS_NONFATAL are global variables that being handled in base_eventhandler, so they must be defined in config files or in INHERIT classes or classes being inherited by base.bbclass, or else we might run into the following problems: ``` $ bitbake pkgname $ bitbake imgname ``` the HOSTTOOLS and HOSTTOOLS_NONFATAL in the above image recipe, for instance, 'repo python' in image_repo_manifest.bbclass, they would not be copied to HOSTTOOLS_DIR. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
* Force a simple reproducible build mechanismfix/simple-reproducibleLaurent Bonnans2019-12-041-2/+3
| | | | | | | | | | | | In 25a17f0346ab05b3212bb280e4a8b622bcf99bce, poky sets reproducible_build by defaults. However, it is quite complex as it tries to compute a plausible timestamp from source files, in a reproducible ways. Setting the timestamps to 0, just like ostree, is probably safer in our case, so let's switch to our old behavior. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* OTA-3988: make the DISTRO value in poky-sota-systemd.conf aligned to the ↵Mykhaylo Sul2019-11-051-1/+1
| | | | | | systemd case Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* OTA-3988: force an ostree boot indication only in case of non-systemd distroMykhaylo Sul2019-11-051-0/+2
| | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* Define virtual/network-configurationLaurent Bonnans2019-03-061-0/+1
| | | | | | | Now provided by connman and networkd-dhcp-conf, added to images in our supported platforms Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Remove connman* from base IMAGE_INSTALL_appendLaurent Bonnans2019-03-052-4/+0
| | | | | | | No sense to force that if poky does not, let's move it to platform-specific for now. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* sota.conf: use reproducible builds by defaultStefan Agner2019-01-291-0/+6
| | | | | | | | | | | | | | | | | | | | | Use reproducible builds by default. OSTree sets mtime to 0 at commit time anyway. This makes sure that all mtime timestamps are 0 already at build time. This is relevant for programs which relies on mtime of deployed artifacts at runtime. Python for instance writes the mtime of the source file into bytecode files (pyc) at build time. When OSTree then clears the mtime Python considers all bytecode files as stale. Reproducible binaries also avoid unnecessary differences between two OSTree commits. E.g. if the sstate cache is cleared between two OSTree commits OpenEmbedded might create slightly different binaries. Note however that not all all recipe generate reproducible binaries at this time. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
* sota.conf: use usrmergeStefan Agner2018-11-281-1/+1
| | | | | | | | | OSTree needs UsrMove to be implemented, meaning that everything should be in /usr. OpenEmbedded has a distro feature usrmerge which implements exactly that, and makes sure that no package install anything in /bin, /sbin or /lib. Make use of it. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
* Merge branch 'morty' into pyroAnton Gerasimov2017-07-051-1/+0
|\
| * Set default SOTA_CLIENT directly in sota.bbclassAnton Gerasimov2017-06-081-1/+0
| |
* | Fix build issues with yocto pyroAnton Gerasimov2017-07-041-0/+3
|/
* Add option to choose which sota client to use (if any)Anton Gerasimov2017-05-312-2/+2
|
* Extract common distro configuration into sota.conf.incPhil Wise2017-05-233-11/+13
| | | | | | | | | | | Pull the common lines from the poky-sota.conf and poky-sota-systemd.conf example distributions into a separate include file that can be pulled into other environments. This might be by including it in a user's own custom distro, or by directly including it in local.conf (e.g. AGL). require conf/distro/sota.conf.inc
* Merge remote-tracking branch 'origin/morty' into feat/noopAnton Gerasimov2017-05-112-0/+3
|\
| * Add support for am335x-evm based board with WiFiAnton Gerasimov2017-05-052-0/+6
| |
* | Make layer inclusion a neutral operationAnton Gerasimov2017-05-102-1/+8
|/ | | | | | | Classes are and bbappends are reworked so that mere inclusion of this layer to bbappends.conf doesn't change anything. In addition class behavior can now be controlled by both inheriting sota.bblcass and enabling "sota" DISTRO_FEATURE.
* Replace includes with bblcassesAnton Gerasimov2017-04-263-27/+2
| | | | | | They are more flexible and allow tricks like conditionally inheriting machine-related classes from the main one which makes things easier for external users like AGL
* Move rvi-sota-client to poky-sota-systemd.confAnton Gerasimov2017-04-242-2/+2
|
* Merge pull request #55 from advancedtelematic/switchupdatercajun-rat2017-04-241-8/+5
|\ | | | | Merge changes required by AGL
| * Don't build wic unless IMAGE_BOOT_FILES is setAnton Gerasimov2017-04-221-8/+5
| |
* | Set default DISTRO, disable prelinkPhil Wise2017-04-201-1/+3
|/ | | | | | Setting the default DISTRO to include systemd means that the rvi-sota-client starts by default, making it work 'out of the box'. image-prelink seems to be broken at the moment, so I've disabled it by default.
* Fix small bugs, fix WIC for minnowboardAnton Gerasimov2017-04-071-1/+3
|
* Replace TEMPLATECONF with agl-like config snippetsAnton Gerasimov2017-04-041-1/+4
|
* Replace sdcard_image* classes with wicAnton Gerasimov2017-04-031-36/+12
|
* Add systemd-enabled distroAnton Gerasimov2017-01-021-0/+12
|
* Add OTA SD image for MinnowboardAnton Gerasimov2016-12-281-0/+2
|
* Add u-boot configs for intel machinesAnton Gerasimov2016-12-231-1/+13
|
* Deploy credentials to physical sysroot's /bootAnton Gerasimov2016-12-231-1/+2
|
* Make systemd optionalAnton Gerasimov2016-12-201-5/+0
|
* Merge pull request #9 from advancedtelematic/feat/credentialscajun-rat2016-12-091-1/+1
|\ | | | | Add a recipe deploying credentials on the device
| * Add a recipe deploying credentials on the deviceAnton Gerasimov2016-12-081-1/+1
| |
* | Add connman as the default network managerAnton Gerasimov2016-12-081-0/+2
|/
* Merge pull request #7 from advancedtelematic/bugfix/systemdinitcajun-rat2016-12-071-0/+6
|\ | | | | Set systemd as the chosen init manager
| * Set systemd as the chosen init managerAnton Gerasimov2016-12-061-0/+6
| |
* | Fix whitespacePhil Wise2016-12-061-1/+1
|/
* Add missing dependenciesAnton Gerasimov2016-12-061-1/+1
|
* Add systemd DISTRO_FEATURE for OSTreeAnton Gerasimov2016-12-051-0/+2
|
* Minimal OTA-enabled distroAnton Gerasimov2016-12-051-0/+7
|
* Rasperrypi-specific configurationAnton Gerasimov2016-11-241-2/+17
|
* Add distro configuration and AGL templatesAnton Gerasimov2016-11-221-0/+12