aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-08-16Merge pull request #528 from lumag/fix-honisterhonisterDmitry Baryshkov
sdx55: switch to main linux-linaro-qcoml kernel recipe
2023-08-16fastrpc: switch git url to codelinaroNicolas Dechesne
Linaro git trees have been moved from git.linaro.org to git.codelinaro.org. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 6b456956ffab60d574b994ffaf32e1c48a75396e)
2023-08-16sdx55: switch to main linux-linaro-qcoml kernel recipeNicolas Dechesne
There is enough upstream support for sdx55, we no longer need to use a custom kernel recipe. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 11feed5403870a8f4e90dc6cc221dd702128ef3a)
2023-08-16Merge pull request #527 from superna9999/honister-fix-kernel-urlDmitry Baryshkov
[honister] Fix linaro kernel URL
2023-08-16kernel: switch git url to codelinaroNicolas Dechesne
Linaro git trees have been moved from git.linaro.org to git.codelinaro.org. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
2023-04-03skales: switch git url to codelinaroJay Greco
(cherry picked from commit b3809683df52ed8b82f5a1fb80971e0f30ad69e1)
2022-08-23.github/workflows/push: fix ref type used in the tux planNicolas Dechesne
Tux had a convenient bug that allowed us to use a 'ref' type with a SHA. This bug was fixed, so we need to make sure that we use a type 'sha' in the Tux plan when we use a SHA value. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 746275b4f3b89cd94e874b64b89374f0946b7d62)
2022-06-01.github: switch to TuxOE plansNicolas Dechesne
The TuxOE workflow in master was updated to use TuxOE plans, and it resulted in a change in the 'inputs' format, machines is now a simple list. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-05-11.github: add build for push actionsNicolas Dechesne
In addition to testing pull_request events, also test push events. In order to effectively reuse the template job, a few additional changes were made, especially the addition of a couple of input params. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 85909070970751fb56d9eee67a8ac8b35fbdb2d0)
2022-05-06.github: use reusable workflowNicolas Dechesne
Remove workflow duplication from stable branches. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-04-27.github: use pull_request_target to allow PR testingNicolas Dechesne
When using pull_request event, the workflow is run in the context of the PR, so it's potentially untrusted code from a third party. As such Github Action secrets are not available for security reason. The PR build test workflow requires a secret (TUXSUITE TOKEN). So instead, we can use pull_request_target which ensures the workflow runs in the context of the base of the PR, e.g. trusted/merged code. In this case the repo secrets can be used in the workflow. We just need to carefully set the 'ref' we use in the tuxOE job definition, which needs to refer to the PR. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit f1ff276991bf665158bcab05c6162d4eb9db3d50)
2022-04-25.github: initial GitHub Actions workflow for premerge build testNicolas Dechesne
This CI has been implemented on Linaro CI so far, let's migrate to GitHub Actions. The build uses Linaro Tuxsuite for OE/YP which provides a cloud based infrastructure. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-02-17Merge pull request #422 from bhupesh-sharma/move-sa8155p-adp-to-5.16-honisterDmitry Baryshkov
linux: Add new .bb file for release/sa8155p-adp/qcomlt-5.16
2022-02-17linux: Add new .bb file for release/sa8155p-adp/qcomlt-5.16Bhupesh Sharma
Create a new .bb file for honister buils for sa8155p adp board which already supports kernel version 5.16. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
2022-01-18Merge pull request #417 from lumag/fix-lt-qcom-dev-honisterNicolas Dechesne
linux-linaro-qcomlt-dev: drop conflicting patch (honister)
2022-01-13linux-linaro-qcomlt-dev: drop conflicting patchDmitry Baryshkov
The offending DT schema patch was reverted upstream, drop local patch, unbreaking builds for sdx55. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 98eeb3dfcff50a4094aa04803696877ac1e9c96b)
2021-12-21README: switch to honisterNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-12-08Merge pull request #398 from alimon/masterNicolas Dechesne
recipes-kernel: Linux 5.15 bump to rev 43aa1d1f5fcf (v5.15.6)
2021-12-07recipes-kernel: Linux 5.15 bump to rev 43aa1d1f5fcf (v5.15.6)Aníbal Limón
Changes, 43aa1d1f5fcf Merge tag 'v5.15.6' into HEAD ... 485c2c5a3cce drivers/net/wireless/ath: ath11k wmi restore mgmt_rx_event_params.chan_freq Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-12-01Merge pull request #386 from lumag/update-firmwareNicolas Dechesne
Update firmware packages
2021-12-01Merge pull request #390 from lumag/debugccNicolas Dechesne
debugcc: package Bjorn's debugcc tool
2021-12-01debugcc: package Bjorn's debugcc toolDmitry Baryshkov
The debugcc tool can be useful on the target platforms. Add a recipe to build corresponding package. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-26Merge pull request #396 from alimon/mesa_gitNicolas Dechesne
recipes-graphics: mesa_git update elf-tls patch
2021-11-25recipes-graphics: mesa_git update elf-tls patchAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-11-25Merge pull request #392 from alimon/linux_5.15Nicolas Dechesne
recipes-kernel: Linux 5.15 bump to rev 485c2c5a3cce (v5.15.4)
2021-11-25Merge pull request #393 from lumag/fix-kernel-dtbNicolas Dechesne
linux-linaro-qcomlt-dev: revert dtschema enforced enabling
2021-11-24linux-linaro-qcomlt-dev: revert dtschema enforced enablingDmitry Baryshkov
There is no need to check dtb schema while building OE kernel images. Not to mention that supporting dtschema properly requires significant changes to the OE-core layer (which are still pending). With all that in mind revert the commit making dtschema validation mandatory when building individual dtb files. Revert the patch here rather than in the integration tree itself, so that users of the integration tree still can benefit from enforced dt schema validation. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-23recipes-kernel: Linux 5.15 bump to rev 485c2c5a3cce (v5.15.4)Aníbal Limón
Changes, 485c2c5a3cce drivers/net/wireless/ath: ath11k wmi restore mgmt_rx_event_params.chan_freq d14eb0ba93fe Merge tag 'v5.15.4' into release/qcomlt-5.15 ... d36fa951d7fe arch/arm64: defconfig enable venus clock for sm8250 ... b65f90c953f4 Merge tag 'v5.15-rc7' into release/qcomlt-5.15 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-11-18Merge pull request #391 from lumag/merge-testNicolas Dechesne
Rework initramfs-test-image family of images
2021-11-18initramfs-test-image: generify PACKAGE_INSTALL handlingDmitry Baryshkov
For the initramfs-test-image family of images we have to simulate dynamic layers/bbappends support in the form of per-layer variables. Currently only two layers are supported this way: openembedded-layer (meta-oe) and networking-layer (meta-networking), both are handled manually. Allow initramfs-*-image to provide dynamic package lists for any layer, by looping through the BBFILE_COLLECTIONS in an anonymous Python function. This causes minor change in PACKAGE_INSTALL_foo-layer variables syntax. Also as we at it, move this dynamic handling to the initramfs-tiny-image, so that any image branching from it can use this functionality. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-18initramfs-test-full-image: remove duplication with initramfs-test-imageDmitry Baryshkov
The initramfs-test-full-image is expected to contain all the tools from initramfs-test-image. To prevent possible surprises in future, make initramfs-test-full-image recipe include initramfs-test-image recipe rather than duplicating it. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-16Merge pull request #388 from lumag/wcn6855-fwNicolas Dechesne
firmware-wcn6855: provide firmware for wcn6855 wifi chip
2021-11-14firmware-wcn6855: provide firmware for wcn6855 wifi chipDmitry Baryshkov
Firmware for the WCN6855 is not yet provided in the linux-firmware. Until it is provided by the linux-firmware, package it separately. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-09firmware-qcom-dragonboard845c: package sensors firmwareDmitry Baryshkov
Create a package with slpi firmware for the dragonboard845c. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-09firmware-qcom-dragonboard820c: switch to newer firmware pathsDmitry Baryshkov
db820c has apq8096 chip, not msm8996. Use correct path for firmware files. Provide backwards compatible paths. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-09firmware-qcom-dragonboard410c: adapt to the firmware names in 5.16Dmitry Baryshkov
Linux kernel 5.16 is going to use more correct apq8016 instead of msm8916 name in the firmware paths for the DB410C. Also platform-specific wlan NV file name was changed to reflect that it supports only the sbc board, not the whole set of prima devices. Switch firmware-qcom-dragonboard410 to use new firmware paths by default and provide compat symbolic links. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-09firmware-qcom-nexus7-2013: use FW_QCOM_PATH in the recipeDmitry Baryshkov
To simplify the code, use the defined shortcut instead of spelling the whole path. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-09firmware-qcom-rb5: use FW_QCOM_PATH in the recipeDmitry Baryshkov
To simplify the code, use the defined shortcut instead of spelling the whole path. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-09firmware-qcom-dragonboard845c: use FW_QCOM_PATH in the recipeDmitry Baryshkov
To simplify the code, use the defined shortcut instead of spelling the whole path. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-09firmware-qcom-dragonboard820c: use FW_QCOM_PATH in the recipeDmitry Baryshkov
To simplify the code, use the defined shortcut instead of spelling the whole path. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-09firmware-qcom-dragonboard410c: use FW_QCOM_PATH in the recipeDmitry Baryshkov
To simplify the code, use the defined shortcut instead of spelling the whole path. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-05Merge pull request #385 from YoeDistro/yoe/mutNicolas Dechesne
initramfs-test-full-image: Do not use append with += operator
2021-11-04initramfs-test-full-image: Do not use append with += operatorKhem Raj
this is undefined behaviour, mant times devs used them together to get the missing space at the beginning of string which append/prepend needs but thats not intended behaviour Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-04Merge pull request #384 from YoeDistro/yoe/mutNicolas Dechesne
skales: Specify branch parameter explicitly in SRC_URI
2021-11-03skales: Specify branch parameter explicitly in SRC_URIKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-02Merge pull request #383 from ndechesne/srcuriNicolas Dechesne
bootrr, diag: make sure branch and protocol are configured
2021-11-02Merge pull request #382 from alimon/mesa_gitNicolas Dechesne
recipes-graphics: mesa_git fix installation of new all-skips.txt
2021-11-02bootrr, diag: make sure branch and protocol are configuredsrcuriNicolas Dechesne
The default branch name for new repositories created on GitHub is now main. While it does not affect existing repo, let's be more explicit just in case, as there is uncertainty about how it will be managed in general. Also Github has announced that it will stop supporting git:// protocol in Q1 2022, let's make sure we don't use it anymore, and use https:// instead. https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-10-28recipes-graphics: mesa_git fix installation of new all-skips.txtAníbal Limón
The deqp-all-skips.txt was renamed to all-skips.txt, see: https://gitlab.freedesktop.org/mesa/mesa/-/commit/38dff02bfb1f237ded1e2075e560ec06b52fadcf Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-10-28Merge pull request #380 from lumag/fix-5.15Nicolas Dechesne
linux-linaro-qcomlt: fix overrides for the sa8155p-adp machine