blob: fe5f5c37fe4697b53cddc6dd8215d177712ead18 [file] [log] [blame]
#!/bin/bash
set -e
pushd git
ln -srf build/Makefile .
source build/setup.sh
popd
export IS_GLINUX=true
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