Hej
我正在与约克托、罗伯里·皮和我撰写的一些法典一道玩笑。 我想利用Yocto图像,包括我撰写的方案。 我愿知道,如何从一个地方的宝库中 set取 f。
我的发言很简单。 该法典有:
/home/user/git/myTest
我把该名录连接到载有我的日托美拉台reci的目录中。 该名录是:
/home/user/poky/meta-test/myApp/myTest
因为它是当地的一个宝库,它含有“git”的夹。
/home/user/git/myTest/.git
Inside the directory there are many files:
/home/user/git/myTest/CMakeLists.txt
/home/user/git/myTest/src/main.cpp
/home/user/git/myTest/src/...
我很想知道,如何安排我的reci,以利用 g子:
SUMMARY = "test"
SECTION = "app"
LICENSE = "CLOSED"
inherit cmake
SRCREV = "${AUTOREV}"
SRC_URI = "git://.git"
S = "${WORKDIR}/git"
I did check the Yocto/Bitbake documentation. But I did not find an example suited to do it. Any ideas?