소스 검색

dubhe: setup: Update oe-init script directory
Set the new path to oe-init-build-env.
Remove argument when sourcing oe-init-build-env to avoid error during bitbake layers due to the Poky integration that alters the tree structure.

Signed-off-by: weiheng.cheng <weiheng.cheng@starfivetech.com>

weiheng.cheng 1 년 전
부모
커밋
3471ce869e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      setup.sh

+ 2 - 2
setup.sh

@@ -34,8 +34,8 @@ if [[ ":$PATH:" != *":$PWD/meta-starfive:"* ]]; then
   export PATH=$PATH:$PWD/meta-starfive
 fi
 echo "Init OE"
-export BASH_SOURCE="openembedded-core/oe-init-build-env"
-. ./openembedded-core/oe-init-build-env $DIR
+export BASH_SOURCE="poky/oe-init-build-env"
+source poky/oe-init-build-env
 
 # Symlink the cache
 #echo "Setup symlink for sstate"