summaryrefslogtreecommitdiffstats
path: root/conf/template.xeon-d-debug/local.conf.sample
Commit message (Collapse)AuthorAgeFilesLines
* images: Work around broken systemd_create_usersfeature_CPDX-3679developAlexandru Avadanii2022-07-071-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
* conf: remove python2 from EneaEdgeAdrian Calianu2021-07-011-3/+0
| | | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Change-Id: Ic7f02246a56515284b62281ea053d431b5eb68cb
* [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>
* 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>
* Add debug images including gdb, gdbserver and oprofileAndreas Wellving2020-08-281-0/+253
Change-Id: I2a103bd73f5daaea8357ff2c5094dc2dd7fdf193 Signed-off-by: Andreas Wellving <andreas.wellving@enea.com>