From 09783505e865bab1626fa70b15ea64c6e782fd4a Mon Sep 17 00:00:00 2001 From: Fabien Proriol Date: Fri, 23 May 2025 18:30:47 +0200 Subject: Add default conf and tools --- tools/oe-init-build-env | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 tools/oe-init-build-env (limited to 'tools') diff --git a/tools/oe-init-build-env b/tools/oe-init-build-env new file mode 100755 index 0000000..2ae4f63 --- /dev/null +++ b/tools/oe-init-build-env @@ -0,0 +1,11 @@ +export BASH_SOURCE="$(pwd)/oe-init-build-env" +export OEROOT=$(pwd) +export PATH=$(pwd)/:$(pwd)/meta-kazoe/tools/:$PATH + +BUILD_DIR=$1 +BUILD_CONF_DIR=$(pwd)/$BUILD_DIR/conf +export YOCTO_ROOT_DIR=$(pwd) + +. $(pwd)/meta-yocto/oe-init-build-env $* + +export BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS YOCTO_ROOT_DIR" -- cgit v1.2.3