From f686836634c660b796064f855420953d85d9477d Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 30 May 2013 15:25:01 +0300 Subject: 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 --- conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" # - 'image-swab' to perform host system intrusion detection # NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink # NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended -USER_CLASSES ?= "buildstats image-mklibs image-prelink" +USER_CLASSES ?= "buildstats image-mklibs" # # Runtime testing of images -- cgit v1.2.3-54-g00ecf