diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2013-05-30 15:25:01 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2013-06-03 08:55:21 +0300 |
commit | f686836634c660b796064f855420953d85d9477d (patch) | |
tree | 112357516faa7df75b851c08e6bf55016fc27894 /conf | |
parent | 33970796d81fad328368d7b015077dd81e7e255b (diff) | |
download | meta-boot2qt-f686836634c660b796064f855420953d85d9477d.tar.gz |
Disable prelinking from image to allow on device debugging
On device debugging won't work when binaries in device are
prelinked and binaries on sysroot are not. Currently haven't
found a way to have exatly same binaries on both places, so
disabling prelinking altogether.
Change-Id: I9b76967bf32e6574000b612ded4044da8c6960f0
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 9592c1b..a2691a6 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample | |||
@@ -169,7 +169,7 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks" | |||
169 | # - 'image-swab' to perform host system intrusion detection | 169 | # - 'image-swab' to perform host system intrusion detection |
170 | # NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink | 170 | # NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink |
171 | # NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended | 171 | # NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended |
172 | USER_CLASSES ?= "buildstats image-mklibs image-prelink" | 172 | USER_CLASSES ?= "buildstats image-mklibs" |
173 | 173 | ||
174 | # | 174 | # |
175 | # Runtime testing of images | 175 | # Runtime testing of images |