Files Updated by 2021.2 petalinux-create -t apps

Xilinx_logo

This post lists the files updated in a 2021.2 PetaLinux project after [petalinux-create –project board_linux -t apps –template install –name mypetalinuxapp –enable –force] is run.

Generate the List

cd /scratch/zpfeffer/2022-08-25/board/board_linux

source /tools/xilinx/petalinux-v2021.2-final/settings.sh

touch start

petalinux-create –project board_linux \

​ -t apps –template install –name mypetalinuxapp –enable –force

find . -cnewer start -type f -printf “%p\n” sort

The List

./board_linux/build/conf/bblayers.conf

./board_linux/build/misc/rootfs_config/Kconfig

./board_linux/build/misc/rootfs_config/Kconfig.user

./board_linux/.petalinux/usage_statistics

./board_linux/.petalinux/usage_statistics_token

./board_linux/project-spec/configs/rootfs_config

./board_linux/project-spec/configs/rootfs_config.old

./board_linux/project-spec/meta-user/conf/user-rootfsconfig

./board_linux/project-spec/meta-user/recipes-apps/mypetalinuxapp/files/mypetalinuxapp

./board_linux/project-spec/meta-user/recipes-apps/mypetalinuxapp/.gdbinit

./board_linux/project-spec/meta-user/recipes-apps/mypetalinuxapp/mypetalinuxapp.bb

./board_linux/project-spec/meta-user/recipes-apps/mypetalinuxapp/README

Reference