summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* p2041rdb: update dtb pathTing Liu2016-06-231-2/+2
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* c293pcie: update dtb pathTing Liu2016-06-231-1/+1
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* b4860: update dtb pathTing Liu2016-06-232-4/+7
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* b4420: update dtb pathTing Liu2016-06-232-2/+6
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* linux-qoriq: fix vmpic_msi_feature not used errorTing Liu2016-06-232-0/+33
| | | | | | | | | | | | | | | Fix the below 'unused-const-variable' error: .../arch/powerpc/sysdev/fsl_msi.c:661:37: error: 'vmpic_msi_feature' | defined but not used [-Werror=unused-const-variable=] | static const struct fsl_msi_feature vmpic_msi_feature = { | ^~~~~~~~~~~~~~~~~ | cc1: all warnings being treated as errors | make[3]: *** [arch/powerpc/sysdev/fsl_msi.o] Error 1 | make[2]: *** [arch/powerpc/sysdev] Error 2 | make[1]: *** [sub-make] Error 2 | make: *** [__sub-make] Error 2 Signed-off-by: Ting Liu <ting.liu@nxp.com>
* linux-qoriq: upgrade to 4.1Ting Liu2016-06-234-265/+3
| | | | | | | | | | | | | | | | | | | | The main features are: * Linux kernel 4.1.8 * ARM A7 (AARCH32), A53 and A57 (AARCH64), Little Endian (default) * Power Architecture e500mc, e5500, e6500 * Multicore SMP support and multithread (e6500) * 32-bit effective kernel addressing [e500mc, e5500, A57] * 64-bit effective addressing [e6500, A53, A57] * Huge Pages (hugetlbfs) * Linux Real-Time (RT) [P4080, B4860, LS1021A] * Kernel-based Virtual Machine (KVM) * Libvirt 1.2.19 * Linux Containers (LXC) 1.1.4 function support Detailed commit log can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/log/?h=sdk-v2.0.x Signed-off-by: Ting Liu <ting.liu@nxp.com>
* linux-qoriq: merge .inc and .bbTing Liu2016-06-232-52/+50
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* t4240: disable virtual terminal supportTing Liu2016-06-234-4/+11
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* t4160: disable virtual terminal supportTing Liu2016-06-232-2/+8
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* t2080: disable virtual terminal supportTing Liu2016-06-234-0/+4
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* t104x: disable virtual terminal supportTing Liu2016-06-234-0/+4
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* t1024: disable virtual terminal supportTing Liu2016-06-232-2/+2
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* t1023: disable virtual terminal supportTing Liu2016-06-232-0/+2
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* p5040: disable virtual terminal supportTing Liu2016-06-232-0/+2
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* p5020: disable virtual terminal supportTing Liu2016-06-232-1/+4
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* p4080ds: disable virtual terminal supportTing Liu2016-06-231-0/+1
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* p3041ds: disable virtual terminal supportTing Liu2016-06-231-0/+1
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* p2041rdb: disable virtual terminal supportTing Liu2016-06-231-0/+1
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* c293pcie: disable virtual terminal supportTing Liu2016-06-231-1/+3
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* b4860: disable virtual terminal supportTing Liu2016-06-232-2/+2
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* b4420: disable virtual terminal supportTing Liu2016-06-232-2/+2
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* eudev: make eudev bbappend version genericZhenhua Luo2016-06-141-0/+0
| | | | | | eudev_3.1.5.bbappend -> eudev_%.bbappend Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* u-boot: fix build error under gcc6Zhenhua Luo2016-06-022-0/+87
| | | | | | | | 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@nxp.com>
* linux-qoriq: fix build issue under gcc6Zhenhua Luo2016-06-023-0/+182
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* skmm-ep: fix the build error caused by duplicated definitionZhenhua Luo2016-06-012-0/+41
| | | | | | | | 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@nxp.com>
* ipc-ust: skip two insane checkZhenhua Luo2016-06-011-0/+2
| | | | | | | | | | | | 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@nxp.com>
* pkc-host: disable -WerrorZhenhua Luo2016-06-011-0/+4
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* eth-config: fix host contamination warningsZhenhua Luo2016-06-011-0/+2
| | | | | | | | | 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@nxp.com>
* qemu: empty not supported PACKAGECONFIGZhenhua Luo2016-05-251-0/+3
| | | | | | | | | | Fix the following build error: | DEBUG: Executing shell function do_configure | ERROR: unknown option --disable-gcrypt | ERROR: unknown option --disable-nettle | ERROR: unknown option --disable-smartcard Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* openssl/cryptodev: base_contains -> bb.utils.containsZhenhua Luo2016-05-102-3/+3
| | | | | | base_contains is deprecated. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* mux-server: Fix build warnings caused by external toolchainSujith H2016-05-092-1/+34
| | | | | | | | | 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@gmail.com> Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com>
* testfloat: get rid of 'No GNU_HASH in the elf binary' warningSujith H2016-04-261-1/+1
| | | | | | | | 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@mentor.com>
* ipsec-demo: Fix host contamination and build warningSujith H2016-04-261-0/+4
| | | | | | | | | | | | | | 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 * Missing bash in RDEPEND warning was coming. Signed-off-by: Noor <noor_ahsan@mentor.com> Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com> Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com>
* README: add known issue and workaroundZhenhua Luo2016-04-181-1/+12
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* rename udev to eudev to align with change in pokyZhenhua Luo2016-03-033-41/+30
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* apptrk: fix the QA issue of debug symbol checkZhenhua Luo2016-03-021-0/+2
| | | | | | | | Fix the following error: | ERROR: apptrk-git-r0 do_package: QA Issue: File '/usr/bin/apptrk' from | apptrk was already stripped, this will prevent future debugging! [already-stripped] Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* linux-qoriq: check $WORKDIR for config fragmentsAdrian Dudau2016-03-011-0/+2
| | | | | | | Config fragments passed through SRC_URI are installed in $WORKDIR. Adapt the recipe to look there too. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* openssl: Explicitly set EXTRA_OEMAKE as requiredTing Liu2016-02-181-0/+1
| | | | | | | | | | The openssl recipe currently relies on EXTRA_OEMAKE having been set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. (Refer to OE-Core rev: a384ab5cb4701fd1c1475bca4449def66b42c799) Signed-off-by: Ting Liu <ting.liu@freescale.com>
* classes/u-boot: Update getVar syntaxRichard Purdie2016-02-182-10/+10
| | | | | | | | | | | | | | This runs: sed -e 's:\(\.getVar([^,()]*\)):\1, False):g' -i `grep -ril getVar *` on the layer to update the getVar usages without an expand parameter, This ensures the layer continues to work with bitbake master. There is no functionality change although some of these sites may benefit from expand=True. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* udev-rules-qoriq: put patches to universe locationTing Liu2016-01-082-0/+0
| | | | | | Fix [Yocto: #8802] Signed-off-by: Ting Liu <ting.liu@nxp.com>
* cryptodev: set PREFERRED_VERSION to 1.7Ting Liu2016-01-081-0/+3
| | | | | | | | | FSL released its own cryptodev based on 1.7, but not all the codes were upstreamed. Default cryptodev to 1.7 to avoid openssl build issue. Fix [Yocto: #8872] Signed-off-by: Ting Liu <ting.liu@nxp.com>
* ceetm: install ceetm.ko into /lib/modules/Ting Liu2015-12-281-4/+4
| | | | | | | kernel-module-ceetm will be created to package ceetm.ko by default. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* ceetm: remove useless do_configure_preappendTing Liu2015-12-281-4/+0
| | | | | | | The fix was merged in source code now. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* ceetm: replace tab with spacesTing Liu2015-12-281-4/+4
| | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* ipc-module: remove useless do_configure_preappendTing Liu2015-12-281-4/+0
| | | | | | | The fix was merged in source code now. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* qemu_fslgit: add gnutls as DEPENDS to fix QA warningsTing Liu2015-12-281-0/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* qemu_fslgit: package files in ${datadir}Ting Liu2015-12-281-0/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* qemu_fslgit: import ptest patches from pokyTing Liu2015-12-283-1/+46
| | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* update machine DESCRIPTION/UBOOT_CONFIG/EXTRA_IMAGEDEPENDSTing Liu2015-12-2839-141/+358
| | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* pkc-host: set COMPATIBLE_MACHINE as qoriq-ppcTing Liu2015-12-281-0/+2
| | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>