aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)Author
2016-02-01core-image: Only apply mesa-demos for radeon and amdgpu based systemsDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-02-01amd: Add missing READMEsDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-01-15Merge branch 'jethro'Drew Moseley
2016-01-15gstreamer1.0-plugins-ugly: Package GstX264Enc.prs file.Drew Moseley
2016-01-15gcc: Package additional hard links for AMD platformsDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-01-15qt4-native: Do not strip debug packagesDrew Moseley
This is already applied to the target packages and removes warnings such as: WARNING: File 'tmp/sysroots/x86_64-linux/usr/lib/libQtDBus.so.4.8.7' from qt4-native was already stripped, this will prevent future debugging! Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-01-15mplayer2/commercial-multimedia: provide usage detailsAwais Belal
Provide details and variables for enabling the commercial multimedia packages and mplayer2 support. This will be done through local.conf. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-01-15mplayer2: conditionally clear PNBLACKLIST if there's a needAwais Belal
We need to clear PNBLACKLIST for the mplayer2 package if there's a need to build/deploy the package as per user requirements. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-01-14libvpx: fix installation issue due to file permissionsAwais Belal
do_install fails if correct permissions are not set for the installation files as follows: ERROR: QA Issue: libvpx: /libvpx/usr/lib64/libvpx.so.2.0.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] We fix this by setting appropriate permissions as needed. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-01-14mplayer2/libav: enable vdpau accelerationAwais Belal
We now leverage the vdpau acceleration for mplayer and enable the same for libav. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-01-14Revert "mplayer: Cleanup empty directories."Awais Belal
This reverts commit 8b0ee02776a39775ce038b13ac22ee6a111c128f.
2016-01-14Revert "mplayer2: Make sure python3 is available at compile time."Awais Belal
This reverts commit 39fbd009df61c37aace52c8c740225f2dedc2e9a.
2016-01-13linux-yocto: enable selinux related configs appropriatelyAwais Belal
SELinux requires audit and security configurations enabled to be able to work properly. We add these configurations conditionally on the basis of layer availability. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-12-28Merge remote-tracking branch 'mel/cedar' into merge-from-cedarChristopher Larson
* mel/cedar: linux-amd: fix jmp behavior for early idt handlers
2015-12-22xf86-video-ati: Upgrade to version 7.6.1Drew Moseley
Fixes build errors such as: <build_dir>/tmp/work/dbft3b-poky-linux/xf86-video-ati/2_7.4.0+gitAUTOINC+906a0ec922-r21.1/git/src/drmmode_display.c:795:2: error: too few arguments to function 'PixmapStartDirtyTracking' PixmapStartDirtyTracking(ppix, screenpix, 0, 0); Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-12-22linux-amd: fix jmp behavior for early idt handlersAwais Belal
The kernel hangs while trying to do a load_idt in the early start up phase and there's nothing obvious to observe on any of the consoles. This happens because jmp targets for early_idt_handlers are global which should always generate a long jmp which in theory should work correctly but tends to fail with newer assemblers. Patch backported from https://patchwork.kernel.org/patch/6469791/ Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-12-21Revert "python: ensure usage of native modules while cross compiling"Drew Moseley
This reverts commit ddcee79c137e27f313086e4618ac7255eeb1f176.
2015-12-07mesa-demos: install through image dependenciesAwais Belal
We were installing mesa-demos by making it a runtime recommendation for libgl-mesa. With the latest changes on mesa package this scheme is no longer workable because the recommendations for -mesa packages are handled differently. We now install mesa-demos through core-image-sato and core-image-base dependencies by making it a part of IMAGE_INSTALL. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-11-11Merge pull request #202 from abelal/cedar_buildDrew Moseley
Cedar build
2015-11-11python: ensure usage of native modules while cross compilingAwais Belal
The PYTHONPATH variable augments the default search path and is prepended to it. We need to make sure that host modules are used while cross compiling otherwise an illegal instruction error is generated if the modules built for target are imported. We add the patch conditionally here so open yocto builds can leverage this as well. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-10-22Merge pull request #201 from abelal/wifi_linux_amdDrew Moseley
linux-amd: enable generic WiFi configurations
2015-10-22external-sourcery-toolchain: drop inappropriate appendAwais Belal
The package has been reworked extensively so the base recipe is not available. Additionally this should be fixed with the 2015.11-x tools. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-10-21linux-amd: enable generic WiFi configurationsAwais Belal
Enable wireless extensions (WEXT) to be able to use utilities like iwconfig and generically used WiFi drivers. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-10-16Merge pull request #200 from abelal/drop_unneeded_fixesDrew Moseley
Drop unneeded fixes
2015-10-16Revert "qtwebkit-examples: fix ADE creation"Awais Belal
This reverts commit 9804e5053c103e6d4d7c894481ad746b6b549467.
2015-10-16Revert "initrdscripts: drop all automount rules while installing"Awais Belal
This reverts commit 5e29969ef2b848257482200a3295299bc140f948. Conflicts: common/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bbappend common/recipes-core/initrdscripts/initramfs-live-install_1.0.bbappend
2015-10-15Merge pull request #199 from mwpow3ll/licensingDrew Moseley
Rework radeon-firmware and amdgpu-firmware licensing to be more consistent with upstream
2015-10-15radeon-firmware: Use Firmware-amd licenseMichael
2015-10-15common: Add Firmware-amd licenseMichael
2015-10-09Revert "mesa-demos: fix deadlock in sharedtex_mt"Drew Moseley
This reverts commit 9940bb9c5c8ef4f79948ba99f43ab9af6c094276. This will be fixed in upstream poky.
2015-10-09Merge branch 'dizzy'Drew Moseley
2015-10-09Merge remote-tracking branch 'origin/release/2014.12' into dizzyDrew Moseley
2015-10-09mesa-demos: fix deadlock in sharedtex_mtAwais Belal
This patch fixes a deadlock that occurs between the main thread and rendering threads of the sharedtex_mt demo. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-10-08initrdscripts: drop all automount rules while installingAwais Belal
MMC devices get auto mounted during installation without this and cause a failure while formatting the device. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-10-02external-sourcery-toolchain: workaround erroneous libdir pointingAwais Belal
The debug agent in CB wrongly points to /usr/lib6464 rather than to /usr/lib64 to pick up the gdbserver binary. This makes any debug session fail due to not finding the binary. We work around the issue by creating a symlink from /usr/lib6464 to /usr/lib64. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-25Merge branch 'dizzy'Drew Moseley
2015-09-25Merge branch 'release/2014.12' into dizzyDrew Moseley
2015-09-22Merge pull request #189 from abelal/fix_create_adeDrew Moseley
qtwebkit-examples: fix ADE creation
2015-09-22qtwebkit-examples: fix ADE creationAwais Belal
ADEs are generated by picking up -dev subpackages of all the packages included in build. In case of qtwebkit-examples, the way qt5 submodules are populated the actual generated package of qtwebkit-examples is qtwebkit-examples-examples. When ADE creation picks up qtwebkit-examples-dev it fails to find the qtwebkit-examples package which is a dependency for the -dev package. This patch allows generation of the qtwebkit-examples package to satisfy this dependency by allowing this empty package to be built. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-21vdpauinfo: Lockdown SRCREVDrew Moseley
Explicitly use a SRCREV variable rather than a tag specifier in the SRC_URI to avoid errors when building without a network connection in the resultant installed build. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-09-14firmware-wireless: fix QA warningAwais Belal
Fix for QA warning "WARNING: QA Issue: FILES variable for package firmware-wireless contains '//' which is invalid. Attempting to fix this but you should correct the metadata." Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-10firmware-wireless: fix deployment of firmware binsAwais Belal
The current firmware-wireless recipe deploys bins to base_libdir/firmware (/lib64/firmware in our case) whereas the generic approach is to deploy these to /lib/firmware directory so we override as required. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-08-21Merge branch 'dizzy'Drew Moseley
2015-08-21Merge branch 'release/2014.12' into dizzyDrew Moseley
2015-08-21Merge pull request #171 from abelal/intamddet-873Drew Moseley
gcc: drop un-necessary appends
2015-08-20gcc: correct patching strategyAwais Belal
The source handling in gcc has changed in a manner that all sub packages use a shared source created by gcc-source apckage. So, in order to provide patches for the sub packages like libgcc, gcc-cross etc the gcc-source package should be patched. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-08-20gcc: drop un-necessary appendsAwais Belal
The gcc version (4.8) has moved on to 4.8.4 which has the required changes upstream so we drop the appends that are not needed anymore. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-08-19mesa: use wildcard versioning for appendAwais Belal
We use version specific as well as git based recipes for AMD BSPs which all use almost the same configuration settings for the package. Using wildcard versioned appends we cater for both versioned and git based scenario. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-08-19gstreamer1.0-omx: update SRCREVs correctlyAwais Belal
The gstreamer1.0-omx uses multiple SCMs for sources and requires two SRCREVs to be set accordingly. This is used for the common submodule and the main source tree. We now update the SRCREVs according to policy. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-08-16mesa: Upgrade to 10.6.3Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>