summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-dev.bb
AgeCommit message (Collapse)Author
2024-04-08linux-yocto-dev: remove duplicate DEPENDSMikko Rapeli
They are already set in linux-yocto.inc (From OE-Core rev: 19cc261158a445b4e361b9e11599fa46d221d119) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-04-04linux-yocto-dev: bump to v6.9Bruce Ashfield
6.9-rc2 is available, so we bump linux-yocto-dev to track. (From OE-Core rev: dae2667eb51ac15e6b5e965bc87fe01224256105) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-03-05linux-yocto: Enable gpio-sim with ptestsKhem Raj
ptests for packages like libgpiod and python3-gpiod need gpio-sim to run the tests successfully. (From OE-Core rev: cc651ce0b933abc38fd2d4481297d280c43f1828) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-02linux-yocto-dev: update to v6.8Bruce Ashfield
-rc1 is available, so we bump our -dev kernel to track. (From OE-Core rev: 104f0ff88166ccd10adaaf78705d91b0fa26be24) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-12-06linux-yocto-dev: bump to v6.7Bruce Ashfield
(From OE-Core rev: f8ef4cdbc6c68c2ae8650ab343b34f3494d30d2e) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-10-01linux-yocto-dev: update to v6.6-rcXBruce Ashfield
v6.5 will be the next reference kernel, so we update -dev to follow 6.6-rcX. (From OE-Core rev: de9a409448527b59d22a8e76a2604df77834c354) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-08-24recipes/classes/scripts: Drop SRCPV usage in OE-CoreRichard Purdie
Now that SRCPV isn't needed we can simplify things in a few places... (From OE-Core rev: 843f82a246a535c353e08072f252d1dc78217872) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-08-17linux-yocto-dev: correct qemuarmv5 device tree locationJon Mason
In Linux kernel commit 724ba6751532055db75992fc6ae21c3e322e94a7 all arm arch device tree files were moved into vendor directories (similar to what was being done in arm64). This is causing the following error when building for qemuarmv5 with linux-yocto-dev: | make[2]: *** No rule to make target 'arch/arm/boot/dts/versatile-pb.dtb'. Stop. Correcting the location to add the vendor directory of "arm" addresses the issue (and is what is being done for arm64 machines already). (From OE-Core rev: 42d5e8ef12934db65c35c1c5f0cabb5c21dbea43) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-08-09linux-yocto-dev: bump to v6.5+Bruce Ashfield
Updating the -dev kernel to track the latest k.org development release. (From OE-Core rev: 0b04672b550831c9c956bbbe21ccfe23001b9a9c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-06-01linux-yocto-dev: bump to v6.4+Bruce Ashfield
(From OE-Core rev: d3d7c2735eba0b985032cf55a001a6f21e2f01cf) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-05-05recipes: Default to https git protocol where possibleRichard Purdie
The recommendation from server maintainers is that the https protocol is both faster and more reliable than the dedicated git protocol at this point. Switch to it where possible. (From OE-Core rev: 139102a73d4151f4748b4a861bd4ab28dda7dab7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-26kernel/kernel-devsrc: powerpc: add elfutils dependencyBruce Ashfield
When working on 6.3+ kernel support powerpc started to fail when doing on target kerne module builds, and in some cases when building the kernel itself. This was due to crtsavres requiring objtool to build, which was missing required development headers. So in a similar manner to x86, we add elfutils as an arch specific dependency in these recipes. (From OE-Core rev: 14b815b0beb6edc14b4fcc016201ade967875e28) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-26linux-yocto-dev: bump to v6.3Bruce Ashfield
(From OE-Core rev: 150ac6445301b944b05ea6b9952ebb7d41707c42) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-06linux: inherit pkgconfig in kernel.bbclassMing Liu
pkgconfig is being required to find dependencies for building kernel native tools, move "inherit pkgconfig" to kernel.bbclass so BSP kernel recipes can also benefit from it. (From OE-Core rev: 8a84bd98e3fbc16c782f83064801e469d086911e) Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-03linux-yocto-dev: bump to v6.2Bruce Ashfield
Updating the -dev kernel to the 6.2 kernel. (From OE-Core rev: e65d10ea2c955c87a08e6ac0e2594e3618cdc7e8) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-02-04linux: add loongarch64 supportXiaotian Wu
(From OE-Core rev: 103993845bb8efa3a17df4585b248d775795ac4f) Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-11-22linux-yocto-dev: bump to v6.1Bruce Ashfield
v6.1 is available, and could likely be the next LTS kernel, so we bump our -dev kernel to start testing with this version. (From OE-Core rev: 140da741424e5bbcaf0cbe21a70189ea5b272aab) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-11-22linux-yocto-dev: bump to v6.0+Bruce Ashfield
Introducing the 6.0+ development kernel branches. These have been sanity tested on all supported architectures. (From OE-Core rev: 04c9125197783b0c72552b213c8a248eedc83a93) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-11-03linux-yocto-dev: add qemuarmv5Jon Mason
qemuarmv5 passes testimage on with the linux-yocto-dev kernel. Add it to the compatible machines list for that recipe. (From OE-Core rev: e1587fbac4d3ee8092d5e858f1b423faa512c559) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-10-26linux-yocto-dev: add qemuarm64Xiangyu Chen
Mark the qemuarm64 as compatible (From OE-Core rev: fedf90d385d0bf0027c7d6a7c0571170d3b3a4d6) Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-30linux-yocto: Fix COMPATIBLE_MACHINE regex matchAndrei Gherzan
With the current regex expression, a machine that is not part of the compatible could match the regex expression. For example, consider the following COMPATIBLE_MACHINE: COMPATIBLE_MACHINE = "qemuarm|qemuarm64" A machine definition bringing in "qemuarm-foo" would match against the COMPATIBLE_MACHINE pattern above (see base.bbclass for implementation details). Fix this by matching the start and the end of the string. (From OE-Core rev: 63db2c6baadb4b9aa0c8ae82a497f30840b3b347) Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-07-04linux-yocto-dev: bump to v5.19-rcBruce Ashfield
(From OE-Core rev: 6cbe55598ca697959deea7ccc660a78e682be6d1) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-14linux-yocto-dev: update to v5.18+Bruce Ashfield
5.18-rc2 has been released, so we bump the -dev kernel to allow easier testing of our components against the latest korg. (From OE-Core rev: 091f1356d0245dcafe2f01bd5dcccf3802aaccfb) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-12linux-yocto-dev: add qemuriscv32Jon Mason
(From OE-Core rev: ccee053b0f8696ba7185b28be1916a177742b4f4) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-10linux-yocto-dev: update to v5.17+Bruce Ashfield
Bumping the -dev kernel to v5.17 to test the latest upstream kernel. (From OE-Core rev: c75b6116fae479abd2dbf0d5950e38a0b31b1832) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-12linux-yocto-dev: Set KBRANCH with =He Zhe
The "?=" assignment to KBRANCH in kernel-yocto.bbclass is selected prior to the one in this recipe and makes it "master" as a result. Change the KBRANCH assignment back to "=" as how it was done before. (From OE-Core rev: c7a1004c7f7e86506ccd7d6d40f148931096461a) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-09linux-yocto-dev: use versioned branch as defaultBruce Ashfield
The -dev kernel used to only have standard/* branches, which were managed similarly to linux-next. Which means, they are for testing integration of patches, and are rebased as needed (typically on version changes). We now do some leading edge BSP development on the -dev kernel, so the standard/* branches are not deleted, but are instead archived with a version prefix v<kernel version>/standard/* The branch renaming causes problems for maintained releases (they'll jump forward to newer kernels), and for anything that wants to specify a particular commit (-dev is AUTOREV by design). There's no reason why the branches can't start versioned at this point, and that solves both problems. So we switch our default branch to v5.16/standard/base now, and it will be updated with each new version (we bump the version anyway). (From OE-Core rev: 73174b29d414ab0b5921f4fcdf5aebb988f0daf5) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-11-26linux-yocto-dev: introduce dt-validation PACKAGECONFIGBruce Ashfield
Add a PACKAGECONFIG to control which type of dt-validation is installed (full, or wrapped). This is currently in linux-yocto-dev, as 5.16 introduces the functionality of required dt schema validation. Other v5.16 providing recipes can use the base functionality as they desire (with or without PACKAGECONFIG). Over time, we can migrate the support the the core kernel classes .. in particular when more providers are at v5.16+ (From OE-Core rev: c12a91827e88230b4ec702a88534d4c51c1aabe3) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-11-26linux-yocto-dev: bump to v5.16+Bruce Ashfield
Bumping the version of -dev ot 5.16. We also pickup two new dependencies to support kernel dtschema validation. This requirement was introduced by kernel commit: commit 53182e81f47d4ea0c727c49ad23cb782173ab849 Author: Rob Herring <robh@kernel.org> Date: Mon Sep 13 09:51:46 2021 -0500 kbuild: Enable DT schema checks for %.dtb targets It is possible to build a single dtb, but not with DT schema validation enabled. Enable the schema validation to run for %.dtb and %.dtbo targets. Anyone building a dtb for a specific platform *should* pay attention to schema warnings. This could be supported with a separate %.dt.yaml target instead. However, the .dt.yaml format is considered an intermediate format and could possibly go away at some point if schema checking is integrated into dtc. Also, the plan is to enable the schema checks by default once platforms are free of warnings, and this is a move in that direction. Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Cc: Tom Rini <trini@konsulko.com> Cc: Masahiro Yamada <masahiroy@kernel.org> Cc: linux-kbuild@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20210913145146.766080-1-robh@kernel.org (From OE-Core rev: 37fb1592eb8bcc4a8bbfc3f4b1dc6373733827f0) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-10-14linux-yocto-dev: Ensure DEPENDS matches recent 5.14 kernel changesRichard Purdie
DEPENDS here should match what 5.14 is using. (From OE-Core rev: 899fd41723f41fe0a0cc24373c326b88cb385fe9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-09-26linux-yocto-dev: update to v5.15-rcXBruce Ashfield
The main reference kernel has moved to 5.14, so we bump -dev to 5.15 for the release. (From OE-Core rev: 36e3ae14af7df8584063e5aac4fa32a57542c3a3) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-08-18linux-yocto-dev: bump to v5.14+Bruce Ashfield
(From OE-Core rev: 8059018ae2f8cb731b58a3bc7b0c7392657adcfb) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-08-02Convert to new override syntaxRichard Purdie
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-06-01linux-yocto-dev: bump to v5.13+Bruce Ashfield
(From OE-Core rev: 1dadbb3e852ad356d657156d8ef87338dc5509e0) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-04-21linux-yocto-dev: add features/scsi/scsi-debug.scc features/gpio/mockup.scc ↵He Zhe
to KERNEL_FEATURES Add features/scsi/scsi-debug.scc and features/gpio/mockup.scc to KERNEL_FEATURES to meet ptest requirement as what we did for other linux-yocto*. (From OE-Core rev: fd27f302df886c27cb424191c27152ad9d0e8d80) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-03-23linux-yocto-dev: bump to v5.12-rcBruce Ashfield
The -dev kernel has moved to v5.12, as it will be the latest avialable in the upcoming release. core-image-kernel-dev sanity has passed for the supported arches. So we bump the version to match the active branches. (From OE-Core rev: 51401e0180f4f27ac9b6c8149332d4021d393d0d) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-02-18linux-yocto-dev: bump version to v5.11+Bruce Ashfield
We'll have the full v5.11 upstream kernel in linux-yocto-dev at the time of release, so lets drop the -rc from the PV. (From OE-Core rev: ee8f778252d1c741b45aca419867ef29d3398890) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-01-05linux-yocto-dev: bump to v5.11-rcBruce Ashfield
(From OE-Core rev: 1c365dfda0dfd5be6e919928730093fd39b62078) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-11-18linux-yocto-dev: move to v5.10-rcBruce Ashfield
(From OE-Core rev: a04e56631c4bc7fac58e2f157beea3423195ad8e) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-30Space-comma CleanupsJon Mason
Multiple files have " ," instead of ", " in expressions. This changes them to conform to the way the rest of them are done. Found and corrected via: git ls-files | xargs sed --follow-symlinks -i 's/ ,d/, d/g' (From OE-Core rev: 36c3afd2dd8bded02ea8f255e89a09ebd75c795b) Signed-off-by: Jon Mason <jon.mason@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-02linux-yocto-dev: bump to v5.9+Bruce Ashfield
The dev branches have moved ahead, bump the version number to match. (From OE-Core rev: 544984925918f6f7fcadf78d44338898a2dda178) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-07-08linux-yocto-dev: bump to 5.8-rcBruce Ashfield
(From OE-Core rev: ffc53701bb30d4f162934866c62014447e7b4871) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-05linux-yocto-dev: bump to v5.7-rcBruce Ashfield
(From OE-Core rev: fb7e7c34d346a7095ae0644683ebae2d0f450e49) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-24linux-yocto-dev: update to v5.6+Bruce Ashfield
Bumping the revision on linux-yocto-dev to reflect the updated state of -dev. The aufs/yaffs2 features are in place, but -rt is not yet available, so the branches are placeholders for future updates. This has been tested across all supported architectures and reference qemu platforms, as well as with closely coupled userspace packages. We tweak the LICENSE_CHECKSUM as well, since upstream has added an informational note to the file, but the license is otherwise unchanged. (From OE-Core rev: ca3d2db0e87168f3e1d6baa2e691ee0399db81d7) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-02-14linux-yocto-dev: Add paravirt_kvm support for qemux86-64He Zhe
This feature includes paravirtualized KVM guest support, including KVMCLOCK for enhancing clock accuracy of guest OS. With it we can prevent the following error. "clocksource: timekeeping watchdog on CPU3: Marking clocksource 'tsc' as unstable because the skew is too large" (From OE-Core rev: 74ffa7730e194e7b5dc71e63939b4a4a9843be93) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-01-16linux-yocto-dev: bump to v5-5-rcXBruce Ashfield
(From OE-Core rev: 40de75663cfe37c543362022c8e454adade7066b) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-12-28linux-yocto-dev: bump to v5.4+Bruce Ashfield
(From OE-Core rev: 811b39f3f44e47de0b73251e7144d04173fb7783) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-09-01linux-yocto-dev: Mark qemuriscv64 as compatibleAlistair Francis
(From OE-Core rev: a951900ed4dfcc336439d090137ab64850f6137a) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-08-21linux-yocto: add drm-bochs supportAlexander Kanavin
This allows better modesetting support for the '-vga std' emulated hardware provided by Qemu, which we want to standardize on. See here for background: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13466 (From OE-Core rev: 569d3f5d0454ed31f2f6df29f1703246a3dcd715) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-08-03linux-yocto-dev: bump to 5.3-rcXBruce Ashfield
(From OE-Core rev: 2214c58839daf393e1c78e8e39c4f059ddbc2a08) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>