summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
AgeCommit message (Collapse)Author
2022-09-13firmware: T4691: update to Linux release 20220815Christian Poessinger
2022-07-18accel-ppp: T4204: update version to commit 847ccb49a7e0Christian Poessinger
2022-07-18firmware: T4540: update to Linux release 20220708Christian Poessinger
2022-04-28Revert "kernel: pin Pipeline to specific commit"Christian Poessinger
This reverts commit c0b955a0e5a8f1f6145d49202592445bc69f6785.
2022-04-28kernel: pin Pipeline to specific commitChristian Poessinger
Latest Pipeline commit can not find src packages for the Kernel und thus breaks the build
2022-01-24Accel-PPP: T4204: update accel-ppp versionEshenko Dmitriy
2021-11-23Accel-PPP: T4015: update version which include threading fixEshenko Dmitriy
2021-08-08Kernel: T3223: update linux-firmware to 20210716Christian Poessinger
2021-08-08Jenkins: lib: fix kernel build triggerChristian Poessinger
We can only pass one changesPath as variable due toe ANT limitation.
2021-07-27Jenkins: Kernel: extend changeset globbing patternChristian Poessinger
We need to exchange the globbing pattern to also find modification in sub-directories of packages/linux-kernel.
2021-07-24Kernel: also trigger build if the version is upgradedChristian Poessinger
2021-07-24Jenkins: only build packages if the package changes at all - skip otherwiseChristian Poessinger
This will only run the Jenkins Pipeline if Git detects a change in the specified file path. If no change is found in the path, the individual Pipeline statges are skipped.
2021-07-01Accel-PPP: T3641: update version which support building for Debian 11Christian Poessinger
2021-06-16Accel-PPP: T3629: update to latest versionDmitriyEshenko
2021-05-30Revert "Kernel: T3587: replace Out-Of-Tree QAT drivers with In-Tree drivers"Christian Poessinger
This reverts commit 43d7bca9a6969c07c9291d7c8250e58c5566c137. But keeps the Kernel In-Tree QAT drivers still enabled so we will now ship both versions.
2021-05-30Kernel: T3587: replace Out-Of-Tree QAT drivers with In-Tree driversChristian Poessinger
The latest Intel QAT drivers make the 5.10 series Kernel crash and there was no real and good response from Intel so far. Today the build failed one more time by a source file moving around in the Intel webservers. It's time to try to move the QAT functionality to the Kernel buildin drivers.
2021-05-19Accel-PPP: T3562: update to latest versionChristian Poessinger
Update to: https://github.com/accel-ppp/accel-ppp/commit/277ad4c3c7af01
2021-04-19kernel: T3486: Prepare for arm64 buildsRunar Borge
2021-04-09Kernel: move build to "normal" Pipeline libraryChristian Poessinger
This is initial work required to also build an arm64 Kernel via the CI.
2021-03-26Kernel: Jenkins: cleanup, move LogRotator setting to pipeline optionsChristian Poessinger
2021-02-17Kernel: Jenkins: limit *.deb search path depthChristian Poessinger
2021-02-08Kernel: Jenkins: cleanup variable definitionsChristian Poessinger
2021-02-02Jenkins: run containers with "reuseNode" to stay on the same nodeqxmips
2021-01-31Kernel: also trigger build when "data/defaults.json" changesChristian Poessinger
(cherry picked from commit 070e2e77e93f34402fe17a6640dade7109571d63)
2021-01-16Kernel: T3223: update linux-firmware to 20201218Christian Poessinger
(cherry picked from commit ab6d2763264423de4d02dc5b6aa48fe00eb8bf68)
2021-01-15Jenkins: retrive debian repo server via global variableChristian Poessinger
2021-01-10Kernel: no longer build Intel out-of-tree NIC driversChristian Poessinger
2021-01-10Jenkins: Kernel: extract version from data/defaults.jsonChristian Poessinger
No need to specify the kernel version two times, it can be retrieved from data/defaults.json
2021-01-10Jenkins: Kernel: instead of 'git clone' the source use the tarballChristian Poessinger
This reduces the download and checkout overhead.
2021-01-09Kernel: T3199: update Linux Kernel to v5.10.6Christian Poessinger
2021-01-09Merge branch 'kernel-5.10' into currentChristian Poessinger
* kernel-5.10: QAT: update to 1.7.l.4.12.0 Kernel: Initial support for 5.10.4
2020-12-31Kernel: Initial support for 5.10.4Christian Poessinger
2020-12-31Kernel: T3168: update Linux Kernel to v5.4.86Christian Poessinger
2020-12-22Kernel: T3145: update Linux Kernel to v5.4.85Christian Poessinger
2020-12-14Kernel: T3129: update Linux Kernel to v5.4.83Christian Poessinger
2020-11-24Kernel: T3087: update Linux Kernel to v4.19.160Christian Poessinger
2020-11-19Kernel: T3075: update Linux Kernel to v4.19.158Christian Poessinger
2020-11-12Kernel: T3064: update Linux Kernel to v4.19.157Christian Poessinger
2020-11-06Kernel: Firmware: T3052: update to 20201022Christian Poessinger
2020-11-05Kernel: T3049: Update Linux Kernel to v4.19.155Christian Poessinger
2020-10-31Kernel: T3033: Update Linux Kernel to v4.19.154Christian Poessinger
2020-10-30Kernel: T3033: Update Linux Kernel to v4.19.153Christian Poessinger
2020-10-17Kernel: WireGuard: T2991: update to version 1.0.20200908Christian Poessinger
2020-10-17Kernel: T2990: Update Linux Kernel to v4.19.152Christian Poessinger
2020-10-03Revert "Kernel: T2955: Update Linux Kernel to v4.19.149"Christian Poessinger
This reverts commit b481a3ee4c947d78cb1488b542c31c23cd473b7f. Perf utils do not build anymore: util/evsel.c: In function ‘perf_evsel__exit’: util/util.h:25:28: error: passing argument 1 of ‘free’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] #define zfree(ptr) ({ free(*ptr); *ptr = NULL; }) util/evsel.c:1293:2: note: in expansion of macro ‘zfree’ zfree(&evsel->pmu_name); ^~~~~ /usr/include/stdlib.h:563:25: note: expected ‘void *’ but argument is of type ‘const char *’ extern void free (void *__ptr) __THROW; ~~~~~~^~~~~ ASCIIDOC perf-probe.xml
2020-10-03Kernel: T2955: Update Linux Kernel to v4.19.149Christian Poessinger
2020-09-29Kernel: T2937: Update Linux Kernel to v4.19.148Christian Poessinger
2020-09-25Kernel: T2925: Update Linux Kernel to v4.19.147Christian Poessinger
2020-09-19Kernel: T2901: Update Linux Kernel to v4.19.146Christian Poessinger
2020-09-13Kernel: T2880: Update Linux Kernel to v4.19.145Christian Poessinger