11 lines
400 B
Plaintext
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"
|