aboutsummaryrefslogtreecommitdiffstats
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)
2017-11-13dragonboard820c: firmware: switch firmware download link to permanent addressNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-11-08linux-linaro-qcomlt-db820c: upgrade kernelNicolas Dechesne
* merged v4.11.12 * Backported latest venus driver snapshot Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit c669b3ce2e23966bc071e098fe9f4870baa1874d)
2017-11-08dragonboard820c: include firmware packageNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 96458cb6783e06a6a80cb5be9ccdafd897a7ddf7)
2017-11-08firmware-qcom-dragonboard820c: add new recipeNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 11dc67d2801794368dd7623e88ec42766bc8f118)
2017-11-08firmware-qcom-dragonboard410c: remove ACCEPT_EULA variableNicolas Dechesne
Since r1032.1 the Qualcomm firmware have been released with a license that allows redistribution. And the file is now available publicly without the need for user to read/accept EULA. As such, we remove the constraint on meta-qcom as well. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit f99e865f8944bc5a935a87bf289d322e898413cd)
2017-10-16linux-linaro-qcomlt: upgrade kernelNicolas Dechesne
* Update to v4.9.56 * Backports: * wcn36xx: Remove unnecessary rcu_read_unlock in wcn36xx_bss_info_changed * wcn36xx: Introduce mutual exclusion of fw configuration Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-10-16dragonboard410c/820c: switch from Image to Image.gzNicolas Dechesne
LK can boot compressed image , and support for building compressed image was fixed in OE/core, in 241cc3083f kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz so let's switch to it. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-10-05linux-linaro-qcomlt: upgrade kernelNicolas Dechesne
* update to v4.9.51 * build CONFIG_MEDIA as =m * sync up camss with upstream (merged) driver * sync up venus with upstream driver * wcn36xx: Disable 5GHz for wcn3620 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-10-05firmware-qcom-dragonboard410c: add symlinks for venus filesNicolas Dechesne
Venus firmware files have reached linux-firmware git tree, but they are located at a different location in /lib/firmware. Depending on which kernel version the users are compiling it might look for them in the 'old' or the 'new' location. For now add symlinks, until we switch to newer kernel and start using linux-firmware package. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-09-13linux-linaro-qcomlt: upgrade kernelNicolas Dechesne
* Merge v4.9.47 * Bluetooth: btqcomsmd: retrieve BD address from DT property * dt-bindings: soc: qcom: Add local-bd-address property to WCNSS-BT * dt-bindings: net: document Bluetooth bindings in one place * Bluetooth: btqcomsmd: Add support for BD address setup * Merge tag 'v4.9.47' into release/qcomlt-4.9 * distro.config: enable USB device class drivers * distro.config: enable USB device class drivers * media: venus: use helper function to check supported codecs * media: venus: add helper to check supported codecs * media: venus: venc: set correct resolution on compressed stream * media: vb2: add bidirectional flag in vb2_queue * media: venus: fill vdev name * ARM64: DT: msm8916: venus_mem: drop compatible "shared-dma-pool" * media: venus: don't abuse dma_alloc for non-DMA allocations * [media] media/uapi/v4l: clarify cropcap/crop/selection behavior * [media] v4l2-ioctl/exynos: fix G/S_SELECTION's type handling * media: venus: sync with upstream v11 version of the driver * configs: distro.config: enable ZRAM Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit bae28268a9387bb842ab7bbe8200b98c1210604c)
2017-09-12qdsp-config: qdsp-start.service can now be started on bootNicolas Dechesne
Since the QCOM firmware release 1032.1 the DSP firmware was fixed, and GPS and audio can now work concurrently. So, we can remove the workaround we had to prevent the DSP from auto booting. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit f7f61b6be6a3351e5b9969736e67d61eaed34b61)
2017-08-03linux-linaro-qcomlt: upgrade kernelNicolas Dechesne
* Merged v4.9.39 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit e6f94960d93e60e7825a0a6e511d0992dbf6a4a2)
2017-07-17linux-linaro-qcomlt: upgrade kernelNicolas Dechesne
* 4.9.38 * Display bug fixes: * unclocked cursor accesses. * proper release of plane resources. * DMIC bug fixes Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 260a527688cb7d01de9d82f97a0583e5f56bad11)
2017-07-05linux-linaro-qcomlt-db820c: update to 4.11 releaseNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit aa09d55d9a34e22e41759392a4f9cd93f6cf8e1c)
2017-06-28linux-linaro-qcomlt: upgrade kernelNicolas Dechesne
* Merge v4.9.34 * Minor QCOM camera fixes * Enable more trigger modes for LEDs Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-06-23dragonboard820c: add firmware for ath10kNicolas Dechesne
Dragonboard 820c comes with a QCA6174 chip, on board, let's make sure that appropriate firmware are added to images when wifi is enabled. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 755332b65ebe9feabf9fe357b1c3aa3ac881fa62)
2017-06-23linux-linaro-qcomlt: upgrade kernel versionNicolas Dechesne
* Upgrade to Linux kernel 4.9.32 * Bug fixes: * "After unplug/plug of the HDMI cable, the GUI does not come back":https://bugs.96boards.org/show_bug.cgi?id=506 * "synchronous external abort when display goes blank":https://bugs.96boards.org/show_bug.cgi?id=505 * "[wcn36xx] SMD channel are not closed on device removal":https://bugs.96boards.org/show_bug.cgi?id=490 * Updates: * apq8016-sbc: use TX status for default-trigger WLAN LED * Improved camera driver with cropping and scaling Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-05-30kmscube: remove recipeNicolas Dechesne
It was merged in OE-core master branch, and added in meta-backports morty branch. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-05-17skales: install binary files in app specific folderNicolas Dechesne
Avoid installing skales tools in $bindir, mostly because mkbootimg conflicts with mkbootimg from android-tools package. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-05-12kmscube: add recipeCarlos Rafael Giani
This is a useful tool to test KMS and GBM-based EGL & OpenGL ES drawing Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> [updated to more recent upstream, and pushed to meta-qcom until it is available in oe-core] Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-05-10linux-linaro-qcomlt: update kernelNicolas Dechesne
* update to 4.9.27 * add support for WLAN/BT LEDs Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 07d30296d4dff25a64dbb74f04ad66ccdc410c61)
2017-05-09firmware-qcom-dragonboard: upgrade to r1032.1Nicolas Dechesne
Qualcomm has release Linux BSP firmware package r1032.1. Main changes are the following: * new LICENSE/EULA that allows redistribution * new SBL with support for CDT partition and LK signing * new DSP firmware with GPS and audio coexistence Since the new license allows redistribution, the firmware is no hosted on 96boards.org and the file is published as a standard ZIP file, not a self extractable archive as before. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 3e8c6e4de8c8a517d009bbd4449744b922fa3e5d)
2017-04-26linux-linaro-qcomlt_4.9: update kernel revisionNicolas Dechesne
LT Kernel was updated with the following changes: Archit Taneja (1): drm/msm/mdp5: Ensure clocks are enabled in legacy cursor disable path Stephen Boyd (1): gpu: Remove depends on RESET_CONTROLLER when not a provider Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-04-25qmi-gps-proxy: update to new releaseNicolas Dechesne
Also remove udev rules which was removed upstream. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit dc97efd7064ca8316115e140d6f37f2faae2eaa0)
2017-04-25qdsp-config: update to release 1.2Nicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit b9d70fc7ca76cdb75a09111cf9b62c567db7fe0a)
2017-04-14linux-linaro-qcomlt: update to kernel 4.9Nicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 62ea95812ffd1503a4f7cb18b720260ad99dd88a)
2017-04-14dragonboard820c: rename kernel recipeNicolas Dechesne
For Dragonboard 820c we are currently using a custom kernel branch, rename the kernel recipe accordingly to make it more obvious that we are using such custom branch. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 2fab6d1bda53a4784971d7ab24316b00fe79f0f4)
2017-04-11README: update info related to stable morty branchNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-04-11README: add more details about meta-oe optional dependencyNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit e29f6fe1722e24ce5d52d4ae9480b6487f7bff7e)
2017-04-11README: add symlinkNicolas Dechesne
The YP compliance requires the file README in the layer root dir. So far we are using README.md for convenience, since the project is hosted on github and we use markdown language. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 97bcc252fca6b8b4066155f0f9c649b1ed83f879)
2017-04-11qmi-gps-proxy: move the recipe in openembedded-layer sublayerNicolas Dechesne
This recipe explicitely depends on gpsd which is in meta-oe and not OE-core. So let's move the recipe into the openembedded-layer so that it gets parsed/used only when our users also have enabled meta-oe in their build, otherwise this recipe is irrelevant and should be skipped. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 061ab4a573353690c9ab50e59d8bbcb6a54269fa)
2017-04-10xf86-video-freedreno: Limit to arm and aarch64 archesKhem Raj
Makes meta-qcom play well in multi-bsp setup where non-arm architectures are also involved. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 44d5842133e35861769e5f5451c3f15d5297fec0)
2017-04-07qmic: Fix GNU_HASH QA errorsKhem Raj
Repect the environment variales in make Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-03-21firmware-qcom-dragonboard410c: add dependency on xzNicolas Dechesne
The self extracting archive internally uses xz compression, so when we unpack the firmware archive, we end up using xz. HOSTTOOLS has been introduced in OE core recently to avoid silently using tools from $PATH on the host. This has reavealed that the firmware recipe was missing an explicit dependency on xz-native tool (until now it was using it from the host!). Reported-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-03-17linux-linaro-qcomlt_4.9: update kernel versionNicolas Dechesne
* v4l2 driver * functional GPU driver Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-03-13alsa-lib: restrict bbappend to 1.1.2 versionNicolas Dechesne
The UCM patch for DB410c was merged in 1.1.3 upstream, so let's make sure it is used only for 1.1.2 (morty). Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-03-09linux-linaro-qcomlt: upgrade to latest kernel for db820cNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-03-01apq8096: enable freedreno graphicsNicolas Dechesne
Add SoC customization for mesa, gstreamer and xorg. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-02-22wcnss-config: new upstream releaseNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-02-10qmi-gps-proxy: update new releaseNicolas Dechesne
Added * [PATCH] Adding fflush when all devices are disconected. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-12-22machine: apq8096: set pagesize to 4096Nicolas Dechesne
On 8096 machines (with UFS) the pagesize is 4096, not 2048. Not using the right size might create images which won't be loaded by the bootloader (lk). Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-12-16xserver-xorg: switch to modesetting with glamor by defaultNicolas Dechesne
Following the recommendation from freedreno author, let's switch the DDX from -freedreno to -modesetting. http://bloggingthemonkey.blogspot.fr/2016/11/a-quick-note-for-usersdistros.html The freedreno driver will remain available in the BSP layer, but it will be less tested from now on. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-12-16xf86-video-freedreno: add fixes for X11 ABI 23Nicolas Dechesne
All patches are taken from upstream, until a new release is available. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-12-15gstreamer1.0-plugins-bad: default to using gles2/egl for x11Nicolas Dechesne
Older version of gstreamer neeeded Desktop GL for glimagesink to work well. This is no longer the case, so let's default to using gles2/egl from now on. This is fine for gst 1.8 and above. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-12-12linux-linaro-qcomlt_4.9: switch 4.7 kernel to 4.9 for 8096 SoCNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-12-12linux-linaro-qcomlt: update 4.4 kernel versionNicolas Dechesne
* merge 4.4.38 * new improvements in camss driver * new improvements in v4l2/venus driver * fix memory reserver-memory mapping in DTS for DB410c Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-11-30rmtfs: update with new upstreamNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-11-29qrtr: 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>
2016-11-08gstreamer1.0-plugins-bad: fix the logic to set GL option in -badNicolas Dechesne
The purpose of this .bbappend file is to enable the right GL config option in Gstreamer -bad plugins for qcom based chipset. The current logic was broken: when building with no x11 and no wayland in DISTRO_FEATURES we would set PACKAGECONFIG_GL to opengl which is wrong, since opengl depends on x11 (in -bad). So the right thing to do is to set it to opengl is x11 is in DISTRO_FEATURES and gles2 otherwise, e.g. when building for wayland only (no X11) and for use cases such as Qt5/EGLFS that does not use x11 nor wayland. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>