Hello all,
The following updates are merged in master branch of meta-fsl-ppc, thanks. commit 0f720954b043c9d4f35bbbca2c1b12ebadd7a7cb Author: Zhenhua Luo <[email protected]> Date: Wed Jan 7 17:55:07 2015 +0800 asf: update revision to 16eb472 This update to fsl sdk v1.7 release. The detailed changes can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/asf.git/ Other changes to sync with meta-fsl-arm: * install kernel modules to ${D}/lib/modules/${KERNEL_VERSION}/asf * install scripts to ${D}/${libexecdir}/ * remove dependency on virtual/kernel as it inherit module.bbclass Signed-off-by: Zhenhua Luo <[email protected]> commit 38fbafcb3b3592149c42ebe050a0483d3a515bc0 Author: Zongchun Yu <[email protected]> Date: Wed Jan 7 17:55:06 2015 +0800 remove duplicate check for e6500 64b kernel build e6500 is a specific core which only support 64bit kernel, no matter rootfs is 32b/64b. qoriq_build_64bit_kernel.bbclass was added to do this. BUILD_64BIT_KERNEL is only set for e6500. It is duplicate to check core and BUILD_64BIT_KERNEL at the same time. remove one. Signed-off-by: Zongchun Yu <[email protected]> commit bf0f95191c627fc0e89fc67d14641a7d3697a841 Author: Ting Liu <[email protected]> Date: Wed Jan 7 17:55:04 2015 +0800 qe-ucode: update to revision 49efc94 This includes following fixes: 49efc94 Add QE ucode binary for T1024 and LS1021a Signed-off-by: Ting Liu <[email protected]> commit 26651ed9bc0c50f3e587da3a8d203bb4f4f27cb6 Author: Ting Liu <[email protected]> Date: Wed Jan 7 17:55:03 2015 +0800 add more secure u-boot into default build list Signed-off-by: Ting Liu <[email protected]> commit 74d198a543d636747931c1265883dcf49624b02e Author: Cristian Stoica <[email protected]> Date: Wed Jan 7 17:55:02 2015 +0800 cryptodev: disable RSA_KEYGEN if pkc-host installed Currently pkc-host does not support RSA_KEYGEN. When pkc-host installed, RSA keygen operations should be avoided. Introduce DISTRO_FEATURE "c29x_pkc". To install pkc-host, this feature should be enabled. Then cryptodev checks it to disable RSA_KEYGEN. this can be done in conf/local.conf: DISTRO_FEATURES_append = " c29x_pkc" Signed-off-by: Cristian Stoica <[email protected]> commit e5e0b7344822a3fd9f24d5253ae828d3acbca09c Author: Cristian Stoica <[email protected]> Date: Wed Jan 7 17:55:01 2015 +0800 cryptodev: update origin and remove stale patches - Nikos handed over project maintainance to Phil Sutter. - Several pending patches have been merged upstream so we removed them from the recipe. The remaining ones have been sorted Signed-off-by: Cristian Stoica <[email protected]> Change-Id: I0c6160c739d379ba787e72423d1564b9a3d05d8b Reviewed-on: http://git.am.freescale.net:8181/24177 Reviewed-by: Zhenhua Luo <[email protected]> Tested-by: Zhenhua Luo <[email protected]> commit fadb98fa93b4e2fe5b7912e3725eb96c3bc71866 Author: Cristian Stoica <[email protected]> Date: Wed Jan 7 17:55:00 2015 +0800 openssl: upgrade to 1.0.1i plus Freescale patches - include fixes for algorithm registration and 32-bit application hanging on E5500 cores. - add offloading suport for aes-gcm - upstream patches are kept except for the documentation patch which is no longer necessary Signed-off-by: Cristian Stoica <[email protected]> commit d7df92b6f5c1a673341d54d6b064ad2fd7b16d74 Author: Ting Liu <[email protected]> Date: Wed Jan 7 17:54:59 2015 +0800 udev-extraconf: replace bbappend with own recipe * introduce variable RULE for DPAA FMan ethernet ports name rule. * use 72-fsl-dpaa-persistent-networking.rules for t1024, same as e6500. Signed-off-by: Ting Liu <[email protected]> commit 787081bf238095e67e5ac70a93dfe2de8e54452a Author: Ting Liu <[email protected]> Date: Wed Jan 7 12:33:26 2015 +0800 usdpaa: update to revision d997594 This update to fsl sdk v1.7 release. There are 143 new commits. The detailed changes can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/usdpaa.git/ Signed-off-by: Ting Liu <[email protected]> commit 7660ffb788d45896f97441cfe3f1c4a063ee6804 Author: Ting Liu <[email protected]> Date: Wed Jan 7 12:33:25 2015 +0800 usdpaa: use soc_family to define SOC/FMAN_VARIANT listing machine names in recipe is painful when adding support for boards with same soc. use soc_family instead. Signed-off-by: Ting Liu <[email protected]> commit 8b9736767b168e9f9c2840713eb90e9ae2f50f04 Author: Ting Liu <[email protected]> Date: Wed Jan 7 12:33:24 2015 +0800 fm-ucode: update to revision 4cda2e3 This includes following fixes: 4cda2e3 fm-ucode: add t1040 and t2080 rev 1.1 files 222cd35 fm-ucode: remove prev version of _t1040_r1.0_107_ c5006bf fm-ucode: add t1024 packages 2698dc3 fm-ucode: release 107.4.2 3b66ca5 fm-ucode: new version 107_4_2_candidate1 Signed-off-by: Ting Liu <[email protected]> commit b2d372a4ea18d79999498efdb57468d130c3926e Author: Ting Liu <[email protected]> Date: Wed Jan 7 12:33:23 2015 +0800 fm-ucode: use soc_family to match deployed binaries listing machine names in recipe is painful when adding support for boards with same soc. use soc_family instead. Signed-off-by: Ting Liu <[email protected]> commit 6eae8bc22022866e099f5f4a5bc56b6e246e2fe8 Author: Ting Liu <[email protected]> Date: Wed Jan 7 12:33:22 2015 +0800 skmm-ep: update revision to 27156a6 This includes following fixes: 27156a6 skmm-ep: add gcc flag '-mno-strict-align' to improve performance d6adb62 skmm-ep: fix up skmm application segment fault 13deed1 DMA: fix the mmap failed check bc505e5 PCIDMA: Add DMA chain and multiple channel support 68ee05f Temporarily add fsl_pci_ep_vfio.h which should be in linux 9e6e2cb PCIDMA: Change DMA BWC and memory allocation 4805577 PCIDMA: Add MSIX trigger functionality 31f653a PCIDMA: Add MSIX outbound window support e903be6 PCIDMA: Adjust PCI EP display information 7f8012d PCIDMA: Change DMA channel initialization code fb29219 PCIDMA: Remove duplicate code Also add missing DEPENDS on virtual/kernel Signed-off-by: Ting Liu <[email protected]> commit 01b9ded1792d1d81b624f414cb6364580e9fc1fa Author: Ting Liu <[email protected]> Date: Wed Jan 7 12:33:21 2015 +0800 qemu: remove unavailable gtk+ options The preferred version of qemu defined in this layer (1.7) does not have the same configuration options as the original yocto version (2.0). Since this recipe includes yocto's qemu.inc, some of the configuration options defined there generate an error during the do_configure task: | ERROR: unknown option --disable-vte Setting PACKAGECONFIG[option] to an empty string fixes the problem. Signed-off-by: Ting Liu <[email protected]> commit eda1c701f7b500914f2a21e0db46a446cdcd15b7 Author: Ting Liu <[email protected]> Date: Wed Jan 7 12:33:20 2015 +0800 t1024rdb-64b: add machine support Signed-off-by: Ting Liu <[email protected]> commit 9bdbd33cd9f0b648f26e7d6c784de710013b0d87 Author: Ting Liu <[email protected]> Date: Wed Jan 7 12:33:19 2015 +0800 t1024rdb: add machine support Signed-off-by: Ting Liu <[email protected]> commit f1b7e4e8c3e5dcfd7b8b4fec467534ae7f004a99 Author: Ting Liu <[email protected]> Date: Wed Jan 7 12:33:18 2015 +0800 t1024qds: add machine support Signed-off-by: Ting Liu <[email protected]> commit 7e8cf047bcb2baa171fd6855c0973f9c32bfecd0 Author: Ting Liu <[email protected]> Date: Wed Jan 7 12:33:17 2015 +0800 t1024qds-64b: add machine support Signed-off-by: Ting Liu <[email protected]> commit 61410fc884c9b2273642dbfd14c0b8c4c383dede Author: Ting Liu <[email protected]> Date: Mon Jan 5 18:32:38 2015 +0800 p2020ds: remove as it is not supported now Signed-off-by: Ting Liu <[email protected]> commit c87da6d4b25ae5392c05c302fd53af9b45abb6b0 Author: Zhenhua Luo <[email protected]> Date: Mon Jan 5 18:32:37 2015 +0800 ipc: update to revision c9c92ac This includes following fixes: c9c92ac B4:L1 Defense: Add support for hardware watchpoint c4dd0bc b4860: IPC: Make dynamic user space library position independent Signed-off-by: Zhenhua Luo <[email protected]> commit 3d764b270ac812e01bcfcca0d3b7e56f75c25e07 Author: Zhenhua Luo <[email protected]> Date: Mon Jan 5 18:32:36 2015 +0800 hypervisor: update to revision to 99b04d9 This includes following fixes: 99b04d9 update libos 805227f ccf: add b4 ccf compatibles 1ed0f70 msi: Differentiate between mpic 4.3 and older ones 4a2ede1 Revert "t1040: workaround A-008007 erratum" The fixes in libos: 819bda2 Set error int irq index at init time de32355 Properly unmask error interrupts 955ddac Revert "t1040: workaround A-008007 erratum" Signed-off-by: Zhenhua Luo <[email protected]> commit acdcb0bee50fee8af0365989d74811dbb17c109d Author: Zhenhua Luo <[email protected]> Date: Mon Jan 5 18:32:35 2015 +0800 fmlib: update to revision 661d782 This includes following fixes: 661d782 fmlib: Fix pointer handles used in FMD wrapper 744e788 fmlib: copy CcNode pointer when appropriate b3a7bc7 fmlib: expose configuration routines in header files bdd6d6f capwap: sync with kernel for frag support 2eafba1 fmlib: add capwap support 87327a1 capwap: transfer to id for reassembly manip 20984f8 fmd: handle possibly undefined macro Signed-off-by: Zhenhua Luo <[email protected]> commit 5241c96f84ddbef370b7dec513f7df88ef579ec5 Author: Zhenhua Luo <[email protected]> Date: Mon Jan 5 18:32:34 2015 +0800 fmc: update to revision to 4f4a3eb This includes following fixes: 4f4a3eb ENGR00342608: Major error on ALU PCD: IC_HASH_INDEXED numOfKeys has to b e powerOfTwo a3e40ab ENGR00342299: ALU PCD (fmc_pcd_ed44_skeleton_TSOC.xml) generates Segmentation fault 71deab3 ENGR00342299: ALU PCD (fmc_pcd_ed44_skeleton_TSOC.xml) generates Segmentation fault aa34fa3 ENGR00341753: Schemes sharing between ports is not working e6fee7f ENGR00341091: False error reported by FMC in ALU PCD: 'ERR: Unresolved cycled dependencies are found' 2fb5b1c ENGR00340476: ALU Issue with pbit marking with a given DSCP (B0198) 284a506 ENGR329197: 32 Schema limit exhausted when FMC duplicates the schemas even if same policy is attached to all the ports 0434629 ENGR00338449: Enable Test automation framework for FMC on Linux host OS d09735b ENGR00338121: fmc: Support new convention for port type in xml config file f46f085 Improvement to: ENGR330486: ALU B0187: FMC/libxml2 SDK1.5 FB3 : Memory leaked during PCD xml application c2330c3 ENGR00330486: ALU B0187 : FMC/ libxml2 SDK1.5 FB3 : Memory leaked during PCD xml application 2bff057 ENGR00325623: PCD : replicator issue 4157f75 ENGR00316689: fmc: Ccnode mask support option fails to propagate into the PCD 35b9363 ENGR00320235: reassembly management with PCD xml (FMC) - FM_PCD_MAX_NUM_OF_CC_GROUPS Signed-off-by: Zhenhua Luo <[email protected]> commit 8d8d2969b42c8b8858fa8a1ec0c17ac939168835 Author: Zhenhua Luo <[email protected]> Date: Mon Jan 5 18:32:33 2015 +0800 flib: update to revision 4bd48d4 This update to fsl sdk v1.7 release. The detailed changes can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/flib.git/ The license file changes: 1. add SPDX license identifier 2. update to 'Copyright 2008-2014' Signed-off-by: Zhenhua Luo <[email protected]> commit 87d62703d92c9523937e6bd98d739e5e8feebeb9 Author: Zhenhua Luo <[email protected]> Date: Mon Jan 5 18:32:32 2015 +0800 qemu: update to revision 6ac4597 This includes following fixes: 6ac4597 QEMU:Add support for e5500 core revision v102.1 present on T1024 SOC. b8c87e9 Synchronized Linux headers. f2e4612 hw/arm/virt: Support -cpu host 80cd9c1 target-arm: Provide '-cpu host' when running KVM 8e1f791 target-arm: Don't hardcode KVM target CPU to be A15 885c7a9 hw/arm: Add 'virt' platform 7ea5615 target-arm: Allow secondary KVM CPUs to be booted via PSCI c33ac75 target-arm: Add ARMCPU field for Linux device-tree 'compatible' string 79f0d1c target-arm: Provide PSCI constants to generic QEMU code 5d1a235 hw/arm/boot: Allow boards to provide an fdt blob badc409 device_tree.c: Terminate the empty reservemap in create_device_tree() 7a6947b target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVM Signed-off-by: Zhenhua Luo <[email protected]> commit 4b8b3b35b665cb04585f24a5bf83688167855009 Author: Zhenhua Luo <[email protected]> Date: Mon Jan 5 18:32:31 2015 +0800 eth-config: update to revision 8040e0b This includes following fixes: 8040e0b eth_config: Add COPYING file 7e7c062 eth_config: Added Makefile 05d30e6 eth_config: Update Shared-Mac config file to new port notation 1777d0a eth_config: General refactoring of config/policy files 8a34b20 eth_config: Moved config/policy files to obsolete folder Update recipe to match the code changes: * change copyright to "BSD & GPLv2+" * call "oe_runmake install" in do_install Signed-off-by: Zhenhua Luo <[email protected]> commit a50750e38ca5872e0d8c04462af6cf522d7de43d Author: Zhenhua Luo <[email protected]> Date: Mon Jan 5 18:32:30 2015 +0800 web-sysmon: update to revision 8d0c6ec This includes following fixes: 8d0c6ec Using Makefile to install the package 7d7a893 Add PM demo scripts support 472c2b1 Add startup script for web-sysmon package ca33057 Add T4240QDS support 8508c8f Automatically scan hwmon system 522f8e2 Update the clean target of Makefile 24d3e4c Unify the template of temp/curr/in/power cgi script cd66d0f Update the clean target of Makefile c5dd6e8 Update description of sens_create_rrd Update recipe to match the code changes: 1. use 'oe_runmake install' 2. install web-sysmon.sh as init script Signed-off-by: Zhenhua Luo <[email protected]> commit 3d15d71baadf1b5936cb704ff09eb645f0c72f99 Author: Ting Liu <[email protected]> Date: Mon Jan 5 18:32:28 2015 +0800 rcw: update revision to 3e89f378 This update to fsl sdk v1.7 release, the detailed changes can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/rcw.git/ t1042rdb and t1042rdb-pi use the same rcw, update for it. Signed-off-by: Zhenhua Luo <[email protected]> commit ebf1820fc000c157f6147ea93885dafaaf58101f Author: Ting Liu <[email protected]> Date: Mon Jan 5 18:32:26 2015 +0800 hv-cfg: t1042rdb use the same setting with t1040 As previous t1042rdb was renamed to t1042rdb-pi and the new t1042rdb keep the same with t1040rdb except rcw/u-boot/dtb, update hv-cfg to follow this. Signed-off-by: Ting Liu <[email protected]> commit fb40d86c2e670efe7f460aa9a22c4343d7d2ad32 Author: Ting Liu <[email protected]> Date: Mon Jan 5 18:32:25 2015 +0800 t104x: use kernel defconfig corenet_fmanv3_smp_defconfig The defconfig in kernel source was renamed. Signed-off-by: Ting Liu <[email protected]> commit 3279bb2e19fa0aa0554e12a3c67ed53dd704b97d Author: Ting Liu <[email protected]> Date: Mon Jan 5 18:32:24 2015 +0800 t1042rdb: add machine support This is a board with t1042rdb u-boot/rcw/dtb, the others are the same wtih t1040rdb Signed-off-by: Ting Liu <[email protected]> commit 2f94ff21ced427c819ca413e20182e7bbbe2ec77 Author: Ting Liu <[email protected]> Date: Mon Jan 5 18:32:23 2015 +0800 rename t1042rdb -> t1042rdb-pi Current configuration of t1042rdb was targeted for printing market, rename it to t1042rdb-pi. Signed-off-by: Ting Liu <[email protected]> commit 6f23136ef1a2df48d80527afe52b2de0535c56a8 Author: Ting Liu <[email protected]> Date: Mon Jan 5 18:32:21 2015 +0800 u-boot: upgrade to 2014.07 with revision 659b6a2 This updates u-boot to sdk v1.7 release which was based on 2014.07. For detailed changes, see: http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/ Signed-off-by: Zhenhua Luo <[email protected]> commit 999651a453e1a57771ff0213375bc0fb784fd6a2 Author: Zhenhua Luo <[email protected]> Date: Mon Jan 5 18:32:20 2015 +0800 linux-qoriq: update revision to 6619b8b This update to fsl sdk v1.7 release. For detailed changes, see: http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/ Remove the patches which were applied in the repository. Signed-off-by: Zhenhua Luo <[email protected]> commit 1f00cf61802ce1918710a97b6f7c6b0c30484073 Author: Ting Liu <[email protected]> Date: Mon Jan 5 18:32:19 2015 +0800 dtc: old SRC_URI died, changing to new working one Signed-off-by: Ting Liu <[email protected]> commit 6766a7ffe57b1bbc303113f070dbdd45960ded83 Author: Ting Liu <[email protected]> Date: Mon Jan 5 11:37:23 2015 +0800 linux-qoriq: fix building using out-of-tree Signed-off-by: Ting Liu [email protected]<mailto:[email protected]> Best Regards, Zhenhua
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
