aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-08-31Merge pull request #526 from abelal/fix_bashism_birchrelease/2014.12-birchNoor-Ahsan
archive-release: fix few bashism issues
2015-08-28archive-release: fix few bashism issuesAwais Belal
The dash shell does not support usage of '==' for string comparisons, doing so results in erronous outcomes. We now fix this by using a single '=' which is supported across different shells. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-07-03Merge pull request #489 from arehman199/SB-5157Noor-Ahsan
I know the solution is not clean atm but merging it to resolve SB-5157
2015-07-03packagegroup-base-extended: remove bluetooth, nfc and 3gAbdur Rehman
Remove following packagegroups from RDEPENDS of packagegroup-base-extended - packagegroup-base-bluetooth - packagegroup-base-3g - packagegroup-base-nfc The anonymous python function in packagegroup-base.bb adds support for these features even if they are only supported by the distro and not by the machine, if machine has such interfaces(pci e.g) that support external devices with these features. Bluetooth, nfc and 3g are not the intended applications of fsl-ppc devices. JIRA: SB-5157 Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
2015-07-03connman: check for bluetooth in COMBINED_FEATURESAbdur Rehman
Check for bluetooth in COMBINED_FEATURES instead of DISTRO_FEATURES for its inclusion in PACKAGECONFIG JIRA: SB-5157 Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
2015-07-02Merge pull request #487 from arehman199/SB-5140Noor-Ahsan
SB-5140
2015-07-02kernel-config-systemd.bbclass: check systemd in distro featuresAbdur Rehman
Merge systemd.cfg only when systemd is available in distro features. This is required so that systemd dependencies do not get pulled in when e.g sysvinit, is enabled instead of systemd. Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
2015-07-02linux-qoriq: inherit kernel-config-systemd.bbclassAbdur Rehman
Inherit kernel-config-systemd.bbclass to merge in the systemd configuration Add CONFIG_NAMESPACES, the missing dependency of CONFIG_NET_NS, in systemd.cfg. This is also required by systemd-hostnamed service, which fails otherwise. Delete meta-mel/fsl-ppc/recipes-kernel/linux/files/systemd.cfg as it is no longer needed. JIRA: SB-5140 Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
2015-07-01Merge pull request #485 from fahadusman/SB-5165Christopher Larson
lttng.cfg: Enable CONFIG_KALLSYMS_ALL
2015-07-01lttng.cfg: Enable CONFIG_KALLSYMS_ALLFahad Usman
This kernel configuration is required for 'block device enumeration' support JIRA: http://jira.alm.mentorg.com:8080/browse/SB-5165 Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2015-06-30Merge pull request #481 from sharidas/layerscape-enable-6lowpanNoor-Ahsan
linux-ls1: Add support for 6LoWPAN
2015-06-29linux-ls1: Add support for 6LoWPANSujith Haridasan
Add support for 6LoWPAN Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com>
2015-06-24Merge pull request #480 from arehman199/connman/t4240Noor-Ahsan
mel-versions.conf: use connman v1.28 for T4240RDB. Fix will be available in TC5.
2015-06-24mel-versions.conf: use connman v1.28 for T4240RDBAbdur Rehman
* connman 1.25 is unable to assign IP automatically at boot and needs to be restarted manually Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
2015-06-24Merge pull request #479 from abelal/amd_connman_versionNoor-Ahsan
mel-versions.conf: use connman 1.28 for AMD platforms
2015-06-24mel-versions.conf: use connman 1.28 for AMD platformsAwais Belal
The AMD platforms utilize connman 1.28 when built on mel or mel-lite so we set the version generically rather than from each BSP layer. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-06-22Merge pull request #477 from arehman199/SB-5129Noor-Ahsan
Fix multiple build warnings
2015-06-22ceetm: Let q_ceetm.so obey LDFLAGSAbdurRehman
* Fix GNU_HASH QA warning * JIRA: SB-5129 Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
2015-06-22tcf-agent: obey LDFLAGS(Fix GNU_HASH QA warning)AbdurRehman
* move tcf-agent LDFLAGS patch/append file from meta-mel/fsl-arm to meta-mentor-staging * JIRA: SB-5129 Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
2015-06-22libpfm4: obey our LDFLAGS (fix GNU_HASH QA warning)AbdurRehman
* JIRA: SB-5129 Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
2015-06-15Merge pull request #475 from fahadusman/SB-5114Noor-Ahsan
systemd: Add udev-extraconf to RDEPENDS
2015-06-15systemd: Add udev-extraconf to RDEPENDSFahad Usman
Add udev-extraconf package which provides rules and scripts to mount storage devices as they are connected. JIRA: http://jira.alm.mentorg.com:8080/browse/SB-5114 Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2015-06-09Merge pull request #474 from abelal/fix_pulseaudio_autostartNoor-Ahsan
pulseaudio: make starting up PA deterministic
2015-06-05pulseaudio: fix autostart behaviorAwais Belal
This commit picks up some changes from PA upstream that fix the autostart behavior for pulseaudio. Earlier to these, the pulseaudio server would be launched through x11 startup scripts as well as sysv/systemd scripts which is not a very good method and makes the behavior indeterministic. These patches now disable the handling through x11 startup scripts so now we only use init manager to control the startup of pulseaudio. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-06-05pulseaudio: disable autospawning by defaultAwais Belal
PulseAudio provides a feature where it can autospawn itself if an application intends to use it but this makes the enabling/disabling of PA indeterministic from a user's point of view. Supposing that a user disables PA through the init manager the PA daemon should never be launched so we disable autospawning by default. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-05-28Merge pull request #472 from ↵Noor-Ahsan
sbobade/sb-5027_birch_fix-docbook-utils-native-build openjade-native: fix link issue with ld.gold by static link
2015-05-28openjade-native: fix link issue with ld.gold by static linkShrikant Bobade
This patch provide static link of openjade with its local libs, it is required to fix the link issue specific with gold linker. In case of gold linker we unable to get dynamic link with local lib: libogrove.so, which results in build break of its consumers. Overriding do_install to handle the disable shared libs. reference: https://bugzilla.yoctoproject.org/show_bug.cgi?id=2972#c0 http://pastebin.com/cUb1x2Qj JIRA: SB-5027 Signed-off-by: Neeraj Sharma <neeraj.sharma@alumni.iitg.ernet.in> Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
2015-05-28Merge pull request #471 from kergoth/sysroot-stage-dirs-undefinedNoor-Ahsan
mel: work around bitbake missing vardep bug
2015-05-27mel: work around bitbake missing vardep bugChristopher Larson
This works around the sstate_stage_all->sstate_stage_dirs case. Signed-off-by: Christopher Larson <kergoth@gmail.com>
2015-05-21Merge pull request #467 from arun-khandavalli/ls1_changesNoor-Ahsan
Ls1 changes
2015-05-21archive-release: Install boot along with other image binariesArun Khandavalli
As a part of archive-release add boot along with other image binaries with EXTRA_IMAGES_ARCHIVE_RELEASE variable. boot folder consits of qe-ucode binary which shall be used for recovering the NOR flash. Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-05-20mksdboot_ls1: Copy Sd config u-boot while preparing bootable imageArun Khandavalli
For LS1021A, copy u-boot compiled with sdcard configuration while preparing the bootable image. SD card u-boot shall be used to write the MEL u-boot into NOR flash and can also be used for NOR flash recovery purposes. Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-05-20u-boot-ls1: Build both NOR & SD configuration u-bootArun Khandavalli
Build u-boot for both the NOR and SD configurations for Layerscape. SD card u-boot can be used for both the recovery of NOR purposes. Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com>
2015-05-18Merge pull request #466 from arun-khandavalli/birch_SB-5077Noor-Ahsan
Birch sb 5077
2015-05-18pre-setup.ls1021atwr: pull in fsl-networking by defaultChristopher Larson
JIRA: SB-5077 Signed-off-by: Christopher Larson <kergoth@gmail.com>
2015-05-18setup-mel-builddir: source meta-mentor/pre-setup.$MACHINEChristopher Larson
This lets us alter layer inclusion on a per-machine basis. Signed-off-by: Christopher Larson <kergoth@gmail.com>
2015-05-05Merge pull request #463 from fahadusman/sb-4571Noor-Ahsan
xserver-xorg: fix close-window problem with X
2015-05-04xserver-xorg: fix close-window problem with XFahad Usman
Matchbox window manager did not recognize attempts to close an open window using the X button at the top-right of the application. This patch addresses this problem. JIRA: http://jira.alm.mentorg.com:8080/browse/SB-4571 Community Bugzilla link: https://bugs.freedesktop.org/show_bug.cgi?id=70790 Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2015-04-24connman: Add missing sysv connamn scriptsNoor
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
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>