blob: dacfbb390b6b7e64e91e0ce5353f3abfb925a3ef [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 prereqs
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