meta-pinecube-bsp/recipes-kernel/linux/linux-yocto_6.6%.bbappend

11 lines
400 B
Plaintext

FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE:pinecube = "pinecube"
# TODO: sun8i.scc should be included by pinecube.scc
# but apparently yocto has a problem with including
# scc files from other layers.
SRC_URI += "file://sun8i.scc;type=kmeta;destsuffix=sun8i"
SRC_URI += "file://pinecube.scc;type=kmeta;destsuffix=pinecube"
LINUX_VERSION_EXTENSION = "-${DISTRO}-${MACHINE}-1"