File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,15 @@ jobs:
6868 - name : Clone meta-intel, openembedded-core, bitbake, meta-openembedded
6969 run : |
7070 git clone --depth 1 -b ${TARGET_VERSION} https://github.com/YoeDistro/meta-intel.git
71- git clone --depth 1 -b ${TARGET_VERSION} git://git.yoctoproject.org/poky.git
72- git clone --depth 1 -b ${TARGET_VERSION} git://git.openembedded.org/meta-openembedded
71+ git clone --depth 1 -b ${TARGET_VERSION} https://github.com/openembedded/openembedded-core.git
72+ git clone --depth 1 -b ${TARGET_VERSION} https://github.com/openembedded/bitbake.git
73+ git clone --depth 1 -b ${TARGET_VERSION} https://github.com/openembedded/meta-openembedded.git
7374 working-directory : /home/runner/work
7475
7576 # Run bitbake
7677 - name : Bitbake MACHINE=${{ matrix.target_machine }}, ONNX Runtime version ${{ matrix.onnxruntime_version }}, ORT GenAI version ${{ matrix.onnxruntime_genai_version }}
7778 run : |
78- source ${WORKING_DIR}/poky /oe-init-build-env ${BUILD_DIR}
79+ source ${WORKING_DIR}/openembedded-core /oe-init-build-env ${BUILD_DIR}
7980 echo BB_NUMBER_THREADS = \"8\" >> conf/local.conf
8081 echo DL_DIR ?= \"${WORKING_DIR}/downloads/\" >> conf/local.conf
8182 bitbake-layers add-layer ${WORKING_DIR}/meta-openembedded/meta-oe
Original file line number Diff line number Diff line change @@ -70,14 +70,15 @@ jobs:
7070 - name : Clone poky, meta-raspberrypi, meta-openembedded
7171 run : |
7272 git clone --depth 1 -b ${TARGET_VERSION} git://git.yoctoproject.org/poky.git
73- git clone --depth 1 -b ${TARGET_VERSION} git://git.yoctoproject.org/meta-raspberrypi
74- git clone --depth 1 -b ${TARGET_VERSION} git://git.openembedded.org/meta-openembedded
75- working-directory : ${{ env.WORKING_DIR }}
73+ git clone --depth 1 -b ${TARGET_VERSION} https://github.com/openembedded/openembedded-core.git
74+ git clone --depth 1 -b ${TARGET_VERSION} https://github.com/openembedded/bitbake.git
75+ git clone --depth 1 -b ${TARGET_VERSION} https://github.com/openembedded/meta-openembedded.git
76+ working-directory: ${{ env.WORKING_DIR }}
7677
7778 # Run bitbake
7879 - name : Bitbake MACHINE=${{ matrix.target_machine }}, ONNX Runtime version ${{ matrix.onnxruntime_version }}, ORT GenAI version ${{ matrix.onnxruntime_genai_version }}
7980 run : |
80- source ${WORKING_DIR}/poky /oe-init-build-env ${BUILD_DIR}
81+ source ${WORKING_DIR}/openembedded-core /oe-init-build-env ${BUILD_DIR}
8182 echo BB_NUMBER_THREADS = \"8\" >> conf/local.conf
8283 echo DL_DIR ?= \"${WORKING_DIR}/downloads/\" >> conf/local.conf
8384 bitbake-layers add-layer ${WORKING_DIR}/meta-openembedded/meta-oe/
You can’t perform that action at this time.
0 commit comments