mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
overview-manual: correct the bitbake tasks map section and diagram to account for sources in UNPACKDIR
(From yocto-docs rev: 52a6a642b56beb3dcf22de5ff9568f50ac138500) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1180a5b591
commit
5ebf08ad8d
@@ -2368,8 +2368,6 @@ The contents of ``libhello_0.1.bb`` are::
|
|||||||
# Change <username> accordingly
|
# Change <username> accordingly
|
||||||
SRC_URI = "git://github.com/<username>/libhello;branch=main;protocol=https"
|
SRC_URI = "git://github.com/<username>/libhello;branch=main;protocol=https"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
do_install(){
|
do_install(){
|
||||||
install -d ${D}${includedir}
|
install -d ${D}${includedir}
|
||||||
install -d ${D}${libdir}
|
install -d ${D}${libdir}
|
||||||
@@ -2394,8 +2392,6 @@ The contents of ``sayhello_0.1.bb`` are::
|
|||||||
DEPENDS += "libhello"
|
DEPENDS += "libhello"
|
||||||
RDEPENDS:${PN} += "libhello"
|
RDEPENDS:${PN} += "libhello"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
do_install(){
|
do_install(){
|
||||||
install -d ${D}/usr/bin
|
install -d ${D}/usr/bin
|
||||||
install -m 0700 sayhello ${D}/usr/bin
|
install -m 0700 sayhello ${D}/usr/bin
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 197 KiB After Width: | Height: | Size: 374 KiB |
Reference in New Issue
Block a user