Support Anbox explicitly in some kernels: (MR 1232)
* linux-postmarketos-allwinner * linux-postmarketos-qcom-msm8916 * linux-asus-me176c They support anbox already. It will make CI catch errors such as the removal of anbox support in https://gitlab.com/postmarketOS/pmaports/-/merge_requests/1205 when https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/1916 will be merged. [ci:skip-vercheck] and [ci:skip-build]: no need to rebuild the package.
This commit is contained in:
parent
546a70f039
commit
6041d4eed0
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ arch="x86_64"
|
|||
_carch="x86_64"
|
||||
url="https://github.com/me176c-dev/linux-me176c"
|
||||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps pmb:cross-native"
|
||||
options="!strip !check !tracedeps pmb:cross-native pmb:kconfigcheck-anbox"
|
||||
makedepends="bison diffutils elfutils-dev flex gmp-dev installkernel linux-headers
|
||||
mpc1-dev mpfr-dev openssl-dev perl xz"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgdesc="Kernel fork with Pine64 patches"
|
|||
url="https://gitlab.com/pine64-org/linux/"
|
||||
license="GPL-2.0-only"
|
||||
makedepends="devicepkg-dev perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev file bison flex rsync xz"
|
||||
options="!strip !check !tracedeps pmb:cross-native"
|
||||
options="!strip !check !tracedeps pmb:cross-native pmb:kconfigcheck-anbox"
|
||||
_commit="2a6074e53b019db8a4a63cb255bc29422db3fe19"
|
||||
source="
|
||||
$pkgname-$_commit.tar.gz::https://gitlab.com/pine64-org/linux/-/archive/$_commit/linux-$_commit.tar.gz
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgdesc="Mainline kernel fork for Qualcomm MSM8916 devices"
|
|||
arch="aarch64 armv7"
|
||||
url="https://github.com/msm8916-mainline/linux"
|
||||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps pmb:cross-native"
|
||||
options="!strip !check !tracedeps pmb:cross-native pmb:kconfigcheck-anbox"
|
||||
makedepends="bison findutils flex installkernel openssl-dev perl"
|
||||
|
||||
# Architecture
|
||||
|
|
Loading…
Reference in a new issue