Skip to content
Snippets Groups Projects
Unverified Commit ba132d64 authored by Oliver Smith's avatar Oliver Smith
Browse files

main/linux-postmarketos-qcom-sm8150: regen kconfig

Fix build stopping at:
  *
  * Restart config...
  *
  *
  * ARMv8.5 architectural features
  *
  Branch Target Identification support (ARM64_BTI) [Y/n/?] y
    Use Branch Target Identification for kernel (ARM64_BTI_KERNEL) [Y/n/?] (NEW)

For some reason this did not happen (the whole 'Restart config...'
block) in the gitlab CI run with pretty much the same commit that ended
up being merged. Before it got merged however, it ran with
[ci:skip-build]. Maybe because of GCC-9 vs. GCC-10.

Related: https://gitlab.com/Kanedias/pmaports/-/jobs/1246094717
Related: https://builds.sr.ht/~postmarketos/job/503811
parent 0133642c
No related branches found
No related tags found
No related merge requests found
Pipeline #199179 passed
......@@ -6,7 +6,7 @@
_flavor="postmarketos-qcom-sm8150"
pkgname=linux-$_flavor
pkgver=5.12
pkgrel=0
pkgrel=1
pkgdesc="Mainline Kernel fork for SM8150 devices"
arch="aarch64"
_carch="arm64"
......@@ -53,5 +53,5 @@ package() {
sha512sums="
1fc3ad729a1cb480bc457f10e2b249d17f0fdb72a6c77cc557024d20e28e7db410350e800090b81a8708d952a2b8faddeff9df71e62ee440f62f9fd77a0d195e linux-76851ee4194b4d85df168064cf380a4437b28b51.tar.gz
f79dc397528a0d095ed5bac9a21d3d17dca4d3c71f72f65fb2cb4bef22ebdd2517e8a41cd80793ed9cc201e5706bfe13a5030ddd2d9eecfce577a2800ff2736d config-postmarketos-qcom-sm8150.aarch64
58712c2a89e30495b53cde6d304d99130f7e606908d431581230959eefa7dac418e197835d35459e3736dcf1d945754ac55d457239aa3b014ebc62770b71fb2d config-postmarketos-qcom-sm8150.aarch64
"
......@@ -2,12 +2,12 @@
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.12.0 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-linux-gcc (GCC) 9.3.0"
CONFIG_CC_VERSION_TEXT="aarch64-alpine-linux-musl-gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=90300
CONFIG_GCC_VERSION=100301
CONFIG_CLANG_VERSION=0
CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=23400
CONFIG_LD_VERSION=23502
CONFIG_LLD_VERSION=0
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_CC_HAS_ASM_INLINE=y
......@@ -452,6 +452,7 @@ CONFIG_ARM64_TLB_RANGE=y
#
CONFIG_AS_HAS_ARMV8_5=y
CONFIG_ARM64_BTI=y
CONFIG_ARM64_BTI_KERNEL=y
CONFIG_CC_HAS_BRANCH_PROT_PAC_RET_BTI=y
CONFIG_ARM64_E0PD=y
CONFIG_ARCH_RANDOM=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment