Go to file
Markus Volk 84ba767113 perfetto: pass TUNE_CCARGS to use machine tune
We already tried to pass -mfloat-abi=hard if the machine can use it, but since
no floating-point-unit was defined it got stubbed out and the result was, that
only arm targets configured for softfp were able to build perfetto.

Simplify by passing ${TUNE_CCARGS} to ensure, we always use the features, the
machine was configured for.

Also, do not use sed to remove the hardcoded -mfpu=neon entry. If this really
turns out to be problematic, we need to patch it out to avoid not having a
floating-point-unit again.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c23bde86d0)
[Fixes build failure]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-01-23 10:15:10 -05:00
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems aufs-util: Fix build with large file support enabled systems 2022-12-20 10:34:28 -05:00
meta-gnome gnome-text-editor: Add missing libpcre build time depenedency 2022-11-25 10:48:25 -05:00
meta-initramfs meta-openemnedded: Add myself as langdale maintainer 2022-10-22 15:59:34 -07:00
meta-multimedia fluidsynth: update SRC_URI to remove non-existing 2.2.x branch 2023-01-21 10:13:46 -05:00
meta-networking strongswan: upgrade 5.9.8 -> 5.9.9 2023-01-21 10:17:37 -05:00
meta-oe perfetto: pass TUNE_CCARGS to use machine tune 2023-01-23 10:15:10 -05:00
meta-perl meta-openemnedded: Add myself as langdale maintainer 2022-10-22 15:59:34 -07:00
meta-python python3-pythonping: Upgrade 1.1.3 -> 1.1.4 2022-11-05 14:01:51 -04:00
meta-webserver monkey: use git fetcher 2022-11-12 14:49:08 -05:00
meta-xfce xfce4-verve-plugin: fix do_configure faiure about missing libpcre 2022-11-25 10:48:09 -05:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README meta-openemnedded: Add myself as langdale maintainer 2022-10-22 15:59:34 -07:00

Collection of layers for the OE-core universe

Main layer 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