From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7314741691990147072 X-Received: by 2002:a05:622a:4d1:b0:427:91cc:19fc with SMTP id q17-20020a05622a04d100b0042791cc19fcmr742652qtx.126.1703096016781; Wed, 20 Dec 2023 10:13:36 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ac8:7486:0:b0:426:1993:d13e with SMTP id v6-20020ac87486000000b004261993d13els283272qtq.1.-pod-prod-04-us; Wed, 20 Dec 2023 10:13:36 -0800 (PST) X-Received: by 2002:a05:622a:24a:b0:425:62dc:17ce with SMTP id c10-20020a05622a024a00b0042562dc17cemr768493qtx.12.1703096016324; Wed, 20 Dec 2023 10:13:36 -0800 (PST) Received: by 2002:a05:620a:1a21:b0:77b:cc25:607f with SMTP id af79cd13be357-7810f6633d2ms85a; Wed, 20 Dec 2023 09:56:07 -0800 (PST) X-Google-Smtp-Source: AGHT+IHmk7Pgrf23YL/3kI+6r4H5vM8uQXE8qMchUTJyeXseMoI6B3GmZSvwtBplRamUh3zY4inpo0GrlQ== X-Received: by 2002:a05:622a:1352:b0:425:7a33:ce0c with SMTP id w18-20020a05622a135200b004257a33ce0cmr779940qtk.2.1703094966620; Wed, 20 Dec 2023 09:56:06 -0800 (PST) X-Google-Thread-Subscription: Yes X-Google-Web-Client: true Date: Wed, 20 Dec 2023 09:56:06 -0800 (PST) From: John W To: isar-users Message-Id: <579b2dfb-82bd-43a5-ab29-fa6083b299e9n@googlegroups.com> Subject: Create iso image using the wic script in the isar package MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_46648_2065854317.1703094966334" X-TUID: D0kAAQ+FSbm2 ------=_Part_46648_2065854317.1703094966334 Content-Type: multipart/alternative; boundary="----=_Part_46649_596197591.1703094966334" ------=_Part_46649_596197591.1703094966334 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, I was able to create a custom image in wic format with isar and now trying to create a bootable iso image. I found the wic script in the isar package and attempted to run with the command: wic create mkhybridiso -e isar-image-base However I got the following error: INFO: Building wic-tools... Loading cache: 100% |#######################################################################################################################################################| Time: 0:00:00 Loaded 4751 entries from dependency cache. ERROR: Nothing PROVIDES 'wic-tools' Summary: There was 1 ERROR message, returning a non-zero exit code. Traceback (most recent call last): File "/home/ubuntu/workspace/isar/scripts/wic", line 547, in sys.exit(main(sys.argv[1:])) File "/home/ubuntu/workspace/isar/scripts/wic", line 542, in main return hlp.invoke_subcommand(args, parser, hlp.wic_help_usage, subcommands) File "/home/ubuntu/workspace/isar/scripts/lib/wic/help.py", line 83, in invoke_subcommand subcmd[0](args, usage) File "/home/ubuntu/workspace/isar/scripts/wic", line 167, in wic_create_subcommand subprocess.check_call(["bitbake", "wic-tools"]) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['bitbake', 'wic-tools']' returned non-zero exit status 1. Is there any suggestion on how to resolve this issue? Thanks! ------=_Part_46649_596197591.1703094966334 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Hi,

I was able to create a custom image in = wic format with isar and now trying to create a bootable iso image. I found= the wic script in the isar package and attempted to run with the command:<= /div>
wic create mkhybridiso -e isar-image-base

<= div>However I got the following error:
INFO: Building wic-tools..= .

Loading cache: 100% |#########################################= ###########################################################################= ###################################| Time: 0:00:00
Loaded 4751 entries= from dependency cache.
ERROR: Nothing PROVIDES 'wic-tools'

Summary: There was 1 ERROR message, returning a non-zero exit code.
T= raceback (most recent call last):
=C2=A0 File "/home/ubuntu/workspace/= isar/scripts/wic", line 547, in <module>
=C2=A0 =C2=A0 sys.exit(= main(sys.argv[1:]))
=C2=A0 File "/home/ubuntu/workspace/isar/scripts/w= ic", line 542, in main
=C2=A0 =C2=A0 return hlp.invoke_subcommand(args= , parser, hlp.wic_help_usage, subcommands)
=C2=A0 File "/home/ubuntu/w= orkspace/isar/scripts/lib/wic/help.py", line 83, in invoke_subcommand
= =C2=A0 =C2=A0 subcmd[0](args, usage)
=C2=A0 File "/home/ubuntu/workspa= ce/isar/scripts/wic", line 167, in wic_create_subcommand
=C2=A0 =C2=A0= subprocess.check_call(["bitbake", "wic-tools"])
=C2=A0 File "/usr/lib= /python3.10/subprocess.py", line 369, in check_call
=C2=A0 =C2=A0 rais= e CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Comm= and '['bitbake', 'wic-tools']' returned non-zero exit status 1.
<= br />
Is there any suggestion on how to resolve this issue?

Thanks!
------=_Part_46649_596197591.1703094966334-- ------=_Part_46648_2065854317.1703094966334--