Go to file
Martin Jansa e8a1c9823b
xfstests: fix make install race condition
* sometimes make install was failing with:
  cp: cannot stat 'group.list': No such file or directory
  and bunch of non-fatal messages:
  mv: failed to preserve ownership for 'group.list': Invalid argument

* this was when tools/mkgroupfile did
  mv -f "$new_groups" "$groupfile"
  overwritting the group.list file while install-sh was already
  copying it to output

* in the end easily reproducible by
  1) removing tests/*/group.list before each make install
  2) adding some sleep in mkgroupfile before the mv call

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09 09:52:16 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfstests: fix make install race condition 2024-02-09 09:52:16 -08:00
meta-gnome recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
meta-initramfs recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
meta-multimedia recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
meta-networking ot-br-posix: upgrade to latest trunk 2024-02-09 09:52:15 -08:00
meta-oe nana: upgrade to latest commit from github 2024-02-09 09:52:15 -08:00
meta-perl libio-socket-ssl-perl: upgrade 2.084 -> 2.085 2024-02-09 09:52:08 -08:00
meta-python python3-strenum: add recipe 2024-02-09 09:52:15 -08:00
meta-webserver recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
meta-xfce thunar: inherit gtk-doc 2024-01-14 10:54:10 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories