summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb
AgeCommit message (Collapse)Author
2021-02-22linux-toradex: change kernel recipe to linux-toradex_5.4-2.3.x.bbDenys Drozdov
Switch to linux-toradex branch toradex_5.4-2.3.x-imx Related-to: ELB-3513, ELB-3515, ELB-3509 Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com> (cherry picked from commit 93c2fe20206766c424a4d6d879045bbbe8a56479)
2021-02-22linux-toradex: set srcrev with git nameMax Krummenacher
The CI script uprev-srcrev otherwise would create a SRCREV_machine rather than modifying the existing SRCREV line. Completes commit 9223a92 ("linux-toradex: set 'name=machine' for kernel repository") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 8536f49558c4f9ef78abcd1569887c24f34138ac) Conflicts: recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb
2021-02-22linux-toradex-mainline: disable configs that lead to latencyMing Liu
Explicitly disable kernel configs that could lead to latency on preempt-rt kernel. Also explicitly enable CONFIG_EXPERT, which is being depended by CONFIG_PREEMPT_RT. Related-to: TOR-1354 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 7158ef9e45d854bb92aaf3074b25b80663d185b6)
2021-02-22linux-toradex: drop a _append overrideMing Liu
Drop a '_append' override when setting SUMMARY for preempt-rt, to avoid being redundant. Related-to: TOR-1354 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 97293f4ae7511e58c815715994cc7f4eabdf6d49)
2021-01-21Bump SRCREVci.toradex
Bump SRCREV hashes as used in build of Wed Jan 20 23:54:26 UTC 2021 Matrix Build: image-tdxref-dunfell-5.x.y-nightly-matrix 196 Matrix Build Status: SUCCESS Triggered by: https://jenkins.int.toradex.com/job/image-tdxref-dunfell-5.x.y-nightly-matrix/196 Signed-off-by: ci.toradex <cicd@toradex.com> (cherry picked from commit 52af903571e0f9a2be1283b2cd0318ac75252de1)
2021-01-20linux-toradex:: use https to fetch git repoMax Krummenacher
This helps people which can't access the web with the git protocol. Related-to: ELB-3475 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 3ffad57df7a79a8b801d35f48e6bb59af7206a8e)
2021-01-20Bump SRCREVToardex CI
Bump SRCREV hashes as used in build of Tue Dec 29 21:45:13 UTC 2020 Matrix Build: image-tdxref-dunfell-5.x.y-nightly-matrix 175 Matrix Build Status: SUCCESS Triggered by: https://jenkins.int.toradex.com/job/image-tdxref-dunfell-5.x.y-nightly-matrix/175 Signed-off-by: ci.toradex <cicd@toradex.com> Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit 1cd4cc7dc068e86c4ee3cbee76c34cd64156f295)
2021-01-20Bump SRCREVToardex CI
Bump SRCREV hashes as used in build of Mon Dec 28 14:48:13 UTC 2020 Matrix Build: image-tdxref-dunfell-5.x.y-nightly-matrix 172 Matrix Build Status: SUCCESS Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Triggered by: https://jenkins.int.toradex.com/job/image-tdxref-dunfell-5.x.y-nightly-matrix/172 Signed-off-by: ci.toradex <cicd@toradex.com> (cherry picked from commit 71d211918ec18b0e6538accc691b1d25f572d53e)
2020-12-08recipes: bump srcrevci.toradex
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit cabae110d1b5dd2c4898475decdb1b9c3fcd62a1)
2020-11-23Bump SRCREVci.toradex
Bump SRCREV hashes as used in build of Fri Nov 20 11:48:52 UTC 2020 Matrix Build: image-tdxref-dunfell-5.x.y-nightly-matrix 134 Matrix Build Status: SUCCESS Triggered by: https://jenkins.int.toradex.com/job/image-tdxref-dunfell-5.x.y-nightly-matrix/134 Signed-off-by: ci.toradex <cicd@toradex.com> (cherry picked from commit f2afc2bc33bee8e44560d7e79de7e4f908d742d0)
2020-11-23linux-toradex: update to 5.4.77 and 5.4.77-rt43 respectivelyMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit 3db60b413bc25579b0c112113c2b2648ea0182f5)
2020-11-23linux-toradex: update to 5.4.74 and 5.4.74-rt42 respectivelyMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit 21b8f4cfcb54d85f19849363a54e344ec048bf02)
2020-11-23Bump SRCREV hashes as used in build of Fri Oct 30 22:09:41 UTC 2020ci.toradex
Matrix Build: image-tdxref-dunfell-5.x.y-nightly-matrix 115 Matrix Build Status: SUCCESS Triggered by: https://jenkins.int.toradex.com/job/image-tdxref-dunfell-5.x.y-nightly-matrix/115 Signed-off-by: ci.toradex <cicd@toradex.com> (cherry picked from commit d06fe6247f3dae6743cf7e2b1d9606b96aeb15a8)
2020-10-23linux-toradex: bump to latest headMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit dfc32e8e8c79a043a8c75629f146ff1a337c78fc)
2020-10-17linux-toradex: add preempt-rt configs as scc fileMing Liu
Since now we are inheriting kernel-yocto.bbclass, let's change to add preempt-rt as scc file. Also avoid setting KERNEL_FEATURES to empty, it could be used in torizoncore layer. Related-to: ELB-3171 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit c37762740e37259e47269020bb8494f2325811bc)
2020-10-17linux-toradex: drop PV_appendMing Liu
A same value has been set in linux-imx.inc, drop duplicated setting. This fixes a wrong PV value as: ${LINUX_VERSION}+git${SRCPV}+git${SRCPV} > ${LINUX_VERSION}+git${SRCPV} Related-to: ELB-3171 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 126f17f21b7ce30c960c4e7b93cc80a00aa5e5cd)
2020-10-17linux-toradex: set 'name=machine' for kernel repositorySigned-off-by: Ming Liu
To match SRCREV_FORMAT, we need let kernel and kmeta all have a name, or else it will end up with a invalid PV. Related-to: ELB-3171 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 9223a9243f1b8ad7077467f41f03bfdbf70badf9)
2020-10-17linux-toradex-5.4-2.1.x: drop separate defconfigsMax Krummenacher
Change to use the defconfig which is part of the kernel tree. In order to provide a defconfig from your bbappend add a file 'defconfig' through SRC_URI which will take precedence. Related-to: ELB-3035 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 87ea3e80f0a0a78d9dba31273f4610881ab36251)
2020-10-05Bump SRCREV hashes as used in build of Fri Oct 2 05:13:53 UTC 2020 plus ↵Toardex CI
later Colibri iMX8X specific fixes Matrix Build: image-tdxref-dunfell-5.x.y-nightly-matrix 86 Matrix Build Status: SUCCESS Triggered by: https://jenkins.int.toradex.com/job/image-tdxref-dunfell-5.x.y-nightly-matrix/86 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit fddb6cc10a1df717cc77b6958ce5e233cef9a80a)
2020-10-05Bump SRCREV hashes as used in build of Wed Sep 30 15:34:02 UTC 2020Toardex CI
Matrix Build: image-tdxref-dunfell-5.x.y-nightly-matrix 84 Matrix Build Status: SUCCESS Triggered by: https://jenkins.int.toradex.com/job/image-tdxref-dunfell-5.x.y-nightly-matrix/84 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit f339ccb51bf47a07d31d79fc984101547da048f7)
2020-10-05Bump SRCREVci.toradex
Bump SRCREV hashes as used in build of Tue Sep 29 12:07:44 UTC 2020 Matrix Build: image-tdxref-dunfell-5.x.y-nightly-matrix 81 Matrix Build Status: SUCCESS Triggered by: https://jenkins.int.toradex.com/job/image-tdxref-dunfell-5.x.y-nightly-matrix/81 Signed-off-by: ci.toradex <cicd@toradex.com> (cherry picked from commit 18f08d5336e188f8f7ba5212bb3f63c4751a51fb)
2020-09-03linux: update to latestMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-09-01recipes-kernel: Remove revert no-1-8-v patchesPhilippe Schenker
those patches currently do not apply, remove them. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2020-08-23linux-toradex: set KERNEL_FEATURES to emptyMing Liu
Now we are inheriting kernel-yocto.bbclass by including recipes-kernel/linux/linux-imx.inc, but we dont support KMETA build so we need explicitly reset KERNEL_FEATURES to empty, this prevents do_kernel_metadata to look for kernel feature configs in KMETA which will certainly fail. Related-to: TOR-1262 Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-08-20linux-toradex-rt: update to downstream 5.4-2.1.xMax Krummenacher
This drops the linux-toradex-rt recipe in favour of combining its functionality into the linux-toradex_5.4-2.1.x.bb recipe. The override preempt-rt applies the RT patch and changes the kernel config to use PREEMPT_RT. Related-to: ELB-2758 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-08-20linux-toradex: update downstream to 5.4-2.1.xMax Krummenacher
Related-to: ELB-2758 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>