We just created a cleaned-up version of our build, now we can compress it so we can move it to our target.
Let's Create A tarball of our build:
install -dv ${CLFS}/build
cd ${CLFS}-final
tar jcf ${CLFS}/build/clfs-embedded.tar.bz2 *
Now you can move your compressed tarball to your target system. This is something that is going to be different on every embedded device.