소스 검색

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>
Alexander Kanavin 4 달 전
부모
커밋
5ebf08ad8d
2개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      documentation/overview-manual/concepts.rst
  2. 0 0
      documentation/overview-manual/svg/bitbake_tasks_map.svg

+ 0 - 4
documentation/overview-manual/concepts.rst

@@ -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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
documentation/overview-manual/svg/bitbake_tasks_map.svg


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.