Commit 44db8ee6 authored by Bruce Ashfield's avatar Bruce Ashfield
Browse files

yocto-cfg-fragments: introduce native provider of configuration fragments


Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 292e63d4
Branches
No related merge requests found
Showing with 35 additions and 0 deletions
HOMEPAGE = "https://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-cache/"
SUMMARY = "Kernel configuration fragments"
DESCRIPTION = "Typically used as part of a kernel clone, this is the standalone \
fragment repository. Making it available to other fragment management schemes \
"
SECTION = "devel"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
do_configure[noexec] = "1"
do_compile[noexec] = "1"
INHIBIT_DEFAULT_DEPS = "1"
PV = "v5.10+git${SRCREV}"
SRCREV = "7fab6536c164fd743f17c52bc56a65867e30903a"
SRC_URI = "\
git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-5.10 \
"
S = "${WORKDIR}/git"
do_install() {
install -d ${D}${base_prefix}/kcfg
# copy the configuration fragments over to the native deploy
cp -r ${S}/* ${D}${base_prefix}/kcfg
# scripts bring in a bash dependency we don't want
rm -rf ${D}${base_prefix}/kcfg/scripts
}
FILES_${PN} += "kcfg/"
SYSROOT_DIRS += "${base_prefix}/kcfg"
BBCLASSEXTEND = "native nativesdk"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment