aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-04-06Revert "gstreamer: add mechanism to include plugins with commercial license"revert-725-cyclone5-multimediaFahad Usman
2016-04-06Merge pull request #725 from fahadusman/cyclone5-multimediaNoor-Ahsan
gstreamer: add mechanism to include plugins with commercial license
2016-04-06gstreamer: add mechanism to include plugins with commercial licenseFahad Usman
Certain gstreamer plugins and components have license restrictions and cannot be included in MEL build by default. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-04-05Merge pull request #722 from fahadusman/cyclone5-mpvNoor-Ahsan
mpv: add mechanism to include mpv in build
2016-04-05mpv: add mechanism to include mpv in buildFahad Usman
mpv depends on packages that require commercial license, so it is not enabled by default. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-04-05Merge pull request #721 from fahadusman/cyclone5-mpvNoor-Ahsan
Cyclone-5 MPV
2016-04-05Cyclone5: use ffmpeg instead of libavFahad Usman
libav has been recently deprecated in favor of ffmpeg so we want to use ffmpeg for Cyclone5. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-04-05MPV: Add missing dependenciesFahad Usman
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-04-04Merge pull request #716 from fahadusman/cyclone5-mpvNoor-Ahsan
Add MPV
2016-04-04MPV: Enable wayland if it's supported by DistroFahad Usman
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-04-01ffmpeg: Copy ffmpeg recipe from poky/masterFahad Usman
We don't have ffmpeg recipe in the snapshot of poky for Cedar release. So copy ffmpeg recipe from current poky/master as of commit id: c0b3667c49fc3513ad2fc99eb4a069b3b057ae26 Jira: http://jira.alm.mentorg.com:8080/browse/SB-7005 Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-04-01mpv: Add missing dependency of libxkbcommonFahad Usman
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-04-01mpv: remove lua and libass from package configFahad Usman
We were facing issues building mpv with lua and libass. They are only required for on-screen-display. Removing them for Cyclone5. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-04-01mpv: Add new recipeFahad Usman
Add mpv recipe from patchwork (http://patches.openembedded.org/patch/117671/) as it is not merged upstream yet. Jira: http://jira.alm.mentorg.com:8080/browse/SB-7005 Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-03-31Merge pull request #711 from fahadusman/SB-6863Noor-Ahsan
cyclone5: add tools to create and modify file-systems
2016-03-30Merge pull request #714 from fahadusman/cyclone5-u-boot-fixesNoor-Ahsan
Cyclone5 u boot fixes
2016-03-30mk-cyclone5-boot-part.sh: update default file nameFahad Usman
Uupdate the default file name of u-boot-spl binary to be used by the script. We recently switched to the vendor u-boot recipe and the SPL file name is different in u-boot-sofcpga. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-03-30u-boot-socfpga: Do not delete SPL ELF filesFahad Usman
We need them for debugging and flashing via JTAG. Jira: http://jira.alm.mentorg.com:8080/browse/SB-6992 Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-03-29Merge pull request #713 from sharidas/mesa-qt5-fix-cedar-async-minnowNoor-Ahsan
mesa: Add GLES3 headers to libgles2-mesa-dev
2016-03-29mesa: Add GLES3 headers to libgles2-mesa-devSujith Haridasan
Adding GLES3 headers to libgles2-mesa-dev solves the problem when user tries to verify Qt5 examples using Qt Creator. JIRA: SB-6993 Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com>
2016-03-29Merge pull request #712 from sharidas/lttng-tools-cedarNoor-Ahsan
lttng-tools: Add upstream patch for regression test
2016-03-29lttng-tools: Add upstream patch for regression testSujith Haridasan
run-ptest of lttng-tools when executed was not landing back to shell prompt. Hence cherry-pick'ed the upstream patch. This patch fixes the issue related to landing back to shell prompt after execution of the test suite. commit id: 9f775e38ec25c336573b11cae37bc081120b13a8 Upstream status: pending JIRA: SB-6972 Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com>
2016-03-29cyclone5: add tools to create and modify file-systemsFahad Usman
Although we only need to support mounting of already created file-systems, we are adding tools to create and modify file-systems for consistency with other BSPs in Cedar release. This should be removed in Dogwood release. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-03-29Merge pull request #709 from fahadusman/cyclone5-webkitNoor-Ahsan
core-image-sato: Remove Ephiphany from image
2016-03-29Merge pull request #710 from skrishnakar/Fix-SB-6983Noor-Ahsan
intel-corei7-64: bundle wic image in release-artifacts
2016-03-29intel-corei7-64: bundle wic image in release-artifactsSrikanth Krishnakar
JIRA: SB-6983 Since we have different mechanism employed for WIC image creation for minnowmax due to processing method involved in generating live boot image, deploy the WIC image exclusively in release artifacts so that we have bootable rootfs in binary folder. Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2016-03-29core-image-sato: Remove Ephiphany from imageFahad Usman
We only provide support for webkit framework, any webkit based front end application will be added by the user. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-03-24Merge pull request #705 from skrishnakar/Fix-SB-6973Noor-Ahsan
linux-altera: Fix machine hang during KGDB process
2016-03-24linux-altera: Fix machine hang during KGDB processSrikanth Krishnakar
Upstream-Status: Ported from v4.1.11 JIRA: SB-6973 Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2016-03-24Merge pull request #704 from skrishnakar/Cyclone5-FixesNoor-Ahsan
Cyclone5 fixes
2016-03-24Merge pull request #703 from fahadusman/cyclone5-webkitNoor-Ahsan
Cyclone5 webkit
2016-03-24core-image-sato: Include webkitgtk and Epiphany browserFahad Usman
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-03-24webkitgtk: Remove '-g' from DEBUG_FLAGSFahad Usman
Webkitgtk fails to link when built with debug info because of memory exhaustion, disable debug info to reduce memory footprint. Jira: http://jira.alm.mentorg.com:8080/browse/CB-6126 Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-03-24webkitgtk: package debug files properlyFahad Usman
Package debug files properly to get rid of build time warnings. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-03-24linux-altera: Fix Exceeded CRDA call max messagesSrikanth Krishnakar
Upstream-Status: Backport from v4.2-rc8 This will fix the continuous warning messages: cfg80211: Calling CRDA to update world regulatory domain cfg80211: Calling CRDA to update world regulatory domain cfg80211: Calling CRDA to update world regulatory domain Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2016-03-24linux-altera: Enable WIRELESS_LAN dependenciesSrikanth Krishnakar
JIRA: SB-6971 This will enable necessary 802.11 stack for using Wifi on the hardware. Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2016-03-24linux-altera: Fix the Filesystem mount warning during bootSrikanth Krishnakar
Upstream-Status: Inappropriate [distribution specific] This fixes: EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240) EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240) Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2016-03-23linux-altera: Enable AUTOFS for systemdSrikanth Krishnakar
This Fixes: Freeing unused kernel memory: 440K (8081e000 - 8088c000) systemd[1]: Failed to insert module 'autofs4': No such file or directory Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2016-03-23cyclone5: switch to vendor u-boot-socfpgaSrikanth Krishnakar
JIRA: SB-6970 Use vendor u-boot socfpga by default that retains all features meant for Altera hardware. Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2016-03-23u-boot-socfpga: Prepare SPL image and u-boot.scrSrikanth Krishnakar
JIRA: SB-6970 This patch does the following: 1. Generate signed U-boot SPL preloader image 2. Generate and deploy u-boot.scr Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2016-03-23cyclone5: remove upstream u-boot filesSrikanth Krishnakar
We now have vendor u-boot-socfpga functional for Altera cyclone5, we no more need the upstream u-boot for the BSP. Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2016-03-23Add mkpimage for SPL image of SOCFPGASrikanth Krishnakar
This tool will allow signing of u-boot SPL image. Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
2016-03-22webkitgtk: remove interhit from upstream-version-is-evenFahad Usman
We do not have this class in our snapshot of poky for cedar release. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-03-22webkitgtk: copy webkitgit_2.10.7 recipe from poky/masterFahad Usman
Poky commit id: 62a6f9726b30f62eb8bd945400bee36726fb528c Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-03-18Merge pull request #701 from fahadusman/cyclone-vNoor-Ahsan
local.conf.append.cyclone5: use hard-float
2016-03-18local.conf.append.cyclone5: use hard-floatFahad Usman
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2016-03-17Merge pull request #698 from arehman199/sb-6820_notesChristopher Larson
cyclone5: set preferred providers to quiet notes
2016-03-17Merge pull request #697 from arehman199/sb-6825Noor-Ahsan
weston: fix build failure due to wrong syntax
2016-03-17cyclone5: set preferred providers to quiet notesAbdur Rehman
* Set PREFERRED_PROVIDERs for make-native and java2-runtime to quiet build time NOTEs. * openjdk-7-jre requries x11 as a distro feature but we disable it while building weston-image. Update the comment to remove weston-image from the list of Java supported images. * Fix typos: s/JAVA/Java s/java/Java JIRA: SB-6820 Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
2016-03-17weston: fix build failure due to wrong syntaxAbdur Rehman
Use correct conditional syntax for appending to the DEPENDS variable. Earlier syntax was overriding the items previously assigned to DEPENDS thus causing build-deps warnings and build failures resulting from missing dependencies. libinput, which also pulls in libevdev, is already in DEPENDS in the main recipe, so no need to add these packages here again. JIRA: SB-6825 Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>