blob: 745927f94fc95a3a55faf972e5f2fc51ddf76c2f [file] [log] [blame]
#!/bin/bash
set -e
pushd git
ln -srf build/Makefile .
source build/setup.sh
popd
export ROOTFS_FETCH_TARBALL=false
export FETCH_PACKAGES=false
export PREBUILT_DOCKER_ROOT=$KOKORO_GFILE_DIR
m docker-rootfs_raw
cp git/out/target/product/imx8m_phanbell/obj/ROOTFS/rootfs.raw.img $KOKORO_ARTIFACTS_DIR
cp git/out/target/product/imx8m_phanbell/obj/ROOTFS/rootfs.raw.img.sha256sum $KOKORO_ARTIFACTS_DIR