aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-05-10Merge pull request #42 from vchong/jethrojethroNicolas Dechesne
qrtr: upgrade recipe version
2017-05-10qrtr: upgrade recipe versionNicolas Dechesne
* upstream has fixed multilib/multiarch, so update recipe accordingly * also fixes "QA Issue: No GNU_HASH in the elf binary" Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 990dbe3f5e200de1cd7c3c6c68d4a2cb6b9795eb) Signed-off-by: Victor Chong <victor.chong@linaro.org>
2016-07-25qmi-gps-proxy: update to new versionNicolas Dechesne
version -4 comes with a new patch, so update recipe as well to take its patches from the debian source folder, to avoid duplication of patches. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-25linux: update kernel versionNicolas Dechesne
Anna Hanna Sedlak Grinbaum (2): drivers: bluetooth: fix memory leak in btqcomsmd soc: qcom: fix GPS Proxy exit functionality Azriel Samson (1): builddeb: fix missing headers in linux-headers package Bjorn Andersson (1): wcn36xx: Silence error about unsupported smd event 188 Nicolas Dechesne (1): kernel: configs: enable Docker support in distro.config Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-20gpsd-machine-conf: move bbappend file into layer specific folderNicolas Dechesne
If meta-qcom is used in a configuration without meta-oe, bitbake will fail to parse with this error: ERROR: No recipes available for: ../build-nodistro/conf/../../layers/meta-qcom/recipes-navigation/gpsd/gpsd-machine-conf_%.bbappend The layer.conf file has logic to selectively add .bb and .bbappend from layer specific folders, so let's move this bbappend into the 'openembedded-layer', so that it will be parsed only if 'openembedded-layer' (e.g. meta-oe) is being used. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-14machine: add dragonboard 820cNicolas Dechesne
Add minimal machine configuration files for DragonBoard820c. It is currently supported in the LT tracking kernel branch. The support is minimal for now, and it will improve over time. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-14linux-linaro-qcomlt-tracking: add new recipeNicolas Dechesne
Linux kernel recipe for the Landing Team integration/tracking branch. This branch is regularly rebased, hence the use of nobranch=1. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-14linux-linaro-qcomlt: use aarch64 MACHINEOVERRIDESNicolas Dechesne
For the kernel, we intend to use the same config and boot methods on all arm64 based devices. So instead of using apq8016 overrides, let's use the more generic aarch64 overrides. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-05sd-600eval: add new machineNicolas Dechesne
The SD 600eval is an APQ8064 based boards, following the 96boards CE specifications. More information on: https://eragon.einfochips.com/products/sd-600eval.html 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-05Use $SOC_FAMILY instead of $MACHINE in BSPNicolas Dechesne
In many recipes we have been using $MACHINE to add customization. As we are about to add more boards based on similar SoC, we need to use $SOC_FAMILY as override instead of $MACHINE. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-05machine: set SOC_FAMILY for apq8064 and apq8016 based machinesNicolas 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-07-05dragonboard-410c: split machine configuration fileNicolas Dechesne
In order to support more apq8016 based boards, let's split the dragonboard 410c machine configuration file and create apq8064.inc, which is meant to contain variables common to all 8016 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-07-04firmware-qcom-dragonboard410c: upgrade to 1.3.0Nicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-30dragonboard-410c: remove efi , add ext2 in MACHINE_FEATURESNicolas Dechesne
efi had been added by mistake initially, and should not have been there. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-30dragonboard-410c: set KERNEL_DEVICETREE in machine configuration fileNicolas Dechesne
instead of in the kernel recipe. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-30linux-linaro-qcomlt: upgrade kernelNicolas Dechesne
Bjorn Andersson (1): wcn36xx: Implement print_reg indication Todor Tomov (1): camss: Add format field handling in CSIPHY and CSID Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-29linux-linaro-qcomlt: upgrade kernel versionNicolas Dechesne
* 8016 * eMMC HS mode * SD UHS * CSI2 support * GPS * backport remoteproc/wcn/audio driver * 8064 * SD 600 eval * HDMI audio with DSP Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-24machine: dragonboard410c: add wcnss-start package when wifi is enabledNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-24wcnss-config: upgrade to 1.11.2, add wcnss-startNicolas Dechesne
* wncss-start is the new method to startup WCN core on QCOM SoC with integrated WCN. * wcnss-config should be disabled at boot, since it's triggerd by udev Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-24gpsd-machine-conf: add proper dependencyNicolas Dechesne
* gnss-gpsd provides integration between QCOM GNSS (GPS) and GPSD, so that the QCOM GPS is automatically registered into a running instance of GPSd * qdsp-config provides service to start-up the QDSP where the GPS stack is running, so GPS is enabled only when DSP is started Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-24qmi-gps-proxy: add new recipeNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-24qdsp-config: add new recipeNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-24rmtfs: update init scriptNicolas Dechesne
Make sure that qrtr service is started first. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-24machine: dragonboard410c: add bluez5-noinst-toolsNicolas Dechesne
Bluez5 provides a tool called btmgmt that can be used to set/reset BT MAC address. On DragonBoard 410c, there is no MAC address stored on the board, so we will use this tool to set the BT MAC address at run time. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-16qrtr: ensure prefix variable is set properlyNicolas Dechesne
prefix variable is set in makefile, but also in the environment by OE. Until krogoth make was always called with -e, so the variable was set based on the environment. However since OE core commit aeb653861a0ec39ea7a014c0622980edcbf653fa, -e has been removed, so we need to set prefix in the recipe to override the value from the Makefile. It is not doing anything harmful on jethro, so let's apply this change on all branches. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-15rmtfs: add systemd init serviceNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-15qrtr: add systemd init serviceNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-15firmware-qcom-dragonboard410: add the DSP firmware into the rootfsNicolas Dechesne
the DSP/modem firmware are provided inside the NON-HLOS blob file, for simplicity let's extract them and copy them into the filesystem. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-14gpsd-machine-conf: add recipeNicolas Dechesne
gpsd recipe in meta-oe is designed to have 'machine' specific dependencies through gpsd-machine-conf recipe. It is a blank recipe by default, that can be customized per machine. In this recipe we customize it for dragonboard-410c and we pull in the right dependencies needed for gpsd to work with the on board GPS, whose stack is mostly running on the DSP. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-14rmtfs: add recipeNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-14qrtr: add recipeNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-14qmic: add recipeNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-13linux-linaro-qcomlt: upgrade kernel versionNicolas Dechesne
to include GPS related drivers. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-13linux-linaro-qcomlt: allows git location to be overriden in bbappendNicolas Dechesne
Some users need to be able to 'fork' our kernel, so let's make that possible to do that in .bbappend. For example: $ cat meta-foo/recipes-kernel/linux/linux-linaro-qcomlt_%.bbappend SRCREV="abcdefg" SRCBRANCH="somebranc-v1.0" LINUX_LINARO_QCOM_GIT="git://github.com/myproject/qcomlinux.git;protocol=https" Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-09wcnss-config: upgrade to 1.11.1Nicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-08wcnss-config: update to version 1.11Nicolas Dechesne
* change PV to 1.11 * instead of using git commit id in SRCREV, switch to using the tags, that will make maintaining the recipe simpler. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-06wcnss-config: rename recipe fileNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-05-24wcnss-config: update to 1.9 releaseNicolas Dechesne
With the fix for possible truncated MAC addresses. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-05-02linux-linaro-qcomlt: use -linaro-lt-qcom for the local version string in kernelNicolas Dechesne
Since we share the same kernel for the Debian/Ubuntu and OE builds, let's align the version string as well. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-04-29linux-linaro-qcomlt: upgrade kernel to 16.04 releaseNicolas Dechesne
* based on 4.4.8 * fix for SoftAP * SPIDEV=m * Initial support for DB600c Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-04-28dragonboard-410c: add wcnss-config package in all imagesNicolas Dechesne
this package contains WCN related config files (WLAN/BT) which are needed in all images intended to run on dragonboard-410c. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-04-27wcnss-config: add new recipeNicolas Dechesne
this component includes various config files needed for BT and WLAN setup on SoC that uses the QCOM WCN core, such as DragonBoard 410c or DragonBoard 600c. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-04-22alsa-lib: add UCM config file for Dragonboard 410cNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-04-22gstreamer: add qcom v4l2 gstreamer pluginsChristophe Priouzeau
To use it: gst-launch-1.0 filesrc localtion=<mp4 file> ! qtdemux ! h264parse ! v4l2dec ! videoconvert ! waylandsink [Nicolas Dechesne] * added common as a git tree managed by SRC_URI to avoid git operation during configure Signed-off-by: Christophe Priouzeau <christophe.priouzeau@linaro.org> 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>
2016-03-31linux-linaro-qcomlt: update kernel commitNicolas Dechesne
Update to the latest 4.4 version, to include the following changes: Andy Gross (1): firmware: qcom: scm: Convert to platform driver Nicolas Dechesne (2): arm64: clean up defconfig with savedefconfig configs: add SPI_SPIDEV as module in distro.config Srinivas Kandagatla (7): firmware: scm: make scm_init call from probe arm64: dts: qcom : add scm device node firmware: scm: make scm clks optional arm: dts: qcom : add scm device node iommu: qcom: check scm avaiablity before initialization. ARM: dts: ifc6410: remove pinctrl defaults from gpio node. arm64: dts: apq8016-sbc: Add aliases to spi device. Stephen Boyd (2): regulator: qcom_spmi: Add slewing delays for all SMPS types regulator: qcom_spmi: Only use selector based regulator ops Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-03-24Merge pull request #11 from kraj/masterNicolas Dechesne
xf86-video-freedreno: Upgrade 1.3.0 -1.4.0
2016-03-23xf86-video-freedreno: Upgrade 1.3.0 -1.4.0Khem Raj
remove upstreamed patches Fixes build with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>