Skip to content

Commit 39a1793

Browse files
update ci (rpi, intel)
1 parent 75dd6be commit 39a1793

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/build_intel.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build_rpi.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)