aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-07-29linux-yocto: Enable extra sound kernel configs.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-29xhci: Enable XHCI_TRUST_TX_LENGTH quirk for AMD devices.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-28Merge pull request #52 from drewmoseley/fix-mplayer-crashSean Hudson
libx11: Add missing NULL check
2014-07-28Merge branch 'daisy-darknighte' into daisy-githubSean Hudson
2014-07-27libx11: Add missing NULL checkDrew Moseley
This was causing mplayer to crash with a signal 11. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-23gstreamer1.0-omx: Adjust gstomx.conf for Radeon supportDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-23gstreamer1.0-omx: Specify proper location for bellagio libraryDrew Moseley
Use the libdir variable rather to locate libomxil-bellagio.so.0 The upstream recipe has it hardcoded to /usr/lib but in our builds it is in /usr/lib64. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-23libomxil: Build and package test apps.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-23libomxil: Run omxregister-bellagio as a postinstall stepDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-23libomxil: Avoid using versioned symlinks for libraries.Drew Moseley
The libraries installed by for omx-bellagio support are not expected to be versioned and symlinked. Notably, the "omxregister-bellagio" app scans for them explicitly using the ".so" extension. Ensure that only the unversioned versions are installed in the main package. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-23mesa: Avoid using versioned symlinks for libraries.Drew Moseley
The libraries installed by for omx-bellagio support are not expected to be versioned and symlinked. Notably, the "omxregister-bellagio" app scans for them explicitly using the ".so" extension. Ensure that only the unversioned versions are installed in the main package. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-21mesa: Cleanup packaging.Drew Moseley
Make some changes to the order of the PACKAGE variable to ensure that the last package in the list is still "mesa". This avoids issues with the debian.bbclass renaming feature changing the package names to libxatracker-blah. Also, put all the debug bits into the main mesa-dbg recipe rather than creating a separate one. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-21amd: Use variables for library extensionsDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-21Merge pull request #48 from drewmoseley/multimedia-fixesSean Hudson
Multimedia fixes
2014-07-18amd: Set preferred version of libav to 9.10Drew Moseley
If mplayer is included in a custom build this version of libav is needed. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-18enca: Fix broken automake in enca.Drew Moseley
This may need to be submitted to poky/master at some point but for now we'll keep it meta-amd specific.
2014-07-18x264: Update srcrev.Drew Moseley
The previous SRCREV value no longer existing in the target git repo. This value was pulled from the poky master branch.
2014-07-18mplayer2: Make sure python3 is available at compile time.Drew Moseley
Building mplayer requires python3. Make sure it's in the DEPENDS and in the PATH. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-18mplayer: Cleanup empty directories.Drew Moseley
The mplayer "make install" phase leaves an empty /usr/lib directory seemingly regardless of the setting of libdir. Remove it to avoid a packaging warning. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-17Merge pull request #46 from drewmoseley/BE-mesaSean Hudson
BE mesa
2014-07-17Merge pull request #47 from drewmoseley/overridesSean Hudson
amd: Add MACHINEOVERRIDES option for amd.
2014-07-17Merge pull request #45 from drewmoseley/SE-mesaSean Hudson
mesa: Add a few patches that were missing from Steppe Eagle.
2014-07-16amd: Add MACHINEOVERRIDES option for amd.Drew Moseley
This allows a single variable override to apply to all AMD platforms rather than needing individual settings per board. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-15mesa: Remove unneeded PATCHTOOL variable.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-15mesa: Updated Bald Eagle to latest version from AMDDrew Moseley
This brings the Bald Eagle platform in sync with Steppe Eagle. Both are now running the same version of mesa. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-15mesa: Add a few patches that were missing from Steppe Eagle.Drew Moseley
These were in the Bald Eagle port but do not appear to be in the branch used on Steppe Eagle. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-15Merge pull request #43 from drewmoseley/fix-install-to-hdDrew Moseley
Fix install to hd
2014-07-15init-install: Add better support for installing from HDDIMGDrew Moseley
This commit patches the init-install.sh and init-install-efi.sh scripts to allow them to work properly in EFI mode as well as adding disk labels and a second prompt that informs the user that the disk will be completely overwritten. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-15amd: Add parted utility by default on AMD platformsDrew Moseley
This works better for created EFI GUID partitions. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-15amd: Add EFI GUID partition support for AMD platformsDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-15busybox: Support GPT partition labels for EFI based setupsDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-14Merge pull request #44 from drewmoseley/logitechSean Hudson
amd: Add Logitech configs for wireless USB
2014-07-13amd: Add Logitech configs for wireless USBDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-03Merge pull request #42 from drewmoseley/move-busybox-configs-to-meta-mentorDrew Moseley
amd: Remove custom busybox configs
2014-07-03Merge pull request #41 from drewmoseley/grub-labelsSean Hudson
amd: Do not modify SYSLINUX_LABELS in machine conf files
2014-07-03Merge pull request #40 from drewmoseley/console-cleanupsSean Hudson
Console cleanups
2014-06-29amd: Remove custom busybox configsDrew Moseley
These are the defaults already as provided by poky. No need to have them here. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-29amd: Cleanup serial port orderingDrew Moseley
Make sure the VGA console is the last in the list so that it is the default for systemd. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-28amd: Enable framebuffer consoles.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-28amd: Enable kernel CONFIG_LOGO settingDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-28amd: Do not modify SYSLINUX_LABELS in machine conf filesDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-27Merge pull request #39 from drewmoseley/mel-lite-distroSean Hudson
Mel lite distro
2014-06-26archive-release: Do not build ISO imagesDrew Moseley
Using a layer-specific bbappend file, remove ISO images from IMAGE_EXTENSION_live to avoid packaging them in Mentor installers. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-26common: Support layer-specific bbappends.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-26core-image-sato: Remove gaku conditionally.Drew Moseley
Remove the gaku app when DISTRO=mel-lite to avoid the gstreamer dependency since gstreamer is unsupported in MEL Lite. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-26amd: Remove the post-setup-environment filesDrew Moseley
These particular changes are now handled conditionally based on the DISTRO selection by meta-mentor/setup-environment. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-25Merge pull request #38 from drewmoseley/bt-fragmentSean Hudson
amd: Setup bluetooth kernel configs if enabled in DISTRO_FEATURES
2014-06-25Merge pull request #35 from drewmoseley/move-bluez-update-to-meta-mentorSean Hudson
amd: Remove the force of bluez4.
2014-06-19amd: Remove the force of bluez4.Drew Moseley
This is not needed in this layer. When building with meta-mentor it becomes an issue so append the recipe there. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-19amd: Setup bluetooth kernel configs if enabled in DISTRO_FEATURESDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>