Hello, I have a problem installing a HADK target. I downloaded the tar archives and successfully installed the tooling one but installing the target did not go so well. Here is the output of the sdk-assistant create command:
PlatformSDK sdkdownloads> sdk-assistant create $VENDOR-$DEVICE-$PORT_ARCH Sailfish_OS-latest-Sailfish_SDK_Target-aarch64.tar.7z
Creating target [sony-pdx215-aarch64]
Using tarball [Sailfish_OS-latest-Sailfish_SDK_Target-aarch64.tar.7z]
Do you want to continue? (y/n) y
Using 'SailfishOS-5.0.0.71' tooling for this target
Unpacking target ...
Making sure the right toolchain exists in 'SailfishOS-5.0.0.71' tooling
Setting up SB2
Using /srv/mer/toolings/SailfishOS-5.0.0.71/opt/cross/bin/aarch64-meego-linux-gnu-gcc to detect target architecture:
Finished writing sb2.gcc.config
gcc configured.
sb2-init: Target architecture is 'aarch64'
sb2-init: Host architecture is 'i[3456]86'
No targets found, create some with sb2-init!
Finished writing sb2.config
mkdir: missing operand
Try 'mkdir --help' for more information.
/usr/bin/sb2-config: line 17: /CONFIG-LOG: Permission denied
sb2-init: Creating Debian build system settings for this target:
Initializing machine ID for target 'sony-pdx215-aarch64'
NOTICE: removing unexpected non-empty /var/lib/dbus/machine-id in the 'sony-pdx215-aarch64' target
rm: cannot remove '/var/lib/dbus/machine-id': Permission denied
And then the list command shows only the tooling and not the target:
PlatformSDK sdkdownloads> sdk-assistant list
SailfishOS-5.0.0.71
Am I doing something wrong here?