Go to file
Changqing Li 05c1003c45 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>
2022-11-23 08:25:30 -08:00
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems ntfs-3g-ntfsprogs: Upgrade 2022.5.17 to 2022.10.3 2022-11-18 11:10:25 -08:00
meta-gnome gnome-backgrounds: upgrade 42.0 -> 43 2022-11-19 08:11:45 -08:00
meta-initramfs kexec-tools-klibc: Fix type mismatch in calls to dtb_set_initrd on mips 2022-09-11 20:42:05 -07:00
meta-multimedia pipewire: upgrade 0.3.59 -> 0.3.60 2022-11-23 08:25:30 -08:00
meta-networking lldpd: Use github release assets for SRC_URI 2022-11-23 08:25:30 -08:00
meta-oe linuxptp: fix do_compile error 2022-11-23 08:25:30 -08:00
meta-perl libtest-warnings-perl: move to oe-core 2022-11-19 08:11:45 -08:00
meta-python python3-pymongo: upgrade 4.3.2 -> 4.3.3 2022-11-19 08:11:45 -08:00
meta-webserver monkey: use git fetcher 2022-11-10 10:38:36 -08:00
meta-xfce xfce4-verve-plugin: fix do_configure faiure about missing libpcre 2022-11-16 16:25:55 -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 Update maintainers 2018-08-27 10:53:58 -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