I had an old version of the rootfs tgz sitting in my working directory. When pulling the latest version and running make sdimage, the build had many errors related to the outdated rootfs.
As we are using a distinct version of the rootfs for building, I propose to just change the ROOTFS_TAR_PATH to include the rootfs version. So can be sure a new version will be downloaded for everyone as soon as we update the version in the build script.
I had an old version of the rootfs tgz sitting in my working directory. When pulling the latest version and running
make sdimage
, the build had many errors related to the outdated rootfs.As we are using a distinct version of the rootfs for building, I propose to just change the
ROOTFS_TAR_PATH
to include the rootfs version. So can be sure a new version will be downloaded for everyone as soon as we update the version in the build script.