Go to file
Andrea Adami a06c29be2f klibc: fix build with GCC and -pie for mips, mips64, aarch64
The MCONFIG makefiles for mips/mips64 do disable pic so we do not insist
linking it with -pie.

For aarch64 we have to readd the -Os optimization to avoid

 | usr/dash/shell.h:103:25: error:
 '-mgeneral-regs-only' is incompatible with floating-point argument

as committed (c296fb707a klibc: Pass Optimization with KLIBCOPTFLAGS)
but reverted (76bc58e932 klibc: Fix build with security flags) trying to
fix the i386 build (see ld.bfd: discarded output section: `.got.plt').
This latter issue was fixed for i386 passing -pie to the linker.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-15 07:37:11 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems xfsprogs: upgrade 4.17 -> 4.18 2018-09-06 19:33:26 -07:00
meta-gnome evince: Fix build with clang 2018-09-09 21:59:14 -07:00
meta-initramfs klibc: fix build with GCC and -pie for mips, mips64, aarch64 2018-09-15 07:37:11 -07:00
meta-multimedia minidlna: restore & fix recipe 2018-09-11 22:48:21 -07:00
meta-networking stunnel: update 5.35 -> 5.49 2018-09-14 19:02:24 -07:00
meta-oe libdevmapper: Install dmsetup 2018-09-14 19:02:18 -07:00
meta-perl libnet-ssleay-perl: Fix configure issue 2018-08-28 09:37:20 -07:00
meta-python python(3)-ndg-httpsclient: use update-alternatives to avoid do_rootfs failure 2018-09-14 19:01:41 -07:00
meta-webserver phpmyadmin: upgrade 4.8.2 -> 4.8.3 2018-09-05 13:59:16 -07:00
meta-xfce xfce4-vala: Build for vala 0.42 to match oe-core 2018-09-09 10:46:29 -07:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01: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