yoctobuilder/entrypoint.sh

12 lines
236 B
Bash
Raw Permalink Normal View History

2023-06-20 16:26:42 +08:00
#!/bin/bash
# Copyright (C) 2019-2021 Intel Corporation
#
# SPDX-License-Identifier: GPL-2.0-only
#
if [ -e ${HOME}/setup.sh ]; then
# Buildtools has been installed so enable it
. ${HOME}/setup.sh || exit 1
fi
exec "/bin/bash"