aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-12-23Merge pull request #402 from fahadusman/merge-script-changesrelease/2014.12Noor-Ahsan
prepare-boot-media.sh: merge fixes from mksdboot_omap5.sh
2014-12-23prepare-boot-media.sh: merge fixes from mksdboot_omap5.shFahad Usman
This script is based on mksdboot_omap5.sh script (in meta-mentor-glsdk layer) which has been updated to incorporate file-names from MEL installer and to work with built-in card-readers. Those fixes should be applied to this script as well. Pull requests for mksdboot_omap5.sh: https://github.com/MentorEmbedded/meta-mentor-glsdk/pull/83 https://github.com/MentorEmbedded/meta-mentor-glsdk/pull/84 https://github.com/MentorEmbedded/meta-mentor-glsdk/pull/85 https://github.com/MentorEmbedded/meta-mentor-glsdk/pull/86 Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2014-12-23Merge pull request #401 from kergoth/sb-4165Noor-Ahsan
minnow: lock down kernels for release
2014-12-22minnow: lock down kernels for releaseChristopher Larson
JIRA: SB-4165 Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2014-12-22Merge pull request #400 from fahadarslan/update_src_uriNoor-Ahsan
linux-qoriq: switch to locked down tarabll and update SRC_URI
2014-12-22linux-qoriq: switch to locked down tarabll and update SRC_URIFahad Arslan
Switch from git to locked down tarball. Tarball is hosted at S3 portal on Amazon server. Update SRC_URI to point to new location. Signed-off-by: Fahad Arslan <Fahad_Arslan@mentor.com>
2014-12-19bind: Add libxml2 support.Noor
* Created packageconfig for libxml2 so that we can properly set all the option. * Bind package has the option to build with libxml but it's configure script was written in such a way that it was looking for a xml2-config file in bin folder. We provide sysroot path in --with-libxml2 option but we dont have bin folder in sysroot. So it does not find the xml2-config file. So configure script says that it did not find libxml stuff. Add a patch to update configure.in script to use pkg-config to get the libxml lib and cflag information. * Add pkgconfig-ntive in inherit as we are using pkg-config in confure script. * JIRA SB-4116 Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2014-12-18Merge pull request #396 from mdurnev/mdurnev/file-owner-groupChristopher Larson
Mdurnev/file owner group
2014-12-18Merge pull request #397 from sbobade/pulseaudio-add-for-bluez5-a2dpNoor-Ahsan
Pulseaudio: adding for bluez5 a2dp
2014-12-18pulseaudio: add to pkg-group baseShrikant Bobade
Add pulseaudio to support BT headset connect(a2dp). JIRA: SB-4164 Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
2014-12-18bluez5: enable sysvinit supportShrikant Bobade
This patch provides sysvinit support for bluetooth. JIRA: SB-4164 Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
2014-12-18pulseaudio: enable for bluez5 a2dp supportShrikant Bobade
This patch provides support for pulseaudio initialization and systemd support i.e. pulseaudio.service It is required to connect BT headset, a2dp support for bluez provided by pulseaudio. JIRA: SB-4164 Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
2014-12-17Merge remote-tracking branch 'mdurnev/mdurnev/adit-hotfixes4alsa' into ↵Noor
release/2014.12
2014-12-17alsa-utils: Move patch from files to alsa-utils folder.Noor
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2014-12-15fontcache: fix postinst files owner/group IDsMikhail Durnev
qemu runs under PSEUDO_UNLOAD=1 in the postinst scripts. Therefore all created in the rootfs files have incorrect owner and group IDs. Added 'chown 0:0' in postinst intercept script update_font_cache Port of hf2013.11-119-fix-incorrect-file-owner-and-group JIRA: MEIBPADIT-873 Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
2014-12-14systemd: fix postinst files owner/group IDsMikhail Durnev
qemu runs under PSEUDO_UNLOAD=1 in the postinst scripts. Therefore all created in the rootfs files have incorrect owner and group IDs. Added 'chown 0:0' in pkg_postinst_udev-hwdb() Port of hf2013.11-119-fix-incorrect-file-owner-and-group JIRA: MEIBPADIT-874 Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
2014-12-14alsa-utils: SIGINT handling correctedMikhail Durnev
aplay/arecord: interrupt streaming via signal does not close sound devices. Interrupt aplay via signal (e.g. CTRL-C) shall be handled by closing sound devices via snd_pcm_close(). With applying Mentor hotfix hf2013.11-101-alsa-utils-interrupt-signal-handling (i.e. patch alsa-utils-aplay-interrupt-signal-handling.patch) the signal handler does a call of exit() directly from signal handler. Calling exit will prevent calling of snd_pcm_close() which is mandatory for e.g plugin DSHARE to fill channels with silence. 1. Undo hotfix 101 2. Cherry pick commit c06dbf077459923066c96556678835cd1f55123a upstream Port of hf2013.11-138-alsa-utils-sigint-handling-corrected JIRA: MEIBPADIT-933 Signed-off-by: Guruprasad Giddannanavar<Guruprasad_Giddannanavar@mentor.com> Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
2014-12-14alsa-lib: New patch for direct plugins variable period sizeMikhail Durnev
This patch fixes audio problems with iPhone 5s, iOS 8 beta 5, Siri input. It addresses cpu performance related issues and allows variable period that are a multiple of the slave period. Port of hf2013.11-125-direct-plugins-variable-period-size JIRA: MEIBPADIT-895 Signed-off-by: Joshua Frkuska <joshua_frkuska@mentor.com> Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
2014-12-14alsa-lib: Protect from freeing semaphore when already in useMikhail Durnev
In the case of dshare, dsnoop, and dmix when a device is opened twice and fails the second time, the semaphore is completely discarded. This creates dangling semaphore data. This patch removes the possibility for the semaphore to be destroyed during a typical open failure by first checking if the shared memory can be destroyed or not. If the shared memory cannot be released it means both it and the semaphore are still in use and therefore the semaphore is just released. Port of hf2013.11-127-alsa-protect-semaphore JIRA: BGTHREE-232 Signed-off-by: Joshua Frkuska <joshua_frkuska@mentor.com> Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
2014-12-14alsa-lib: Fix for sync issue on xrun recoverMikhail Durnev
Port of hf2013.11-114-alsa-dshare-sync-on-xrun-recover JIRA: ADK-3329 Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
2014-12-14alsa-lib: alsa dshare endless playback of bufferMikhail Durnev
When modified version of aplay is used which waits after call to drain, the last buffer content is played endless until timeout. Fixed the issue by calling do_silence method in ALSA pcm dshare plugin source file. Port of hf2013.11-106-alsa-dshare-endless-playback-of-buffer JIRA: MEIBPADIT-771 Signed-off-by: Anant Agrawal <Anant_Agrawal@mentor.com> Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
2014-12-11Merge pull request #394 from wfarnsworth/sb-4054Noor-Ahsan
base-files: Add /etc/profile
2014-12-11base-files: Add /etc/profileWade Farnsworth
CodeBench hangs on the execution of /usr/bin/resize. This version of profile only executes resize for non-pty connections. JIRA: SB-4054 Signed-off-by: Wade Farnsworth <wade_farnsworth@mentor.com>
2014-12-11Merge pull request #393 from arun-khandavalli/sb-4152Noor-Ahsan
alsa-utils: fix duration issues for alsa-utils
2014-12-11alsa-utils: fix duration issues for alsa-utilsArun Khandavalli
JIRA: SB-4103,SB-4152 This will fix the issue of non-stop record operations. The process should be interrupted based on the duration set. Upstream: http://git.alsa-project.org/?p=alsa-utils.git Commit: 8f361d83cfcb39887f5fc591633e68d9448e3425 Signed-off-by: Arun Khandavalli <arun.khandavalli@mentor.com> Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2014-12-11setup-environment: Add tracing layer in OPTIONALLAYERSNoor
* We need gstreamer tracing in future. Right now tracing layer is only added when we add qt5 layer because tracing layer is in its depends. Now we need it even qt5 is not added to the build. So added tracing layer in setup-environment script so that it automatically added to the bbalyers.conf. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2014-12-10Merge pull request #392 from mwpow3ll/amddetint-295gcoville
setup-mel-builddir: set MEL_DISTRO based on mel-lite file
2014-12-10setup-mel-builddir: set MEL_DISTRO based on mel-lite fileMichael
2014-12-10Merge pull request #391 from mwpow3ll/amddetint-295gcoville
setup-mel-builddir: set MEL_DISTRO based on mel-lite file
2014-12-10setup-mel-builddir: set MEL_DISTRO based on mel-lite fileMichael
2014-12-10libxml2: Add fix of CVE-2014-3660.Noor
* Add a patch which fixes CVE-2014-3660. Yocto master already have this patch. Dizzy brach was missing it. So added it in meta-metnor. * JIRA SB-4116. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2014-12-08Merge pull request #389 from mwpow3ll/release/2014.12gcoville
archive-release: Set Distro
2014-12-05Merge pull request #388 from skrishnakar/fix-udev-mountNoor-Ahsan
systemd: fix automount of media devices
2014-12-04Merge pull request #390 from fahadusman/make-boot-device-scriptNoor-Ahsan
prepare-boot-media.sh: Initial commit
2014-12-04prepare-boot-media.sh: Initial commitFahad Usman
Take the mksdboot_dra7xx.sh script from meta-mentor-glsdk and adapt it to prepare a bootable USB drive or SD card for Freescale p1/p2 series targets like p1010rdb and p2020rdb. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2014-12-02archive-release: Set DistroMichael
in template local.config.sample if DISTRO env variable is non-empty
2014-11-28systemd: fix automount of media devicesSrikanth Krishnakar
JIRA: SB-4128 This will allow automount of media devices. If set in slave mode there will be no more automount actions, even though the udevd rules are read there will be no actual processing of mount/umount actions. Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2014-11-26Merge pull request #386 from sharidas/qemuppc-fixNoor-Ahsan
Revert "runqemu.in: qemu-system-ppc is required in build directory"
2014-11-26Revert "runqemu.in: qemu-system-ppc is required in build directory"Sujith H
This reverts commit 26671cbf41615cf0c186260df5d6a28050f4f90c. This change is not required as the previous change was sufficient to get qemu-system-ppc. Hence reverting the change.
2014-11-25Merge pull request #385 from sharidas/qemuppc-fixNoor-Ahsan
runqemu.in: qemu-system-ppc is required in build directory
2014-11-25runqemu.in: qemu-system-ppc is required in build directorySujith H
Conditional check has been added for qemu-system-ppc in $STAGING_BINDIR_NATIVE folder so that for qemuppc it would pickup the qemu-system-ppc from STAGING_BINDIR_NATIVE. JIRA: SB-4106 Signed-off-by: Sujith H <Sujith_Haridasan@mentor.com>
2014-11-25lttng-tools: Fix for UST subbuffers silently dropped on moderate trace traffic.Noor
* Add upstream fix for UST subbuffers issues. This was necessary for Analyzer team. without this fix LTTng will likely provide bad traces for Analyzer. * SB-4104 Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2014-11-25Merge pull request #384 from kergoth/sb-4083Noor-Ahsan
archive-release: don't rely on qemu on the host
2014-11-24archive-release: prepare_release needs to dep on do_patchChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2014-11-24archive-release: don't rely on qemu on the hostChristopher Larson
The qemu on the host is an unknown quantity. We have no idea what version it is or what state it's in, so use our own instead. JIRA: SB-4083 Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2014-11-24Merge pull request #383 from Yasir-Khan/connmanNoor-Ahsan
Switch to connman for network configuration
2014-11-24packagegroup-core-boot: drop sysvinit bits for network configYasir-Khan
Drop sysvinit bits that are responsible for configuring the network interfaces in favor of the connman based network configuration. Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
2014-11-24console-image: add connman for network configurationYasir-Khan
Use connman for configuring network interfaces instead of having different systemd and sysvinit based network configuration tools. This results in a single configuration for both init systems and also avoids duplication of network configuration functionality. * We already support core-image-sato which contains connman so better add it in console-image too. JIRA: http://jira.alm.mentorg.com:8080/browse/SB-4013 Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
2014-11-20Merge pull request #382 from kergoth/sb-3962Christopher Larson
archive-release: update EXTERNAL_TOOLCHAIN for new mel structure
2014-11-20archive-release: update EXTERNAL_TOOLCHAIN for new mel structureChristopher Larson
JIRA: SB-3962 Signed-off-by: Christopher Larson <chris_larson@mentor.com>