diff options
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_ext.bbclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index 2944576398..a115127ebc 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
@@ -259,6 +259,7 @@ install_tools() { | |||
259 | 259 | ||
260 | install -m 0644 ${COREBASE}/meta/files/ext-sdk-prepare.py ${SDK_OUTPUT}/${SDKPATH} | 260 | install -m 0644 ${COREBASE}/meta/files/ext-sdk-prepare.py ${SDK_OUTPUT}/${SDKPATH} |
261 | } | 261 | } |
262 | do_populate_sdk_ext[file-checksums] += "${COREBASE}/meta/files/ext-sdk-prepare.py:True" | ||
262 | 263 | ||
263 | # Since bitbake won't run as root it doesn't make sense to try and install | 264 | # Since bitbake won't run as root it doesn't make sense to try and install |
264 | # the extensible sdk as root. | 265 | # the extensible sdk as root. |
@@ -358,4 +359,8 @@ do_populate_sdk_ext[rdepends] += "${@' '.join([x + ':do_build' for x in d.getVar | |||
358 | # Make sure codes change in copy_buildsystem can result in rebuilt | 359 | # Make sure codes change in copy_buildsystem can result in rebuilt |
359 | do_populate_sdk_ext[vardeps] += "copy_buildsystem" | 360 | do_populate_sdk_ext[vardeps] += "copy_buildsystem" |
360 | 361 | ||
362 | do_populate_sdk_ext[file-checksums] += "${COREBASE}/meta/files/toolchain-shar-relocate.sh:True \ | ||
363 | ${COREBASE}/meta/files/toolchain-shar-extract.sh:True \ | ||
364 | ${COREBASE}/scripts/gen-lockedsig-cache:True" | ||
365 | |||
361 | addtask populate_sdk_ext after do_sdk_depends | 366 | addtask populate_sdk_ext after do_sdk_depends |