mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
classes/cmake: enable progress for do_compile
cmake outputs percentage complete as part of its compilation process, so we can enable BitBake's new progress scanning for do_compile here. (From OE-Core rev: f77ea95ba5cd337f01f2a1b4fe9466feb6af9440) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a702c68c5b
commit
4ebe0e1175
@@ -124,6 +124,7 @@ cmake_do_configure() {
|
|||||||
-Wno-dev
|
-Wno-dev
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_compile[progress] = "percent"
|
||||||
cmake_do_compile() {
|
cmake_do_compile() {
|
||||||
cd ${B}
|
cd ${B}
|
||||||
base_do_compile VERBOSE=1
|
base_do_compile VERBOSE=1
|
||||||
|
|||||||
@@ -14,3 +14,5 @@ CMAKE_EXTRACONF = "\
|
|||||||
-DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \
|
-DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \
|
||||||
-DHAVE_SYS_ACL_H=0 \
|
-DHAVE_SYS_ACL_H=0 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
do_compile[progress] = "percent"
|
||||||
|
|||||||
Reference in New Issue
Block a user