mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
linux-yocto/6.4: aufs6 integration
We still offer aufs support for some container / virtualization workloads. The project is still up to date with 6.3+, so we grab the patches and make them available on v6.4/standard/* As usual, v6.4/base is pure k.org + -stable if you don't want things such as aufs. (From OE-Core rev: c12444e91b9568ea32db381d576f0f8a2ce41362) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1c9a03f45c
commit
b8501d234e
@@ -14,8 +14,8 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "9ede8913ad6c0768bde9f277c419c8728af3ed5e"
|
||||
SRCREV_meta ?= "7468cf421d9c83d16e44c281b123433d875ff0f9"
|
||||
SRCREV_machine ?= "40dfcb393658098382d48669718a1cb16674c833"
|
||||
SRCREV_meta ?= "4541301322a156977eadc19cbbb8f0a57f4dc06a"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.4;destsuffix=${KMETA};protocol=https"
|
||||
|
||||
@@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "9ede8913ad6c0768bde9f277c419c8728af3ed5e"
|
||||
SRCREV_meta ?= "7468cf421d9c83d16e44c281b123433d875ff0f9"
|
||||
SRCREV_machine ?= "40dfcb393658098382d48669718a1cb16674c833"
|
||||
SRCREV_meta ?= "4541301322a156977eadc19cbbb8f0a57f4dc06a"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
@@ -17,18 +17,18 @@ KBRANCH:qemux86-64 ?= "v6.4/standard/base"
|
||||
KBRANCH:qemuloongarch64 ?= "v6.4/standard/base"
|
||||
KBRANCH:qemumips64 ?= "v6.4/standard/mti-malta64"
|
||||
|
||||
SRCREV_machine:qemuarm ?= "402087b6abe0e50ec75d0b71b4c928ee0b858b72"
|
||||
SRCREV_machine:qemuarm64 ?= "9ede8913ad6c0768bde9f277c419c8728af3ed5e"
|
||||
SRCREV_machine:qemuloongarch64 ?= "9ede8913ad6c0768bde9f277c419c8728af3ed5e"
|
||||
SRCREV_machine:qemumips ?= "b83174914441d8780f080e73d473133e2c5b797c"
|
||||
SRCREV_machine:qemuppc ?= "9ede8913ad6c0768bde9f277c419c8728af3ed5e"
|
||||
SRCREV_machine:qemuriscv64 ?= "9ede8913ad6c0768bde9f277c419c8728af3ed5e"
|
||||
SRCREV_machine:qemuriscv32 ?= "9ede8913ad6c0768bde9f277c419c8728af3ed5e"
|
||||
SRCREV_machine:qemux86 ?= "9ede8913ad6c0768bde9f277c419c8728af3ed5e"
|
||||
SRCREV_machine:qemux86-64 ?= "9ede8913ad6c0768bde9f277c419c8728af3ed5e"
|
||||
SRCREV_machine:qemumips64 ?= "a08de9073de96586993c5d8c1f0ebcdc35874ebf"
|
||||
SRCREV_machine ?= "9ede8913ad6c0768bde9f277c419c8728af3ed5e"
|
||||
SRCREV_meta ?= "7468cf421d9c83d16e44c281b123433d875ff0f9"
|
||||
SRCREV_machine:qemuarm ?= "7e1be3b6ae5d05b30112b68fb92cad00b8ffdf49"
|
||||
SRCREV_machine:qemuarm64 ?= "40dfcb393658098382d48669718a1cb16674c833"
|
||||
SRCREV_machine:qemuloongarch64 ?= "40dfcb393658098382d48669718a1cb16674c833"
|
||||
SRCREV_machine:qemumips ?= "de409c37f1d2c5eacea9c33dc42117cb107aa305"
|
||||
SRCREV_machine:qemuppc ?= "40dfcb393658098382d48669718a1cb16674c833"
|
||||
SRCREV_machine:qemuriscv64 ?= "40dfcb393658098382d48669718a1cb16674c833"
|
||||
SRCREV_machine:qemuriscv32 ?= "40dfcb393658098382d48669718a1cb16674c833"
|
||||
SRCREV_machine:qemux86 ?= "40dfcb393658098382d48669718a1cb16674c833"
|
||||
SRCREV_machine:qemux86-64 ?= "40dfcb393658098382d48669718a1cb16674c833"
|
||||
SRCREV_machine:qemumips64 ?= "b14484af5492f03c8afc25f3684c8ae86a78295f"
|
||||
SRCREV_machine ?= "40dfcb393658098382d48669718a1cb16674c833"
|
||||
SRCREV_meta ?= "4541301322a156977eadc19cbbb8f0a57f4dc06a"
|
||||
|
||||
# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
|
||||
# get the <version>/base branch, which is pure upstream -stable, and the same
|
||||
|
||||
Reference in New Issue
Block a user