From: "Sun, Yi" <yi.sun@intel.com>
To: "isar-users@googlegroups.com" <isar-users@googlegroups.com>
Subject: Build Failed for RISC-V Image Using isar/kas-container
Date: Sun, 13 Apr 2025 06:38:42 +0000 [thread overview]
Message-ID: <BL3PR11MB6363A0B1AF096C7A2BC1014D99B02@BL3PR11MB6363.namprd11.prod.outlook.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1466 bytes --]
Hi All,
I'm new to ISAR and was told it's an efficient project for building embedded OS images.
I'm currently trying to create an Ubuntu Noble (24.04) image for the RISC-V architecture.
I gave it a quick try, but ran into some issues:
Step 1: KAS_ALLOW_ROOT=yes ./kas/kas-container menu
Step 2: KAS_ALLOW_ROOT=yes ./kas/kas-container build (or use the "Build" option from the menu)
I've attached my configuration files (generated by kas-container) along with the error log dumped by ISAR during the build process.
Another question I have is about the concepts of "target" and "host".
After reading as much documentation on ISAR as I could find, I'm still a bit confused:
Why do we need a "host" rootfs/distro, given that ISAR runs inside the kas-isar Docker container, which I assume already acts as the host environment?
What I’m aiming for with this project is to generate an image that can be run in QEMU or flashed to a disk — that would be the target distro, right?
Any guidance or suggestions would be greatly appreciated!
Thanks
--Sun, Yi
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/BL3PR11MB6363A0B1AF096C7A2BC1014D99B02%40BL3PR11MB6363.namprd11.prod.outlook.com.
[-- Attachment #1.2: Type: text/html, Size: 7128 bytes --]
[-- Attachment #2: riscv-ubuntu.log --]
[-- Type: application/octet-stream, Size: 16077 bytes --]
2025-04-13 06:02:59 - INFO - kas 4.7 started
2025-04-13 06:02:59 - INFO - Using /repo as root for repository isar
2025-04-13 06:03:00 - INFO - Loading cache...done.
2025-04-13 06:03:00 - INFO - Loaded 101 entries from dependency cache.
2025-04-13 06:03:00 - INFO - NOTE: Resolving any missing task queue dependencies
2025-04-13 06:03:00 - INFO - Initialising tasks...Sstate summary: Wanted 11 Local 0 Mirrors 0 Missed 11 Current 0 (0% match, 0% complete)
2025-04-13 06:03:00 - INFO - done.
2025-04-13 06:03:00 - INFO - NOTE: Executing Tasks
2025-04-13 06:03:00 - INFO - NOTE: Running task 2 of 108 (/build/../repo/meta/recipes-devtools/isar-apt/isar-apt.bb:do_unpack)
2025-04-13 06:03:00 - INFO - NOTE: Running task 4 of 108 (/build/../repo/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap-host.bb:do_unpack)
2025-04-13 06:03:00 - INFO - NOTE: Running task 6 of 108 (/build/../repo/meta/recipes-devtools/base-apt/base-apt.bb:do_unpack)
2025-04-13 06:03:00 - INFO - NOTE: Running task 15 of 108 (/build/../repo/meta-isar/recipes-app/example-raw/example-raw_0.3.bb:do_unpack)
2025-04-13 06:03:00 - INFO - NOTE: Running task 16 of 108 (/build/../repo/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb:do_unpack)
2025-04-13 06:03:00 - INFO - NOTE: Running task 19 of 108 (/build/../repo/meta-isar/recipes-app/hello-isar/hello-isar.bb:do_unpack)
2025-04-13 06:03:01 - INFO - NOTE: Running task 20 of 108 (/build/../repo/meta-isar/recipes-bsp/opensbi/opensbi-sifive-fu540_1.1.bb:do_unpack)
2025-04-13 06:03:01 - INFO - NOTE: Running task 21 of 108 (/build/../repo/meta-isar/recipes-app/libhello/libhello.bb:do_adjust_git)
2025-04-13 06:03:01 - INFO - NOTE: Running task 22 of 108 (/build/../repo/meta-isar/recipes-app/libhello/libhello.bb:do_transform_template)
2025-04-13 06:03:01 - INFO - NOTE: Running task 25 of 108 (/build/../repo/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap-target.bb:do_unpack)
2025-04-13 06:03:01 - INFO - NOTE: Running task 27 of 108 (/build/../repo/meta-isar/recipes-core/images/isar-image-base.bb:do_unpack)
2025-04-13 06:03:01 - INFO - NOTE: recipe isar-apt-1.0-r0: task do_unpack: Started
2025-04-13 06:03:01 - INFO - NOTE: recipe base-apt-1.0-r0: task do_unpack: Started
2025-04-13 06:03:01 - ERROR - ERROR: isar-apt-1.0-r0 do_unpack: Unpack failure for URL: 'file://distributions.in'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta/recipes-devtools/isar-apt/files/distributions.in" "." failed with return value 1
2025-04-13 06:03:01 - ERROR - ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/isar-apt/1.0-r0/temp/log.do_unpack.54
2025-04-13 06:03:01 - INFO - NOTE: recipe isar-apt-1.0-r0: task do_unpack: Failed
2025-04-13 06:03:01 - ERROR - ERROR: base-apt-1.0-r0 do_unpack: Unpack failure for URL: 'file://distributions.in'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta/recipes-devtools/base-apt/files/distributions.in" "." failed with return value 1
2025-04-13 06:03:01 - ERROR - ERROR: Task (/build/../repo/meta/recipes-devtools/isar-apt/isar-apt.bb:do_unpack) failed with exit code '1'
2025-04-13 06:03:01 - ERROR - ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/base-apt/1.0-r0/temp/log.do_unpack.56
2025-04-13 06:03:01 - INFO - NOTE: recipe base-apt-1.0-r0: task do_unpack: Failed
2025-04-13 06:03:01 - ERROR - ERROR: Task (/build/../repo/meta/recipes-devtools/base-apt/base-apt.bb:do_unpack) failed with exit code '1'
2025-04-13 06:03:01 - INFO - NOTE: recipe isar-mmdebstrap-host-1.0-r0: task do_unpack: Started
2025-04-13 06:03:01 - ERROR - ERROR: isar-mmdebstrap-host-1.0-r0 do_unpack: Unpack failure for URL: 'file://locale'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta/recipes-core/isar-bootstrap/files/locale" "." failed with return value 1
2025-04-13 06:03:01 - ERROR - ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/isar-mmdebstrap-host/1.0-r0/temp/log.do_unpack.55
2025-04-13 06:03:01 - INFO - NOTE: recipe isar-mmdebstrap-host-1.0-r0: task do_unpack: Failed
2025-04-13 06:03:01 - ERROR - ERROR: Task (/build/../repo/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap-host.bb:do_unpack) failed with exit code '1'
2025-04-13 06:03:01 - INFO - NOTE: recipe isar-mmdebstrap-target-1.0-r0: task do_unpack: Started
2025-04-13 06:03:01 - ERROR - ERROR: isar-mmdebstrap-target-1.0-r0 do_unpack: Unpack failure for URL: 'file://locale'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta/recipes-core/isar-bootstrap/files/locale" "." failed with return value 1
2025-04-13 06:03:01 - ERROR - ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/isar-mmdebstrap-target/1.0-r0/temp/log.do_unpack.63
2025-04-13 06:03:01 - INFO - NOTE: recipe isar-mmdebstrap-target-1.0-r0: task do_unpack: Failed
2025-04-13 06:03:01 - ERROR - ERROR: Task (/build/../repo/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap-target.bb:do_unpack) failed with exit code '1'
2025-04-13 06:03:01 - INFO - NOTE: recipe example-raw-0.3-r0: task do_unpack: Started
2025-04-13 06:03:01 - INFO - NOTE: recipe libhello-0.3-f4a5669-r0: task do_transform_template: Started
2025-04-13 06:03:01 - INFO - NOTE: recipe u-boot-script-1.1-r0: task do_unpack: Started
2025-04-13 06:03:01 - INFO - NOTE: recipe opensbi-sifive-fu540-1.1-r0: task do_unpack: Started
2025-04-13 06:03:01 - INFO - NOTE: recipe hello-isar-0.5-b48d156-r0: task do_unpack: Started
2025-04-13 06:03:01 - INFO - NOTE: recipe libhello-0.3-f4a5669-r0: task do_transform_template: Succeeded
2025-04-13 06:03:01 - INFO - NOTE: recipe libhello-0.3-f4a5669-r0: task do_adjust_git: Started
2025-04-13 06:03:01 - INFO - NOTE: recipe libhello-0.3-f4a5669-r0: task do_adjust_git: Succeeded
2025-04-13 06:03:01 - ERROR - ERROR: example-raw-0.3-r0 do_unpack: Unpack failure for URL: 'file://README'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta-isar/recipes-app/example-raw/files/README" "." failed with return value 1
2025-04-13 06:03:01 - ERROR - ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/example-raw/0.3-r0/temp/log.do_unpack.57
2025-04-13 06:03:01 - INFO - NOTE: recipe example-raw-0.3-r0: task do_unpack: Failed
2025-04-13 06:03:01 - ERROR - ERROR: u-boot-script-1.1-r0 do_unpack: Unpack failure for URL: 'file://update-u-boot-script'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta/recipes-bsp/u-boot-script/files/update-u-boot-script" "." failed with return value 1
2025-04-13 06:03:01 - ERROR - ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/u-boot-script/1.1-r0/temp/log.do_unpack.58
2025-04-13 06:03:01 - INFO - NOTE: recipe u-boot-script-1.1-r0: task do_unpack: Failed
2025-04-13 06:03:01 - ERROR - ERROR: Task (/build/../repo/meta-isar/recipes-app/example-raw/example-raw_0.3.bb:do_unpack) failed with exit code '1'
2025-04-13 06:03:01 - ERROR - ERROR: Task (/build/../repo/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb:do_unpack) failed with exit code '1'
2025-04-13 06:03:01 - INFO - NOTE: recipe isar-image-base-1.0-r0: task do_unpack: Started
2025-04-13 06:03:01 - ERROR - ERROR: isar-image-base-1.0-r0 do_unpack: Unpack failure for URL: 'file://debian-configscript.sh'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta/conf/distro/debian-configscript.sh" "." failed with return value 1
2025-04-13 06:03:01 - ERROR - ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/isar-image-base-sifive-fu540/1.0-r0/temp/log.do_unpack.64
2025-04-13 06:03:01 - INFO - NOTE: recipe isar-image-base-1.0-r0: task do_unpack: Failed
2025-04-13 06:03:01 - ERROR - ERROR: opensbi-sifive-fu540-1.1-r0 do_unpack: Unpack failure for URL: 'file://sifive-fu540-rules'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta-isar/recipes-bsp/opensbi/files/sifive-fu540-rules" "." failed with return value 1
2025-04-13 06:03:01 - ERROR - ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/opensbi-sifive-fu540/1.1-r0/temp/log.do_unpack.60
2025-04-13 06:03:01 - INFO - NOTE: recipe opensbi-sifive-fu540-1.1-r0: task do_unpack: Failed
2025-04-13 06:03:01 - ERROR - ERROR: Task (/build/../repo/meta-isar/recipes-core/images/isar-image-base.bb:do_unpack) failed with exit code '1'
2025-04-13 06:03:01 - ERROR - ERROR: Task (/build/../repo/meta-isar/recipes-bsp/opensbi/opensbi-sifive-fu540_1.1.bb:do_unpack) failed with exit code '1'
2025-04-13 06:03:01 - ERROR - ERROR: hello-isar-0.5-b48d156-r0 do_unpack: Unpack failure for URL: 'file://subdir/0001-Add-some-help.patch'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta-isar/recipes-app/hello-isar/files/subdir/0001-Add-some-help.patch" "subdir/" failed with return value 1
2025-04-13 06:03:01 - ERROR - ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/hello-isar/0.5-b48d156-r0/temp/log.do_unpack.59
2025-04-13 06:03:01 - INFO - NOTE: recipe hello-isar-0.5-b48d156-r0: task do_unpack: Failed
2025-04-13 06:03:01 - ERROR - ERROR: Task (/build/../repo/meta-isar/recipes-app/hello-isar/hello-isar.bb:do_unpack) failed with exit code '1'
2025-04-13 06:03:02 - INFO - NOTE: Tasks Summary: Attempted 31 tasks of which 20 didn't need to be rerun and 9 failed.
2025-04-13 06:03:02 - INFO -
2025-04-13 06:03:02 - INFO - Summary: 9 tasks failed:
2025-04-13 06:03:02 - INFO - /build/../repo/meta/recipes-devtools/isar-apt/isar-apt.bb:do_unpack
2025-04-13 06:03:02 - INFO - /build/../repo/meta/recipes-devtools/base-apt/base-apt.bb:do_unpack
2025-04-13 06:03:02 - INFO - /build/../repo/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap-host.bb:do_unpack
2025-04-13 06:03:02 - INFO - /build/../repo/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap-target.bb:do_unpack
2025-04-13 06:03:02 - INFO - /build/../repo/meta-isar/recipes-app/example-raw/example-raw_0.3.bb:do_unpack
2025-04-13 06:03:02 - INFO - /build/../repo/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb:do_unpack
2025-04-13 06:03:02 - INFO - /build/../repo/meta-isar/recipes-core/images/isar-image-base.bb:do_unpack
2025-04-13 06:03:02 - INFO - /build/../repo/meta-isar/recipes-bsp/opensbi/opensbi-sifive-fu540_1.1.bb:do_unpack
2025-04-13 06:03:02 - INFO - /build/../repo/meta-isar/recipes-app/hello-isar/hello-isar.bb:do_unpack
2025-04-13 06:03:02 - INFO - Summary: There were 9 ERROR messages, returning a non-zero exit code.
2025-04-13 06:03:02 - ERROR - Command "/build$ /repo/bitbake/bin/bitbake -c build isar-image-base" failed
--- Error summary ---
ERROR: isar-apt-1.0-r0 do_unpack: Unpack failure for URL: 'file://distributions.in'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta/recipes-devtools/isar-apt/files/distributions.in" "." failed with return value 1
ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/isar-apt/1.0-r0/temp/log.do_unpack.54
ERROR: base-apt-1.0-r0 do_unpack: Unpack failure for URL: 'file://distributions.in'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta/recipes-devtools/base-apt/files/distributions.in" "." failed with return value 1
ERROR: Task (/build/../repo/meta/recipes-devtools/isar-apt/isar-apt.bb:do_unpack) failed with exit code '1'
ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/base-apt/1.0-r0/temp/log.do_unpack.56
ERROR: Task (/build/../repo/meta/recipes-devtools/base-apt/base-apt.bb:do_unpack) failed with exit code '1'
ERROR: isar-mmdebstrap-host-1.0-r0 do_unpack: Unpack failure for URL: 'file://locale'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta/recipes-core/isar-bootstrap/files/locale" "." failed with return value 1
ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/isar-mmdebstrap-host/1.0-r0/temp/log.do_unpack.55
ERROR: Task (/build/../repo/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap-host.bb:do_unpack) failed with exit code '1'
ERROR: isar-mmdebstrap-target-1.0-r0 do_unpack: Unpack failure for URL: 'file://locale'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta/recipes-core/isar-bootstrap/files/locale" "." failed with return value 1
ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/isar-mmdebstrap-target/1.0-r0/temp/log.do_unpack.63
ERROR: Task (/build/../repo/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap-target.bb:do_unpack) failed with exit code '1'
ERROR: example-raw-0.3-r0 do_unpack: Unpack failure for URL: 'file://README'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta-isar/recipes-app/example-raw/files/README" "." failed with return value 1
ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/example-raw/0.3-r0/temp/log.do_unpack.57
ERROR: u-boot-script-1.1-r0 do_unpack: Unpack failure for URL: 'file://update-u-boot-script'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta/recipes-bsp/u-boot-script/files/update-u-boot-script" "." failed with return value 1
ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/u-boot-script/1.1-r0/temp/log.do_unpack.58
ERROR: Task (/build/../repo/meta-isar/recipes-app/example-raw/example-raw_0.3.bb:do_unpack) failed with exit code '1'
ERROR: Task (/build/../repo/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb:do_unpack) failed with exit code '1'
ERROR: isar-image-base-1.0-r0 do_unpack: Unpack failure for URL: 'file://debian-configscript.sh'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta/conf/distro/debian-configscript.sh" "." failed with return value 1
ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/isar-image-base-sifive-fu540/1.0-r0/temp/log.do_unpack.64
ERROR: opensbi-sifive-fu540-1.1-r0 do_unpack: Unpack failure for URL: 'file://sifive-fu540-rules'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta-isar/recipes-bsp/opensbi/files/sifive-fu540-rules" "." failed with return value 1
ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/opensbi-sifive-fu540/1.1-r0/temp/log.do_unpack.60
ERROR: Task (/build/../repo/meta-isar/recipes-core/images/isar-image-base.bb:do_unpack) failed with exit code '1'
ERROR: Task (/build/../repo/meta-isar/recipes-bsp/opensbi/opensbi-sifive-fu540_1.1.bb:do_unpack) failed with exit code '1'
ERROR: hello-isar-0.5-b48d156-r0 do_unpack: Unpack failure for URL: 'file://subdir/0001-Add-some-help.patch'. Unpack command PATH="/repo/scripts:/repo/bitbake/bin:/usr/sbin:/usr/bin:/sbin:/bin" cp -fpPRH "/build/../repo/meta-isar/recipes-app/hello-isar/files/subdir/0001-Add-some-help.patch" "subdir/" failed with return value 1
ERROR: Logfile of failure stored in: /build/tmp/work/ubuntu-noble-riscv64/hello-isar/0.5-b48d156-r0/temp/log.do_unpack.59
ERROR: Task (/build/../repo/meta-isar/recipes-app/hello-isar/hello-isar.bb:do_unpack) failed with exit code '1'
2025-04-13 06:03:02 - ERROR - Command "/repo/bitbake/bin/bitbake -c build isar-image-base" failed with error 1
[-- Attachment #3: config.yaml --]
[-- Type: application/octet-stream, Size: 2713 bytes --]
#
# Automatically generated by kas 4.7
#
_source_dir: /repo
build_system: isar
header:
includes:
- kas/isar.yaml
- kas/machine/sifive-fu540.yaml
- kas/distro/ubuntu-noble.yaml
- kas/image/isar-image-base.yaml
- kas/package/pkg_example-raw.yaml
- kas/package/pkg_hello-isar.yaml
- kas/package/packages-distro.yaml
- kas/opt/mirror-snapshot.yaml
- kas/opt/user-root.yaml
- kas/opt/user-isar.yaml
- kas/opt/image-fstypes.yaml
- kas/opt/crosscompile.yaml
version: 18
local_conf_header:
__menu_config_vars: |-
KAS_IMAGE_PREINSTALL = "fdisk iproute2 iputils-ping isc-dhcp-client"
KAS_USER_ROOT_PASSWORD = "root"
KAS_USER_ISAR_PASSWORD = "isar"
KAS_IMAGE_FSTYPES = ""
KAS_ISAR_CROSS_COMPILE = "1"
menu_configuration:
ANY_MACHINE_DISTRO: true
APT_SNAPSHOT_CUSTOM_DATE: false
APT_SNAPSHOT_GIT_DATE: true
CACHE_DEB_SRC: false
COMPAT_ARCH: false
DEBIAN_BOOKWORM: false
DEBIAN_BULLSEYE: false
DEBIAN_BUSTER: false
DEBIAN_SID: false
DEBIAN_TRIXIE: false
IMAGE_BASE: true
IMAGE_CI: false
IMAGE_DEBUG: false
IMAGE_INSTALLER: false
ISAR_CROSS_COMPILE: true
KAS_IMAGE_FSTYPES: ''
KAS_IMAGE_PREINSTALL: fdisk iproute2 iputils-ping isc-dhcp-client
KAS_USER_ISAR_PASSWORD: isar
KAS_USER_ROOT_PASSWORD: root
MACHINE_BANANAPI: false
MACHINE_BEAGLEPLAY: false
MACHINE_CONTAINER_AMD64: false
MACHINE_DE0_NANO_SOC: false
MACHINE_HIKEY: false
MACHINE_IMX6_SABRELITE: false
MACHINE_NANOPI_NEO: false
MACHINE_NANOPI_NEO_EFI: false
MACHINE_PHYBOARD_MIRA: false
MACHINE_QEMU_AMD64: false
MACHINE_QEMU_AMD64_CIP: false
MACHINE_QEMU_AMD64_ISO: false
MACHINE_QEMU_AMD64_SB: false
MACHINE_QEMU_ARM: false
MACHINE_QEMU_ARM64: false
MACHINE_QEMU_I386: false
MACHINE_QEMU_MIPSEL: false
MACHINE_QEMU_RISCV64: false
MACHINE_RPI_ARM: false
MACHINE_RPI_ARM64_V8: false
MACHINE_RPI_ARM_V7: false
MACHINE_RPI_ARM_V7L: false
MACHINE_SIFIVE_FU540: true
MACHINE_STARFIVE_VISIONFIVE2: false
MACHINE_STM32MP15X: false
MACHINE_VIRTUALBOX: false
MACHINE_VMWARE: false
MACHINE_X86_PC: false
PACKAGE_COWSAY: false
PACKAGE_ENABLE_FSCK: false
PACKAGE_EXAMPLE_MODULE: false
PACKAGE_EXAMPLE_PREBUILT: false
PACKAGE_EXAMPLE_RAW: true
PACKAGE_EXPAND_ON_FIRST_BOOT: false
PACKAGE_HELLO: false
PACKAGE_HELLO_ISAR: true
PACKAGE_ISAR_CI_SSH_SETUP: false
PACKAGE_ISAR_DISABLE_APT_CACHE: false
PACKAGE_ISAR_EXCLUDE_DOCS: false
PACKAGE_KSELFTEST: false
PACKAGE_SAMEFILE: false
PACKAGE_SSHD_REGEN_KEYS: false
RASPIOS_BOOKWORM: false
RASPIOS_BULLSEYE: false
UBUNTU_FOCAL: false
UBUNTU_JAMMY: false
UBUNTU_NOBLE: true
USER_ISAR: true
USER_ROOT: true
USE_APT_SNAPSHOT: true
USE_CCACHE: false
next reply other threads:[~2025-04-13 7:01 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-13 6:38 Sun, Yi [this message]
2025-04-13 7:41 ` Uladzimir Bely
2025-04-13 8:02 ` Sun, Yi
2025-04-13 8:18 ` Uladzimir Bely
2025-04-13 9:58 ` Sun, Yi
2025-04-13 14:41 ` Uladzimir Bely
2025-04-14 11:48 ` Sun, Yi
2025-04-14 15:53 ` Baurzhan Ismagulov
2025-04-15 0:10 ` Sun, Yi
2025-04-15 0:33 ` Sun, Yi
2025-04-16 19:53 ` Uladzimir Bely
2025-04-17 0:19 ` Sun, Yi
2025-04-16 15:42 ` Sun, Yi
2025-04-17 5:58 ` Uladzimir Bely
2025-04-17 12:08 ` Sun, Yi
2025-04-17 15:04 ` Uladzimir Bely
2025-04-22 13:14 ` Sun, Yi
2025-04-22 13:56 ` Uladzimir Bely
2025-04-22 15:34 ` Sun, Yi
2025-04-27 9:13 ` Sun, Yi
2025-04-27 11:32 ` Sun, Yi
2025-04-28 7:24 ` Baurzhan Ismagulov
2025-04-30 5:10 ` Sun, Yi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=BL3PR11MB6363A0B1AF096C7A2BC1014D99B02@BL3PR11MB6363.namprd11.prod.outlook.com \
--to=yi.sun@intel.com \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox