Problem to compile yocto base R15 env

Hi,

I want to include python on my FX30 release R15.
I have downloaded with the command “leaf getsrc swi-linux” the yocto base.
When I try to compile with the following command make PROD=fx30,
I have the following result:

~/myWorkspace/swi-linux-src$ make PROD=fx30
“meta-columbia-x/build.py” --poky-dir=poky/ --meta-oe-dir=meta-openembedded/ --meta-swi-dir=meta-swi --linux-repo-dir=“kernel” --make-threads=9 --bitbake-tasks=9 --enable-legato --recipe-args=“LEGATO_WORKDIR=/home/africot/myWorkspace/swi-linux-src/legato/” --recipe-args=LK_REPO_DIR=“/home/africot/myWorkspace/swi-linux-src”::LK_REPO_NAME=“lk”::LK_REPO=“file://lk” --machine-type=swi-mdm9x06 --recipe-args=KBRANCH_DEFAULT_MDM9X15= --recipe-args=KMETA_DEFAULT_MDM9X15= --product=fx30 --fx30-variant=catm --build-dir=build_bin --enable-prop-bin --enable-columbia-public
grep: .config: Aucun fichier ou dossier de ce type
grep: .config: Aucun fichier ou dossier de ce type
grep: .config: Aucun fichier ou dossier de ce type
grep: .config: Aucun fichier ou dossier de ce type
grep: .config: Aucun fichier ou dossier de ce type
grep: .config: Aucun fichier ou dossier de ce type
grep: .config: Aucun fichier ou dossier de ce type
grep: .config: Aucun fichier ou dossier de ce type

meta-columbia-x/build.py: building with these options:

help: False
poky_dir: /home/africot/myWorkspace/swi-linux-src/poky
meta_oe_dir: /home/africot/myWorkspace/swi-linux-src/meta-openembedded
meta_swi_dir: /home/africot/myWorkspace/swi-linux-src/meta-swi
linux_repo_dir: /home/africot/myWorkspace/swi-linux-src/kernel
distro: poky-swi
machine_type: swi-mdm9x06
product: fx30
build_dir: /home/africot/myWorkspace/swi-linux-src/build_bin
bitbake_tasks: 9
make_threads: 9
enable_preempt_rt: False
enable_legato: True
kernel_version: 4.14
kernel_provider: linux-msm
enable_recovery_image: False
enable_extended_image: False
enable_debug_image: False
enable_ima: False
ima_config_file:
bitbake_flags:
enable_icecc: False
enable_shared_sstate: False
enable_prop_bin: True
enable_prop_src: False
apps_proc_dir:
firmware_version:
ar_yocto_path:
enable_mangoh: False
enable_qemu: False
cmdline_mode: False
debug_image: False
build_toolchain: False
recipe_args: [‘LEGATO_WORKDIR=/home/africot/myWorkspace/swi-linux-src/legato/’, ‘LK_REPO_DIR=/home/africot/myWorkspace/swi-linux-src::LK_REPO_NAME=lk::LK_REPO=file://lk’, ‘KBRANCH_DEFAULT_MDM9X15=’, ‘KMETA_DEFAULT_MDM9X15=’]
extra_layers:
fx30_variant: catm
enable_columbia_public: True
product_family: fx
meta-columbia-x/build.py: ERROR: build requires /bin/sh to be GNU Bash
make: *** [meta-columbia-x/common.mk:345 : image_bin] Erreur 1

Any idea ?

Thanks,
Alban

you can try this:

sudo apt-get remove ccache
sudo dpkg-reconfigure dash
Answer “No” to the question.

Or you can see here: