Go to file
Changqing Li 45ea2ed759 linuxptp: fix do_compile error
with make 4.4, linuxptp do_compile will failed with error:
In file included from clock.c:35:
missing.h:61:9: error: redeclaration of enumerator 'HWTSTAMP_TX_ONESTEP_P2P'
   61 |         HWTSTAMP_TX_ONESTEP_P2P = 3,
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from clock.c:21:
/buildarea2/WRLCD_Regression/Rerun/build_dir/11201532-build_scp_world_Feature_Test/qemux86-64-standard-std-OE/build/tmp-glibc/work/core2-64-wrs-linux/linuxptp/3.1.1-r0/recipe-sysroot/usr/include/linux/net_tstamp.h:128:9: note: previous definition of 'HWTSTAMP_TX_ONESTEP_P2P' with type 'enum hwtstamp_tx_types'
  128 |         HWTSTAMP_TX_ONESTEP_P2P,
      |

Following change of make 4.4 changes behavior of shell function:
* WARNING: Backward-incompatibility!
  Previously makefile variables marked as export were not exported to commands
  started by the $(shell ...) function.  Now, all exported variables are
  exported to $(shell ...).

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>

Backport of commit 05c1003c4 ("linuxptp: fix do_compile error").
This is present in dunfell/kirkstone as well. If net_tstamp.h of the
build host disagrees with net_tstamp.h of the OE kernel or I remove
the build host's net_tstamp.h do_compile fails.

Changed Upstream Status to Backport with the git sha as the commit is
now applied upstream.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2024-03-03 16:38:27 -05:00
contrib pw-am.sh: update to new patcwork system 2022-03-27 08:18:20 -07:00
meta-filesystems ntfs-3g-ntfsprogs: Upgrade 2022.5.17 to 2022.10.3 2022-11-25 10:35:23 -05:00
meta-gnome gdm: Add polkit to required distro features 2024-03-03 16:38:27 -05:00
meta-initramfs grubby: Update branchname to match upstream 2023-11-12 10:41:00 -05:00
meta-multimedia bigbuckbunny-1080p: update SRC_URI 2022-08-02 06:59:38 -07:00
meta-networking wireshark: Backport fix for CVE-2023-1992 2024-03-03 16:38:27 -05:00
meta-oe linuxptp: fix do_compile error 2024-03-03 16:38:27 -05:00
meta-perl meta-perl: Drop broken BBCLASSEXTEND variants 2023-12-17 15:36:41 -05:00
meta-python meta-python: Drop broken BBCLASSEXTEND variants 2023-12-17 15:36:42 -05:00
meta-webserver apache2: upgrade 2.4.57 -> 2.4.58 2024-03-03 16:38:27 -05:00
meta-xfce recipes: Update SRC_URI branch and protocols 2021-11-17 12:26:21 -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 README: updated Maintainers list for Dunfell 2020-05-05 16:47:34 -07:00

Collection of layers for the OE-core universe

dunfell maintainer: Armin Kuster  <akuster808@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