aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ifc6410.conf
AgeCommit message (Collapse)Author
2018-06-28conf: machine: *.conf: added overwrite options for all machinesmortyThorben Vornholz
Adding overwriting options to certain variables to supply i.e. a different kernel version or another serial output without having extra files. This also allows setting these values via environment. Signed-off-by: Thorben Vornholz <thorben.vornholz@baslerweb.com> [nicolas.dechesne@linaro.org: extended initial PR to apply to all machines, not just 820c] Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit dfe5d143de324812ea63d4f535bf0203018ff192)
2016-09-06linux-qcom-bootimg: consolidate deployment stepsMatt Madison
into a single do_deploy_append for all targets, and move the machine-/SoC-specific bootimg creation settings into the relevant configuration files. Signed-off-by: Matt Madison <matt@madison.systems> [nicolas.dechesne@linaro.org: move dt image symlink creation] Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-05improve spacing and indentation in machine configuration files and recipesNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-05ifc6410: split machine configuration fileNicolas Dechesne
In order to support more apq8064 based boards, let's split the ifc6410 machine configuration file and create apq8064.inc, which is meant to contain variables common to all 8064 based machines. Later on, we will add support for SOC_FAMILY as well. This commit should be a no-op. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-04-04dragonboard410c: ifc6410: provide better name and descriptionNicolas Dechesne
Now that the layer shows up in the OpenEmbedded layer index, let's try to have better descriptions. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-21ifc6410: dragonboard410c: only generate ext4.gzNicolas Dechesne
Image format ext4.gz is enough, not need to deploy .ext4 as well.. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-12ifc6410: mount firmware partition at bootNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-12dragonboard-410c, ifc6410: create ext4.gz as wellNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-12ifc6410: ensure proper image size are generatedNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-12ifc6410: dragonboard410c: add mesa-driver-msm is added in wayland imagesNicolas Dechesne
So far, mesa-driver-msm is included only if/when X11 is used since we included it through XSERVER variable. As such images with Wayland/Weston do not get it, and will fail to use the GPU. This commit adds mesa-driver-msm as a machine RRECOMMENDS, if opengl is enabled in DISTRO_FEATURES. This is still not quite ideal, since we don't need it in all images, e.g. console only image should not have it... So we still need to fix it properly, but in the mean time this is now 'less worse'.. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-07-30ifc6410: rework XSERVER variable definitionNicolas Dechesne
* simplify the management of the opengl DISTRO_FEATURE * add fbdev when !opengl Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-01-28machine: ifc6410: move KERNEL_DEVICETREE setting in the machine confNicolas Dechesne
it should never have been in the kernel recipe... Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-12-03machine: ifc6410: default to 3.17 QCOM LT tree instead of 3.4Nicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-12-03machine: ifc6410: recommends kernel modulesNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-07-23Create initial BSP layer for IFC6410Nicolas Dechesne
- create meta-qualcomm OE layer - add README and license file - create machine configuration for ifc6410, using the 3.4+freedreno kernel - configure freedreno in mesa, and create xf86-video-freedreno recipe This has been tested with distro-less OE-core on IFC6410 meta = "master:6bc3696d8451a23d743daf03ee98c4ba54ce4551" Using the following extra configuration in local.conf: DISTRO_FEATURES_append = " opengl" CORE_IMAGE_EXTRA_INSTALL += "mesa-demos" VIRTUAL-RUNTIME_graphical_init_manager = "" glxgears was tested using the GPU firmware from the Inforce BSP v1.5 release. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>