I’m trying to do a build, and getting an error message.
Deploying OSTree with checksum 593ee8037f1f23fe711c107679094387ca4969b2739f7c04e98c7c8e1424600d
An unexpected Exception occurred. Please provide the following stack trace to
the Toradex TorizonCore support team:Traceback (most recent call last):File “/builder/torizoncore-builder”, line 231, in mainargs.func(mainargs)File “/builder/tcbuilder/cli/build.py”, line 668, in do_buildbuild(args.config_fname, args.storage_directory,File “/builder/tcbuilder/cli/build.py”, line 654, in buildraise excFile “/builder/tcbuilder/cli/build.py”, line 639, in buildhandle_output_section(File “/builder/tcbuilder/cli/build.py”, line 309, in handle_output_sectionhandle_easy_installer_output(tezi_props, storage_dir, union_params)File “/builder/tcbuilder/cli/build.py”, line 385, in handle_easy_installer_outputdeploy_cli.deploy_tezi_image(**deploy_tezi_image_params)File “/builder/tcbuilder/cli/deploy.py”, line 62, in deploy_tezi_imagedbe.deploy_tezi_image(tezi_dir, src_sysroot_dir, src_ostree_archive_dir,File “/builder/tcbuilder/backend/deploy.py”, line 289, in deploy_tezi_imagedeploy_ostree_local(src_sysroot_dir, src_ostree_archive_dir, dst_sysroot_dir, ref)File “/builder/tcbuilder/backend/deploy.py”, line 271, in deploy_ostree_localdeploy_rootfs(sysroot, src_sysroot_dir, csumdeploy, “torizon”, srckargs)File “/builder/tcbuilder/backend/deploy.py”, line 105, in deploy_rootfsresult, deployment = sysroot.deploy_tree(gi.repository.GLib.GError: g-io-error-quark: Preparing /etc: Tree contains both /etc and /usr/etc (0)
I was using /usr/etc as the path in the customization:filesystem in my tcbuild.yaml. I switched it to just using /etc
How do I “clear out” anything existing from OSTree and start fresh?