Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define virtual/network-configuration | Laurent Bonnans | 2019-03-06 | 1 | -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_append | Laurent Bonnans | 2019-03-05 | 2 | -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 default | Stefan Agner | 2019-01-29 | 1 | -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 usrmerge | Stefan Agner | 2018-11-28 | 1 | -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 pyro | Anton Gerasimov | 2017-07-05 | 1 | -1/+0 |
|\ | |||||
| * | Set default SOTA_CLIENT directly in sota.bbclass | Anton Gerasimov | 2017-06-08 | 1 | -1/+0 |
| | | |||||
* | | Fix build issues with yocto pyro | Anton Gerasimov | 2017-07-04 | 1 | -0/+3 |
|/ | |||||
* | Add option to choose which sota client to use (if any) | Anton Gerasimov | 2017-05-31 | 2 | -2/+2 |
| | |||||
* | Extract common distro configuration into sota.conf.inc | Phil Wise | 2017-05-23 | 3 | -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/noop | Anton Gerasimov | 2017-05-11 | 2 | -0/+3 |
|\ | |||||
| * | Add support for am335x-evm based board with WiFi | Anton Gerasimov | 2017-05-05 | 2 | -0/+6 |
| | | |||||
* | | Make layer inclusion a neutral operation | Anton Gerasimov | 2017-05-10 | 2 | -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 bblcasses | Anton Gerasimov | 2017-04-26 | 3 | -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.conf | Anton Gerasimov | 2017-04-24 | 2 | -2/+2 |
| | |||||
* | Merge pull request #55 from advancedtelematic/switchupdater | cajun-rat | 2017-04-24 | 1 | -8/+5 |
|\ | | | | | Merge changes required by AGL | ||||
| * | Don't build wic unless IMAGE_BOOT_FILES is set | Anton Gerasimov | 2017-04-22 | 1 | -8/+5 |
| | | |||||
* | | Set default DISTRO, disable prelink | Phil Wise | 2017-04-20 | 1 | -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 minnowboard | Anton Gerasimov | 2017-04-07 | 1 | -1/+3 |
| | |||||
* | Replace TEMPLATECONF with agl-like config snippets | Anton Gerasimov | 2017-04-04 | 1 | -1/+4 |
| | |||||
* | Replace sdcard_image* classes with wic | Anton Gerasimov | 2017-04-03 | 1 | -36/+12 |
| | |||||
* | Add systemd-enabled distro | Anton Gerasimov | 2017-01-02 | 1 | -0/+12 |
| | |||||
* | Add OTA SD image for Minnowboard | Anton Gerasimov | 2016-12-28 | 1 | -0/+2 |
| | |||||
* | Add u-boot configs for intel machines | Anton Gerasimov | 2016-12-23 | 1 | -1/+13 |
| | |||||
* | Deploy credentials to physical sysroot's /boot | Anton Gerasimov | 2016-12-23 | 1 | -1/+2 |
| | |||||
* | Make systemd optional | Anton Gerasimov | 2016-12-20 | 1 | -5/+0 |
| | |||||
* | Merge pull request #9 from advancedtelematic/feat/credentials | cajun-rat | 2016-12-09 | 1 | -1/+1 |
|\ | | | | | Add a recipe deploying credentials on the device | ||||
| * | Add a recipe deploying credentials on the device | Anton Gerasimov | 2016-12-08 | 1 | -1/+1 |
| | | |||||
* | | Add connman as the default network manager | Anton Gerasimov | 2016-12-08 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #7 from advancedtelematic/bugfix/systemdinit | cajun-rat | 2016-12-07 | 1 | -0/+6 |
|\ | | | | | Set systemd as the chosen init manager | ||||
| * | Set systemd as the chosen init manager | Anton Gerasimov | 2016-12-06 | 1 | -0/+6 |
| | | |||||
* | | Fix whitespace | Phil Wise | 2016-12-06 | 1 | -1/+1 |
|/ | |||||
* | Add missing dependencies | Anton Gerasimov | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | Add systemd DISTRO_FEATURE for OSTree | Anton Gerasimov | 2016-12-05 | 1 | -0/+2 |
| | |||||
* | Minimal OTA-enabled distro | Anton Gerasimov | 2016-12-05 | 1 | -0/+7 |
| | |||||
* | Rasperrypi-specific configuration | Anton Gerasimov | 2016-11-24 | 1 | -2/+17 |
| | |||||
* | Add distro configuration and AGL templates | Anton Gerasimov | 2016-11-22 | 1 | -0/+12 |