summaryrefslogtreecommitdiffstats
path: root/conf/template.atom-c3000
Commit message (Collapse)AuthorAgeFilesLines
* images: Work around broken systemd_create_usersHEADmasterAlexandru Avadanii2022-07-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we use static UID/GID for all users and groups on the platform, we run into the issue described in [1] (upstream on "master" branch), since [2] started to generate the users/groups dynamically at build time based on all sysusers.d framents (not only "systemd.conf" like in previous releases). So "systemd_create_users": - is completly redundant for Enea Edge Runtime since we populate all users and groups statically; - breaks the build; - won't be fixed upstream since Hardknott is already EOL; - can't be omitted by pinning poky to a previous commit (lots of CVE fixes are newer than [2] + some recipe SRC_URI were updated after [2] was merged); - is easy to just disable for the machines where we know we have static UID/GID (this is why we apply the change in local.conf); [1] https://git.yoctoproject.org/poky/commit/meta/classes/\ rootfs-postcommands.bbclass?id=a559a2cba9284a1531fbc402c6fda1c5a51259c1 [2] https://git.yoctoproject.org/poky/commit/meta/classes/\ rootfs-postcommands.bbclass?id=8eee0062a7a036d0594dff193995ac7914c6124b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> Change-Id: Iac50346ced5aec29cda4561da85f2d4f50560f38 (cherry picked from commit 36676c77186d9681b0c0d263d2a880e3e5bc9080)
* conf: remove python2 from EneaEdgeAdrian Calianu2021-07-012-4/+0
| | | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Change-Id: Ic7f02246a56515284b62281ea053d431b5eb68cb
* Merge branch 'develop'Alexandru Avadanii2021-06-281-1/+1
|\ | | | | | | Change-Id: I3dbb828abdc877f343ee2cc1d86cfa714593f918
| * images: Change name to Enea EdgeCatalin Iova2021-05-051-1/+1
| | | | | | | | | | | | | | Change name into Enea Edge for build output files Change-Id: I760411db66617f6eabc2041db42be24fc3633c33 Signed-off-by: Catalin Iova <Catalin.Iova@enea.com>
* | [tmp] allow python2 support for element-vcpeAdrian Calianu2021-06-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Temporary solution until we upgrade vcpe to python3 and remove python2 support! python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes" Change-Id: If20d79fb4051633a941c368f71443ae9bf10ad6a Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* | distro conf: require sota.conf.inc for atom, xeonAlexandru Avadanii2021-05-261-10/+1
| | | | | | | | | | | | Depends-on: I658c86f562743a50e5c078899e133e279b96027b Change-Id: I7165753a5f609ef337fd1f0b450f055a5768059e Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
* | conf/local.conf: Drop 'dpdk' from IMAGE_INSTALLAlexandru Avadanii2021-04-261-2/+0
| | | | | | | | | | | | | | | | This was added as a workaround during the gatesgarth rebase and is no longer needed. Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> Change-Id: I627c75b77d1fc2ec4fb6de9c45ac3712cce7966f
* | Upgrade to gatesgarthAdrian Dudau2021-03-252-0/+3
|/ | | | | | | | This is an initial commit, containing quick fixes and hacks to allow building the images. All these issues will be re-evaluated and fixed properly in their own commits. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Set the users and groups staticallyfeature_CPDX-3521Matei Valeanu2021-02-241-0/+26
| | | | | | | | | Cannot set USERADD_ERROR_DYNAMIC to error as it breaks the build. We need to be carefull when adding new users/groups, to also add them to files/{groups,passwd} Change-Id: I7ecfa9936af6319ced946e243cbe3bbcd23e8e4c Signed-off-by: Matei Valeanu <Matei.Valeanu@enea.com>
* Update layer dependencies to account for new layer namesAdrian Dudau2020-05-281-3/+3
| | | | | Change-Id: I34619d8b8170a17a3281dc7e8162e88ca18d5c7d Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Move efi-secure-boot feature to nfvaccess distro definitionAdrian Dudau2019-07-081-1/+1
| | | | | Change-Id: Ia9944b2ed8fad4a32984443b5ef98f287904c0d8 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Add Secure Boot supportAdrian Dudau2019-05-132-1/+6
| | | | | Change-Id: I09c9b0bad8e85e75fb1510ff374540fad3c3b5d1 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* remove OpenStack supportAdrian Calianu2019-04-151-2/+0
| | | | | Change-Id: Ib832692f863a706da486b4413385b8b5d72a375f Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* rename enea-nfv-access-edgelink-netconf image nameSona Sarmadi2019-03-221-1/+0
| | | | | | | rename enea-nfv-access-edgelink-netconf to enea-nfv-access Change-Id: Ia55a1e0b4b3581f77633e1a30235687a50c278c5 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* OSTree: Include sota class and updater layer in templatesGabriel Ionescu2018-11-092-0/+11
| | | | | Change-Id: I92bc5236519fbd9660eb40c981d5de12f6af89f0 Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
* templates: add meta-dpdk layerMartin Borg2018-05-221-0/+1
| | | | | Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* templateconf: Update with new imagesAdrian Dudau2018-05-181-0/+1
| | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* enea-nfv-access-openstack: Drop imageAdrian Dudau2018-05-071-1/+0
| | | | | | | And remove layer dependency on meta-openstack. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Rename machine name denverton -> atom-c3000Sona Sarmadi2018-04-303-0/+268
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>