diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-04-28 17:01:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-01 08:56:35 +0100 |
commit | 1d57ca352f798dd671fd8c15ee4286644c49c4b9 (patch) | |
tree | dea7d6f07e9e93c75d3300198429c27954d3ab4e /meta/recipes-kernel/kmod | |
parent | 160c4fd9aea84f2aba27158c998a3b6340471040 (diff) | |
download | poky-1d57ca352f798dd671fd8c15ee4286644c49c4b9.tar.gz |
sstate.bbclass, staging.bbclass: Handle HOSTTOOLS_DIR when restoring state
Paths to host tools that have been copied to ${HOSTTOOLS_DIR} may end
up in the sstate cache. They thus need to be corrected when restoring
from the sstate cache.
(From OE-Core rev: f8671aecf05a286dd2b34b07bb5fbbe0c31e26d0)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kmod')
-rw-r--r-- | meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb index 17a99a4afb..44d013f29d 100644 --- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb +++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | |||
@@ -9,7 +9,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
9 | 9 | ||
10 | # We need the following for the sstate code to process the wrapper | 10 | # We need the following for the sstate code to process the wrapper |
11 | SSTATE_SCAN_FILES += "depmodwrapper" | 11 | SSTATE_SCAN_FILES += "depmodwrapper" |
12 | EXTRA_STAGING_FIXMES = "PKGDATA_DIR" | 12 | EXTRA_STAGING_FIXMES += "PKGDATA_DIR" |
13 | 13 | ||
14 | do_populate_sysroot[depends] = "" | 14 | do_populate_sysroot[depends] = "" |
15 | 15 | ||