summaryrefslogtreecommitdiffstats
path: root/conf/distro/systemdev.conf
AgeCommit message (Collapse)Author
2016-09-07systemdev.conf: fixup incompatibility when using X11 from meta-oeReinette Chatre
With the usage of meta-oe the build will use xserver-common as a replacement for x11-common as we see during rootfs generation: "Multiple replacers for x11-common, using first one (xserver-common)" With the installation of xserver-common instead of x11-common we then get see an image creation failure because the dependency of packagegroup-core-x11-utils-dev on x11-common cannot be satisfied: * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-x11-utils-dev: * x11-common (= 0.1-r47) * By setting VIRTUAL-RUNTIME_xserver_common we ensure that packagegroup-core-x11-utils-dev depends on what will be installed. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Reviewed-by: Joe Konno <joe.konno@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
2015-12-02systemdev.conf: remove now default xvmc configReinette Chatre
The upstream recipe of xf86-video-intel now includes xvmc as one of the default configurations so we need not select it anymore. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
2015-12-02systemdev.conf: remove SVK mirrorReinette Chatre
We are seeing following WARNING during image build: WARNING: Invalid protocol (svk) in PREMIRRORS: svk://.*/.* http://downloads.yoctoproject.org/mirror/sources/ As with upstream commit below we remove SVK mirror since svk fetcher was removed in bitbake 1.22 commit b2b59b14ecfe13ba794d92f97d1403d6503c7407 Author: Ross Burton <ross.burton@intel.com> Date: Tue May 5 13:17:00 2015 +0100 poky.conf: remove SVK mirror The svk fetcher was removed in bitbake 1.22 and oe-core master doesn't consider svk: a valid URL for mirrors. (From meta-yocto rev: fff0423522b9574698575b1a28cf77a7831371c1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
2015-12-02systemdev.conf: use logic to edit WARN_QA and ERROR_QAReinette Chatre
This is a clone of upstream commit that made similar change to the poky.conf distro configuration. Commit message duplicated below: commit 013f7e286d72c51b52a72fdbff6cbc875b3a15ac Author: Ross Burton <ross.burton@intel.com> Date: Mon Feb 2 23:32:31 2015 +0000 poky.conf: use logic to edit WARN_QA and ERROR_QA Instead of overriding WARN_QA and ERROR_QA, edit the defaults to remove specific tests from WARN_QA and add them to ERROR_QA. This should avoid tests being added to poky.conf but not insane.bbclass (unknown-configure-option wasn't enabled in oe-core), or vice versa (infodir wasn't enabled in Poky). (From meta-yocto rev: 32f5014c871f5fd86262fb6a87b60360b1b21d07) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-12-02distro conf: add Fedora-21 to tested distrosReinette Chatre
we have successfully built the image with Fedora-21. This distro has also been added to the upstream poky distro configuration. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-12-02systemdev.conf: update OELAYOUT_ABIReinette Chatre
The layout of TMPDIR changed in fido. We will rebuild now with moving to fido. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-12-02systemdev.conf: remove EXTRAOPKGCONFIGReinette Chatre
The "poky-feed-config-opkg" dependency does not exist anymore and our reference distro config (poky.conf) is not setting this anymore either. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-08-26systemdev.conf: build dependency should be DEPENDSReinette Chatre
A recent addition attempted to fix a build dependency with setting RDEPENDS. This is not correct and we change it to the correct DEPENDS syntax. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-08-19systemdev-xfce: include libXvMC video extension library in xfce imagesReinette Chatre
We include the X Video Motion Compensation extension library (XvMC) in the systemdev xfce images. This enables hardware rendered motion compensation support and is required by some graphics workloads (for example, video-cpu-usage) that we would like to use during system development. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-08-19systemdev.conf: fix multiple providers are available for jpeg*Reinette Chatre
During build we see the message: NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo) NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg NOTE: multiple providers are available for jpeg-native (jpeg-native, libjpeg-turbo-native) NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg-native We fix this by setting the preferred provider in the distro configuration as recommended by http://www.openembedded.org/wiki/PREFERRED_PROVIDER_for_jpeg_and_jpeg-native Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-05-18systemdev.conf: add pam, wayland distro featuresJoe Konno
The "wayland" distro feature directs packages to build any wayland-specific functionality in. "pam" distro feature is necessary because weston-launch, needed to run weston from KMS beginning with weston v1.6, needs it. This patch is separate for exploration purposes only-- I am happy to squash it in the next patch iteration. Signed-off-by: Joe Konno <joe.konno@intel.com> Signed-off-by: Darren Hart <dvhart@infradead.org>
2015-02-20systemdev: enable new build-deps file-rdeps QA test by defaultReinette Chatre
Additional QA checks file-rdeps and build-deps have been added in dizzy in order to verify that file dependencies are satisfied (e.g. package contains a script requiring /bin/bash) and build-time dependencies are declared, respectively. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-01-23Systemdev: Initial commitDarren Hart
The meta-systemdev layer provides a Distro definition (systemdev), and image recipes intended for system development, validation, and benchmarking. The base systemdev-image provides a console-based image with analysis tools, test suites, and benchmarks. The SDK variants add a toolchain and development libraries. The XFCE variants add the XFCE desktop and graphical benchmarks. Signed-off-by: Darren Hart <dvhart@linux.intel.com>