aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits
diff options
context:
space:
mode:
authorTudor Ambarus <tudor.ambarus@linaro.org>2023-04-13 09:58:03 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2023-05-04 15:27:08 +0200
commit2a422dabd3a7e47c23d2421729a73c6afc02ffce (patch)
treeb1a7f1357e52d44e98d21c8253003105c18a6f10 /dashboard/config/linux/bits
parent3a5604637f3a205052b07863f7157900a8bd936e (diff)
dashboard/config/linux: update to latest Android 5.4-lts
Update configs to latest android12-5.4-lts. Get rid of CONFIG_REFCOUNT_FULL as the patch removing it got integrated. Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Diffstat (limited to 'dashboard/config/linux/bits')
-rw-r--r--dashboard/config/linux/bits/android-5.4.yml3
-rw-r--r--dashboard/config/linux/bits/base.yml2
2 files changed, 3 insertions, 2 deletions
diff --git a/dashboard/config/linux/bits/android-5.4.yml b/dashboard/config/linux/bits/android-5.4.yml
index a976bb5c8..482a07e56 100644
--- a/dashboard/config/linux/bits/android-5.4.yml
+++ b/dashboard/config/linux/bits/android-5.4.yml
@@ -4,9 +4,10 @@
# See https://source.android.com/setup/build/building-kernels
# for details on how to checkout and build Android kernel.
+# Following branch: android12-5.4-lts
kernel:
repo: https://android.googlesource.com/kernel/common
- tag: d7ec680881a1
+ tag: android12-5.4.242_r00
shell:
- make gki_defconfig
diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml
index be4bb45d1..0de70670f 100644
--- a/dashboard/config/linux/bits/base.yml
+++ b/dashboard/config/linux/bits/base.yml
@@ -93,7 +93,7 @@ config:
- DEBUG_PI_LIST: [-v5.2]
# CONFIG_REFCOUNT_FULL was removed in fb041bb7c0a9.
- - REFCOUNT_FULL: [v4.16, -v5.5]
+ - REFCOUNT_FULL: [v4.16, -v5.5, -android-5.4]
# Added in 919067cc845f ("net: add CONFIG_PCPU_DEV_REFCNT") and should appear in v5.13.
- PCPU_DEV_REFCNT: [n, v5.13]