1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 15:57:19 +00:00

Add GCS prototype

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2024-04-16 15:08:09 +00:00
parent 38bce82e42
commit b1dd7d90f6
14 changed files with 12377 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,13 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
KBRANCH = "v6.8/base"
SRCREV_machine = "e8f897f4afef0031fe618a8e94127a0934896aba"
SRCREV_meta = "69506f439abc9bde9dae104e53c597ed472b5940"
LINUX_VERSION = "6.8.0"
SRC_URI += "file://gcs.patch"
# TMPDIR references in:
# /usr/src/debug/linux-yocto-dev/6.8.0+git/drivers/tty/vt/consolemap_deftbl.c
# /usr/src/debug/linux-yocto-dev/6.8.0+git/lib/oid_registry_data.c
INSANE_SKIP:${PN}-src += "buildpaths"