diff options
author | Tom Rini <trini@konsulko.com> | 2018-08-31 21:54:34 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-09-05 19:21:19 +0000 |
commit | c3a06e40700cd7e144ad4a8b698f3865a02d9e76 (patch) | |
tree | 18f1420d52ffcef55b4e2c2634ab38194356ae64 /recipes-kernel | |
parent | af1e5cd2cc77f6834bd70909c2adca612113a733 (diff) | |
download | meta-ti-c3a06e40700cd7e144ad4a8b698f3865a02d9e76.tar.gz |
amx3-cm3: Fix building with poky-lsb
One of the features of poky-lsb is that it brings in the
security_flags.inc file that sets a number of security-related compile
time flags. This includes changing some of the default GCC build
options. However, for building the amx3-cm3 firmware we want to ensure
that none of this enabled as it's not useful in this particular
environment. We must pass in ${SECURITY_NOPIE_CFLAGS} to disable PIE.
When security_flags.inc is not present this is an empty string so is
safe to do at all times.
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
0 files changed, 0 insertions, 0 deletions