mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 17:02:22 +02:00
kern-tools-native: use more common S value and oe_runmake
(From OE-Core rev: 83a552d0aea7f789b3a5a7ff96f3d3a5e346cc2c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 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
2f7f4ca89d
commit
caac8938fe
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Tools for managing Yocto Project style branched kernels"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249624278c3e343e501"
|
||||
LIC_FILES_CHKSUM = "file://tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249624278c3e343e501"
|
||||
|
||||
DEPENDS = "git-native"
|
||||
|
||||
@@ -11,14 +11,17 @@ PV = "0.2+git${SRCPV}"
|
||||
inherit native
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git"
|
||||
S = "${WORKDIR}"
|
||||
S = "${WORKDIR}/git"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
do_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
do_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
do_install() {
|
||||
cd ${S}/git
|
||||
make DESTDIR=${D}${bindir} install
|
||||
oe_runmake DESTDIR=${D}${bindir} install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user