aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-05-05Merge pull request #135 from abelal/default_audio_devicemel-lite-2014.12.merlin-falcon-betaDrew Moseley
alsa-state: use generic naming for default device
2015-05-05alsa-state: use generic naming for default deviceAwais Belal
Generic naming is used to address default device for alsa/audio. This helps in a manner that adding/removing devices from the system would not affect. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-04-16Merge pull request #132 from mwpow3ll/gstomxDrew Moseley
gstreamer1.0-omx: machine override 0001-Adjust-gstomx.conf-for-Radeon.patch
2015-04-16gstreamer1.0-omx: machine override 0001-Adjust-gstomx.conf-for-Radeon.patchMichael
2015-04-14Merge pull request #131 from drewmoseley/openvg-release-2014.12Drew Moseley
remove openvg from PACKAGECONFIG variable in mesa recipe
2015-04-14remove openvg from PACKAGECONFIG variable in mesa recipeArindam Nath
While building the new mesa package, we are struck with the error message below. configure: error: Cannot enable OpenVG, because egl_gallium has been removed and OpenVG has not been integrated into standard libEGL yet So we remove openvg from PACKAGECONFIG variable in mesa recipe of common layer, and put the onus of adding this option to the respective meta layers who actually need it to be enabled.
2015-04-14Merge pull request #130 from mwpow3ll/fix_machineoverridesDrew Moseley
Fix MACHINEOVERRIDES
2015-04-14Fix MACHINEOVERRIDESMichael
bitbake reads MACHINEOVERRIDES from left to right, least to most specific. Prepend 'amd:' to stay compliant.
2015-04-14Merge pull request #129 from abelal/default_audio_device_amixerDrew Moseley
alsa-state: set default device for alsamixer
2015-04-14alsa-state: set default device for alsamixerAwais Belal
Card 1 is the default device on current AMD platforms. So we update asound.conf to reflect this and make the card 1 the default device for ctl nodes as default. This allows alsamixer to open the interface directly on this card by default. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-24Merge pull request #124 from abelal/connman_updateDrew Moseley
baldeagle, steppeeagle.conf: move to connman 1.28
2015-03-24baldeagle, steppeeagle.conf: move to connman 1.28Awais Belal
connman version 1.28 is now available which provides quite a few bug fixes over the 1.25 version. We now move to 1.28 to leverage the stability. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-20Merge pull request #121 from abelal/fix_display_legacy_bootDrew Moseley
baldeagle, steppeeagle.conf: fix display legacy boot
2015-03-18steppeeagle.conf: provide display mode for VESAAwais Belal
A display mode is necessary in order to kick off the VESA driver through kernel commandline particularly in the legacy boot mode otherwise the frame buffer device (/dev/fb) is not created and hence the logo/splash displays fail. This is safe as X server can further set itself up according to its own configuration rather than relying on this. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-18baldeagle.conf: provide display mode for VESAAwais Belal
A display mode is necessary in order to kick off the VESA driver through kernel commandline particularly in the legacy boot mode otherwise the frame buffer device (/dev/fb) is not created and hence the logo/splash displays fail. This is safe as X server can further set itself up according to its own configuration rather than relying on this. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-07Merge pull request #118 from abelal/drop_v86d_dependenciesDrew Moseley
linux-amd: drop unneeded v86d dependencies
2015-03-08linux-amd: drop unneeded v86d dependenciesAwais Belal
v86d is no longer enabled in the AMD builds so we drop the unnecessary sub tasks. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-06Merge pull request #117 from abelal/replace_base_containsDrew Moseley
Globally replace base contains
2015-03-06Merge pull request #116 from abelal/intamddet-670Drew Moseley
Reverse inclusion logic for additional tools
2015-03-05Globally replace base_contains with bb.utils.containsAwais Belal
OE-Core has obsoleted the usage of base_contains function in favor of the bb.utils.contains functions. The earlier one will be dropped in coming releases of OE-Core. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-04amd-multimedia: install gstreamer packages only on melAwais Belal
Additional tools are only available when the distro is set to mel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-04linux-amd: disable KGDB if distro is not MELAwais Belal
Additional tools are only available when distro is set to mel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-04packagegroup-core-x11-sato: remove gaku only is distro is not MELAwais Belal
Additional tools are only available when distro is set to mel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-04packagegroup-core-tools-profile: profiling should be enabled on MEL distro onlyAwais Belal
Additional tools are only available when distro is set to mel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-04packagegroup-core-tools-testapps: only allow extra items on MEL distroAwais Belal
Additional tools are only available when distro is set to mel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-02-12Merge pull request #112 from mwpow3ll/intamddet-646Drew Moseley
linux-amd: Add MEL 2014.12 FS support
2015-02-12linux-amd: Add MEL 2014.12 FS supportMichael
2015-02-10Merge pull request #111 from MentorEmbedded/intamddet-646Drew Moseley
Fix console-image support
2015-02-10Fix console-image supportMichael
2015-02-10Merge pull request #110 from drewmoseley/fix-se-low-powerDrew Moseley
meta-amd: Fix for gstreamer pipeline triggering DPM low power mode.
2015-02-10meta-amd: Fix for gstreamer pipeline triggering DPM low power mode.Arindam Nath
This fixes AMDDET-90 Signed-off-by: Arindam Nath <arindam.nath@amd.com> Tested-by: Drew Moseley <drew_moseley@mentor.com> Tested-by: Awais Belal <awais_belal@mentor.com>
2015-02-09Merge pull request #109 from MentorEmbedded/mpowellDrew Moseley
linux-amd: Add mos7840 usb-serial support
2015-02-09linux-amd: Add mos7840 usb-serial supportMichael
2015-02-06Merge pull request #102 from drewmoseley/fix-udevadm-optionsSean Hudson
init-install: Use more generic udevadm options
2015-02-06Merge pull request #108 from drewmoseley/disable-v86dDrew Moseley
amd: Disable v86d.
2015-02-04amd: Disable v86d.Drew Moseley
This enables the CONFIG_FB_UVESA kernel option which seems to conflict with CONFIG_FB_EFI or CONFIG_FB_RADEON. Since we don't need multiple FB options this seems like the simplest fix. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-01-23Merge pull request #104 from abelal/iperf_release_201412Drew Moseley
iperf: fix out of tree configuration
2015-01-23iperf: fix out of tree configurationAwais Belal
The configure step uses a package header to check for support of types/declares, this package header encapsulates all the required system headers for providing the needed resources. When configured from an out of tree directory the package header is not found due to the hard path. We now make the path for package header relative to 'srcdir' so it is found appropriately. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-01-21Merge pull request #103 from abelal/fix_service_dependencyDrew Moseley
psplash: fix dependency chaining for psplash-quit
2015-01-21psplash: fix dependency chaining for psplash-quitAwais Belal
The systemd unit for psplash-quit does not account for any display manager to be running and this can cause various failures when the service starts. One major case that was identified happens in case of Sato GUI. The xserver-nodm service which is a display manager service can start before psplash-quit is run and takes over the framebuffer then psplash-quit starts and tries to clear up the buffer and fails, leading to a crash to the Sato GUI as well. We fix this by making sure that psplash-quit is run before any display manager service is started. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-01-12Merge pull request #100 from abelal/disable_sata_pmpDrew Moseley
linux-amd: disable SATA port multiplier
2015-01-12linux-amd: disable SATA port multiplierAwais Belal
The SATA port multiplier does not initialize on the BE platform whereas on the SE platform as soon as the port multiplier goes up it produces a hang while booting. We now disable the SATA port multiplier support of the kernel as it seems not to be needed on any of the platforms. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-01-09init-install: Use more generic udevadm optionsDrew Moseley
Use options to the udevadm utility that will work with either systemd based udev or standard. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-01-05Merge pull request #101 from abelal/profiling_toolsDrew Moseley
Profiling tools: disable perf, oprofile and kgdb for mel-lite distro
2014-12-31linux-amd: disable kgdb on mel-liteAwais Belal
KGDB is enabled by default in the kernel config and is not required on mel-lite so we disable it on the mentioned distro. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-12-31packagegroup-core-tools-profile: disable oprofile on mel-liteAwais Belal
The oprofile tools shouldn't be provided on the mel-lite so we exclude them on the specific distro. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-12-31packagegroup-core-tools-profile: disable perf on mel-liteAwais Belal
The perf package is not to be provided on the mel-lite builds so we exclude it explicitly for the mentioned distro. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-12-29Merge pull request #99 from abelal/gstreamer-omx-use-multi-scmDrew Moseley
gstreamer1.0-omx: use multiple SCM rather than gitsm
2014-12-29gstreamer1.0-omx: use multiple SCM rather than gitsmAwais Belal
The normal git fetcher is said to be safer and more efficient than the gitsm fetcher so we now use multiple SCMs rather than the gitsm fetcher to simplify the solution. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-12-24Merge pull request #97 from abelal/enable_uvesaDrew Moseley
linux-amd: enable UVESA if v86d is recommended