varigit/meta-variscite-fslc

Create SD card for distro fslc-wayland

Closed this issue · 1 comments

Hi,

When following the instruction of Create_an_extended_SD_card_image_using_a_loop_device, the script is always looking for the directory build_xwayland, which does not exist in my case. Based on the content of the script(

readonly YOCTO_BUILD=${YOCTO_ROOT}/build_xwayland
), the reason is trivial, because I initialized the environment with MACHINE=var-som-mx6 DISTRO=fslc-wayland . setup-environment build_wayland and only build_xwayland and build_x11 are ever considered. This sounds to me that the fslc-wayland distro is not a real world scenario, so I might be wrong at the first place. Nevertheless, I suggest to have an option to customize the build directory, as it is controlled by the user anyway.

Best regards,

Xiaoyang

@x19chen I just pushed a patch to the dunfell branch that I cherry-picked from the hardknott branch. Please see: cbdfa50

I agree, we should make this a user option. We have discussed this internally and it's something we'd like to do in the future.

Regards,
Nate