summaryrefslogtreecommitdiffstats
path: root/recipes-networking/cni
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2023-06-28 11:29:36 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-07-05 23:46:19 -0400
commit3ce3ef94866483aecd10dce426c8ac91602339f2 (patch)
tree6175faec268039030b45f92d1731fc9265c02bde /recipes-networking/cni
parent4bc2f6e550c4f8cdad1944e159a3a12b5c2f148a (diff)
downloadmeta-virtualization-3ce3ef94866483aecd10dce426c8ac91602339f2.tar.gz
kubernetes: do not strip binaries at build
Yocto/OE has its own way to control binary stripping. So don't do it in the go build process. Otherwise, we'll get empty dbg packages. Setting DBG=1 solves this problem, as stated in comments in the Makefile. """ # Note: Specify DBG=1 for building unstripped binaries, which allows you to use code debugging # tools like delve. When DBG is unspecified, it defaults to "-s -w" which strips debug # information. """ Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/cni')
0 files changed, 0 insertions, 0 deletions