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:
Alexander Kanavin 2025-06-23 14:42:55 +02:00 committed by Richard Purdie
parent 1180a5b591
commit 5ebf08ad8d
2 changed files with 1 additions and 5 deletions

View File

@ -2368,8 +2368,6 @@ The contents of ``libhello_0.1.bb`` are::
# Change <username> accordingly
SRC_URI = "git://github.com/<username>/libhello;branch=main;protocol=https"
S = "${WORKDIR}/git"
do_install(){
install -d ${D}${includedir}
install -d ${D}${libdir}
@ -2394,8 +2392,6 @@ The contents of ``sayhello_0.1.bb`` are::
DEPENDS += "libhello"
RDEPENDS:${PN} += "libhello"
S = "${WORKDIR}/git"
do_install(){
install -d ${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