aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-04-02Merge pull request #447 from arun-khandavalli/SB-4884release/2014.12-async1Christopher Larson
tcf-agent: Fix LDFLAGS warning during QA_PACKAGE stage
2015-04-01tcf-agent: Fix LDFLAGS warning during QA_PACKAGE stageArun Khandavalli
tcf-agent obey LDFLAGS needed to quiet 'No GNU_HASH in the elf binary' warnings. JIRA: SB-4884. Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-03-25connman: Fixed build time issues and update PACKAGECONFIG for bluetooth.Noor
* Removed virtual/libbluetooth from bluetooth PACKAGECONFIG as it was not needed. * Added readlibe in DEPENDS as readline header file is required in configure task. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2015-03-25Merge pull request #445 from fahadusman/fix-RDEPENDS-handlingNoor-Ahsan
connman: Use PACKAGECONFIGs to handle dependencies
2015-03-25connman: Use PACKAGECONFIGs to handle dependenciesFahad Usman
Use PACKAGECONFIGs to handle runtime dependencies. This was dropped earlier in favor of RDEPENDS handling in connman.inc from poky but we still need this for our building-block implementation. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2015-03-24Merge pull request #444 from fahadusman/sb-4740-v2Noor-Ahsan
connman 1.25 -> connman 1.28 (v2)
2015-03-20connman: add service-Connect-ethernet-networks-when-created.patchFahad Usman
This patch is recently merged upstream and not a part of the latest release version, connman-1.28. This patch should be removed when the next version is released. JIRA: http://jira.alm.mentorg.com:8080/browse/SB-4740 Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2015-03-20connman: Revert dhcp-Keep-the-retry-timeout-nor-the-ipv4ll-ta.patchFahad Usman
Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com> Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2015-03-20mel-versions: set PV of connman for p1020/p2020rdbFahad Usman
Some of the connectivity related problems reported for p1020/p2020rdb are addressed in the 1.28 version of connman. JIRA: http://jira.alm.mentorg.com:8080/browse/SB-4740 Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2015-03-20connman: remove connman_1.25.bbappendFahad Usman
Remove the connman_1.25.bbappend as the fixes in this file are either merged in the upstream recipe or moved to the version agnostic bbappend file. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2015-03-20connman: move service file fix to version-agnostic bbappendFahad Usman
We need this fix for all versions of connman as this fix is not pushed to upstream connman project. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2015-03-20connman: Add connman_1.28 recipeFahad Usman
Add connman_1.28 recipe based on connman_1.25 recipe in poky. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2015-03-17Merge pull request #441 from arun-khandavalli/SB-4773Christopher Larson
archive-release: Install rcw into pre-built binaries
2015-03-17archive-release: Install rcw along with other image binariesArun Khandavalli
As a part of archive-release add rcw along with other image binaries with EXTRA_IMAGES_ARCHIVE_RELEASE variable. JIRA: SB-4773 Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-03-13Merge pull request #437 from abelal/sanity_tested_distros_mel_liteNoor-Ahsan
mel-lite.conf: fix validated host distro
2015-03-13Merge pull request #438 from arun-khandavalli/SB-4678_1Noor-Ahsan
mel.conf: Enable vfat support for ARM targets
2015-03-13Merge pull request #440 from sharidas/2014.12-async1Noor-Ahsan
udev-extraconf: Renaming the file from bb to bbappend
2015-03-13udev-extraconf: Renaming the file from bb to bbappendSujith H
Typo error happened and hence it got added as bb. Instead it should be bbappend. Signed-off-by: Sujith H <Sujith_Haridasan@mentor.com>
2015-03-12ls1021atwr: Enable vfat support for ARM targetsArun Khandavalli
Add 'vfat' to MACHINE_FEATURES which in turn includes dosfstools via packagegroup-base JIRA: SB-4678 Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-03-12Merge pull request #439 from sharidas/2014.12-async1Noor-Ahsan
udev-extraconf: Adding modified version of mount.sh
2015-03-12udev-extraconf: Adding modified version of mount.shSujith H
Adding modified version of mount.sh to handle devices without label. Its taken care with the help of UUID, using blkid command. JIRA: SB-4637 Signed-off-by: Sujith H <Sujith_Haridasan@mentor.com>
2015-03-10mel-lite.conf: fix validated host distroAwais Belal
Validated host for mel-lite 2014.12 is only Ubuntu 14.04 so we make the adjustment accordingly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-09Merge pull request #436 from fahadarslan/sb-4697Christopher Larson
kernel-host-dev: pass required flags to build for t4240rdb-64b
2015-03-06kernel-host-dev: pass required flags to build for t4240rdb-64bFahad Arslan
Signed-off-by: Fahad Arslan <Fahad_Arslan@mentor.com>
2015-03-05Merge pull request #431 from arun-khandavalli/correct_alsa_utils_packageChristopher Larson
LS1021A: Install Alsa package through Machine features
2015-03-04LS1021A: Install Alsa package through Machine featuresArun Khandavalli
Alsa/Audio packages should not be installed directly, Corrected the installation of Alsa into image using the machine features. JIRA:SB-4642 Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-02-27Merge pull request #430 from arun-khandavalli/alsa_utilsNoor-Ahsan
ls1021a: Add alsa utils to the console-image
2015-02-27Merge pull request #429 from skrishnakar/ls102xa-fixesNoor-Ahsan
ls1021atwr: delete un-wanted changes from local.conf
2015-02-25ls1021a: Add ala utils to the console-imageArun Khandavalli
Alsa utils requied for playback and record utilites is added. JIRA:SB-4642 Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-02-25ls1021atwr: delete un-wanted changes from local.confSrikanth Krishnakar
JIRA: SB-4626 These fixes are covered in meta-fsl-networking layer. Do not keep redundant changes. Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2015-02-25Merge pull request #428 from fahadarslan/2014.12-t4240rdb-64b-asyncNoor-Ahsan
skmm-host: adding recipe to provide binaries only and no source
2015-02-25skmm-host: adding recipe to provide binaries only and no sourceFahad Arslan
skmm-host has Freescale-EULA license so we can only ship binary and can't distribute the source code. Signed-off-by: Fahad Arslan <Fahad_Arslan@mentor.com>
2015-02-25Merge pull request #427 from arun-khandavalli/kernel_rcu_crashNoor-Ahsan
ls1021a: Switchback to u-boot-2014.01 for stability
2015-02-25ls1021a: Switchback to u-boot-2014.01 for stabilityArun Khandavalli
With u-boot-2014.07, toolchain version 2014.07 issues have been encountered in the kernel where recursive rcu stalls are observed. Several key features, fixes are also missing in the SDK-V1.7 u-boot. So, switching to a stable u-boot. JIRA:SB-4638 Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-02-24Merge pull request #426 from fahadusman/SB-4643Noor-Ahsan
prepare-boot-media.sh: remove default values
2015-02-24prepare-boot-media.sh: remove default valuesFahad Usman
Do not set a default value for dtb file and sdk directory, we expect the user to always provide these values via respective command-line arguments JIRA: http://jira.alm.mentorg.com:8080/browse/SB-4643 Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2015-02-20Merge pull request #425 from arun-khandavalli/SB-4631Noor-Ahsan
mksdboot_ls1: use correct rcw while booting from bank0
2015-02-19mksdboot_ls1: use correct rcw while booting from bank0Arun Khandavalli
mksdboot_ls1 script was copying the rcw_1000.bin from the SSR_PPN_20 which is generally used for display and lpuart. While booting from bank0 we need to use rcw from RSR_PPS_70. RSR_PPS_70 is abbrevation for following: RSR: eTSEC1:RGMII, eTSEC2:SGMII,eTSEC3:RGMII PPS: PCIe1@slot:Supported PCIe2@slot:Supported SATA:Supported 70 : SERDES Protocol JIRA:SB-4731. Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-02-19Merge pull request #424 from arun-khandavalli/ls1021atwr_kernel_lockdownNoor-Ahsan
linux-ls1: lock-down kernel recipe for release
2015-02-18linux-ls1: lock-down kernel recipe for releaseSrikanth Krishnakar
Lock down the kernel source to sdk-v1.7 for Async1 release the archive tarball is available on Amazon portal. Also fix a typo in configs.cfg file. JIRA:SB-4248 Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-02-18Merge pull request #423 from arun-khandavalli/sb-4611Noor-Ahsan
qemu-fsl: Disable native and nativesdk builds
2015-02-18qemu-fsl: Disable native and nativesdk buildsSrikanth Krishnakar
The qemu-fsl is intended for use into the target. The native and nativesdk flavours are not supported and should rely on the OE-Core provided ones. This disables the recipe parsing for native and nativesdk build, fixing the following warning: ,---- | WARNING: Unable to get checksum for qemu-fsl-native SRC_URI entry | fix-libcap-header-issue-on-some-distro.patch: file could not | be found `---- Upstream: http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/commit/?h=dizzy&id=9eb08907e291fe049d5d83f76c9e2dd63f4496dc Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2015-02-11Merge pull request #422 from fahadusman/SB-4564Noor-Ahsan
u-boot-qoriq: fix recipe for older u-boot confs
2015-02-11u-boot-qoriq: fix recipe for older u-boot confsFahad Usman
U-boot binary name for nand image on some of the newer targets is 'u-boot-with-spl.bin' however for older configurations it is 'u-boot.bin'. The u-boot recipe expects 'u-boot-with-spl.bin' for all configurations of certain boards and fail if we use older variants like P2020RDB and P1020RDB. This patch only fixes the problem for P2020RDB and P1020RDB, other tarigets might also require a similar fix. JIRA: http://jira.alm.mentorg.com:8080/browse/SB-4564 UPSTREAM STATUS: Pending. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2015-02-11Merge pull request #421 from arun-khandavalli/union_fs_compile_fixNoor-Ahsan
ls1021atwr: Enable unionfs support for the LS1
2015-02-09ls1021atwr: Enable unionfs support for the LS1Arun Khandavalli
JIRA:SB-4334. Union-Fs support for the LS1 has been enabled and verified on the target. Also corrected right way of appending the kernel config fragments, else would result in compilation errors. Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-02-09Merge pull request #419 from arun-khandavalli/sdboot_kgdb_ls1Noor-Ahsan
LS1021: Prepare bootable sd & enable kgdb config
2015-02-09ls1021a-twr: Enable debug info for ls1.Arun Khandavalli
JIRA:SB-4260 This adds debug symbols to the kernel and modules (gcc -g), and │ is needed if you intend to use kernel crashdump or binary object │ tools like crash, kgdb, LKCD, gdb, etc on the kernel. Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-02-09ls1021a-twr: enable autofs kernel configArun Khandavalli
Autofs is required by proc-sys-fs-binfmt_misc.automount service Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-02-09ls1021a-twr: Enable accessing config.gz via procArun Khandavalli
SB-4248. kernel configurations required to verify the enabled configs via /proc/config.gz. Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>