Skip to content

Commit f25688d

Browse files
committed
cd: Disable builds for Jetson AGX orin
There is a build error to handle still NOTE: recipe yoe-swupdate-image-tegra-1.0-r0: task do_swuimage: Started ERROR: yoe-swupdate-image-tegra-1.0-r0 do_swuimage: The file /usr/lib/libgio-2.0.so.0 is installed by both glib-2.0 and glib-2.0-initial, aborting ERROR: Logfile of failure stored in: /home/khem/actions-runner-yoe/_work/yoe-distro/yoe-distro/build/tmp/work/p3737_0000_p3701_0005-yoe-linux/yoe-swupdate-image-tegra/1.0/temp/log.do_swuimage.840106 NOTE: recipe yoe-swupdate-image-tegra-1.0-r0: task do_swuimage: Failed Dont enable it yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent 41598d4 commit f25688d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
/bin/bash -c ". ./envsetup.sh visionfive2 && bitbake yoe-installer-image"
4646
/bin/bash -c ". ./envsetup.sh rpi4-64 && bitbake yoe-installer-image yoe-kiosk-image"
47-
/bin/bash -c ". ./envsetup.sh jetson-agx-orin-devkit && bitbake yoe-swupdate-image-tegra && cp build/tmp/deploy/images/p3737-0000-p3701-0005/yoe-swupdate-image-tegra-p3737-0000-p3701-0005.rootfs.swu deploy/"
47+
#/bin/bash -c ". ./envsetup.sh jetson-agx-orin-devkit && bitbake yoe-swupdate-image-tegra && cp build/tmp/deploy/images/p3737-0000-p3701-0005/yoe-swupdate-image-tegra-p3737-0000-p3701-0005.rootfs.swu deploy/"
4848
- name: ver
4949
run: echo "ver=$(printf ' - ' && cat sources/meta-yoe/conf/distro/yoe.inc | grep 'DISTRO_CODENAME =' | cut -d' ' -f 3 )" >> $GITHUB_OUTPUT
5050
id: ver

0 commit comments

Comments
 (0)