[meta-freescale] Updates to meta-freescale (master) in 2016-06-03
Otavio Salvador
otavio.salvador at gmail.com
Fri Jun 3 04:49:29 PDT 2016
Hello,
I pushed following updates:
commit 5433cfcb2e105fa28c342387d547ad4c717f5368 (HEAD -> pending, m/master, m/krogoth, github/master)
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date: Fri Jun 3 15:49:39 2016 +0800
linux-qoriq: exclude DATETIME from vardepsexclude of ZIMAGE_BASE_NAME to fix taskhash mismatch issue
The siggen.py checks the task hash, DATETIME dependency causes Taskhash
mismatch error, exxclude DATETIME variable from vardepsexclude of
ZIMAGE_BASE_NAME.
Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
commit faa9be16e4f16c5dde1b0b39f18f67ca7e8dee7a
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date: Fri Jun 3 15:49:38 2016 +0800
u-boot: fix build error under gcc6
Fix the following build error under gcc6:
| ../include/linux/compiler-gcc.h:114:30: fatal error: linux/compiler-gcc6.h: No such file or directory
| #include gcc_header(__GNUC__)
Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
commit bfacfa3525e18748c2d52f55933cf41debb20edc
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date: Fri Jun 3 15:49:37 2016 +0800
linux-qoriq: fix build issue under gcc6
Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
commit a1ce123705d33e5deb5925399a0356a0598178a7
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date: Fri Jun 3 15:49:36 2016 +0800
skmm-ep: fix the build error caused by duplicated definition
Remove the duplicated definition to fix the following build errors:
| apps/skmm/lib/skmm_sram.c:42:18: error: redefinition of 'pa_to_va'
| apps/skmm/lib/skmm_sram.c:51:20: error: redefinition of 'va_to_pa'
Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
commit 5187dd78045e88403485237bf12f4a6c64befbd0
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date: Fri Jun 3 15:49:35 2016 +0800
ipc-ust: skip two insane check
Fix the following build issues:
1. WARNING: ipc-ust-git-r0 do_package_qa: QA Issue: /ipc/ipc_test contained in
package ipc-ust requires libmem.so, but no providers found in
RDEPENDS_ipc-ust? [file-rdeps]
2. ERROR: ipc-ust-git-r0 do_package_qa: QA Issue: -dev package contains
non-symlink .so: ipc-ust-dev path
'work/ppce6500-poky-linux/ipc-ust/git-r0/packages-split/ipc-ust-dev/lib/libipc.so'
Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
commit bb55b0a8d148d78463b50c5f08ab0b9bf57ab03a
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date: Fri Jun 3 15:49:34 2016 +0800
pkc-host: disable -Werror
Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
commit 571ab24997d12bc6b5dc45ca1b8f7294bdbc624f
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date: Fri Jun 3 15:49:33 2016 +0800
eth-config: fix host contamination warnings
Fix the following host contamination warnings:
| eth-config: /eth-config/xxx is owned by uid 1000, which is the same as
| the user running bitbake. This may be due to host contamination
| [host-user-contaminated]
Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
commit 9cdeca7aa35c319695dbbfadf09023ad7cf22c39
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date: Fri Jun 3 15:49:32 2016 +0800
openssl/cryptodev: base_contains -> bb.utils.contains
base_contains is deprecated.
Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
commit 178695ebe77d37bc61923c6a4e8659f233a3fe17
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date: Fri Jun 3 15:49:31 2016 +0800
mux-server: Fix build warnings caused by external toolchain
This patch resolves the warning:
| QA Issue: No GNU_HASH in the elf binary
| when built with external toolchain.
Signed-off-by: Sujith H <sujith.h at gmail.com>
Signed-off-by: Sujith Haridasan <Sujith_Haridasan at mentor.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
commit a04ba80918644ce045b0fc4abaef04f9ca5e0ca3
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date: Fri Jun 3 15:49:30 2016 +0800
testfloat: get rid of 'No GNU_HASH in the elf binary' warning
Remove the warning caused by external toolchain like sourcery.
When used with sourcery toolchain warning was thrown during
the build.
Signed-off-by: Sujith Haridasan <Sujith_Haridasan at mentor.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
commit b72bac4b146ed01ca4235ff726daa361e5e075f7
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date: Fri Jun 3 15:49:29 2016 +0800
ipsec-demo: Fix host contamination and build warning
All files in the test_setkey directory are being copied with
ownership preserved (cp -a).
* Change ownership of all files in test_setkey directory to
root:root
Signed-off-by: Noor <noor_ahsan at mentor.com>
Signed-off-by: Abdur Rehman <abdur_rehman at mentor.com>
Signed-off-by: Sujith Haridasan <Sujith_Haridasan at mentor.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Regards,
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
More information about the meta-freescale
mailing list