diff options
| author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-08 10:49:44 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-15 09:48:48 -0700 |
| commit | 55762576d32f98d3c05c23af2afdd0ea9a12d2e3 (patch) | |
| tree | b46dec6b4e78273c38cf3aac013bacd5d81106ab | |
| parent | 53b751d86fc3f2759e20853ebef05c306a8a5b08 (diff) | |
| download | meta-xilinx-55762576d32f98d3c05c23af2afdd0ea9a12d2e3.tar.gz | |
conf/local.conf.sample: Remove inherit image-mklibs
Upstream doesnt support image-mklibs due to python3 compatibility issues.
Remove it from local.conf.sample
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/conf/local.conf.sample | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-xilinx-bsp/conf/local.conf.sample b/meta-xilinx-bsp/conf/local.conf.sample index def5d7c1..f4e86f40 100644 --- a/meta-xilinx-bsp/conf/local.conf.sample +++ b/meta-xilinx-bsp/conf/local.conf.sample | |||
| @@ -129,12 +129,7 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks" | |||
| 129 | # enable extra features. Some available options which can be included in this variable | 129 | # enable extra features. Some available options which can be included in this variable |
| 130 | # are: | 130 | # are: |
| 131 | # - 'buildstats' collect build statistics | 131 | # - 'buildstats' collect build statistics |
| 132 | # - 'image-mklibs' to reduce shared library files size for an image | 132 | USER_CLASSES ?= "buildstats" |
| 133 | # - 'image-prelink' in order to prelink the filesystem image | ||
| 134 | # - 'image-swab' to perform host system intrusion detection | ||
| 135 | # NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink | ||
| 136 | # NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended | ||
| 137 | USER_CLASSES ?= "buildstats image-mklibs" | ||
| 138 | 133 | ||
| 139 | # | 134 | # |
| 140 | # Runtime testing of images | 135 | # Runtime testing of images |
