Since RCPL 33 (I tested in RCPL 34) there is a new file created which ends up in the SDK: wrlinux_kfeat_report The file contains just one line of text, which is the title and time generated. It does not cause any problems directly, but was noticed as the customer stores SDK's in a repository and the file was flagged up as new. The request is to have it removed again.
$ configure --enable-board=intel-xeon-core \ --enable-rootfs=glibc_cgl --enable-kernel=cgl \ --with-layer=wr-kernel/kernel-dev --with-package=gdb \ --enable-jobs=1 --enable-parallel-pkgbuilds=8 \ --enable-rm-work=yes --enable-rm-oldimgs=yes \ --enable-checkout-all-layers=yes --enable-reconfig \ --enable-ccache=yes --with-ccache-dir=/path/to/ccache \ --with-sstate-dir=/path/to/sstate --with-rcpl-version=0034 $ make fs $ make export sdk Install the SDK then search in the installed files: $ cd /path/to/sdk $ find . -name '*kfeat*' ./sysroots/intel_xeon_core-wrs-linux/usr/src/kernel/wrlinux_kfeat_report