Thanks for your help, I have some good news but again new issues.
test@46805c4795d9:/home/isoblue-core/build$ /home/isoblue-core/layers/openembedded-core/bitbake/bin/bitbake -v -r ../isoblue.conf console-isoblue-image
Loading cache: 100% |#########################################################################################################################################################| Time: 0:00:01
Loaded 3845 entries from dependency cache.
WARNING: No recipes available for:
/home/isoblue-core/build/../layers/meta-freescale/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-wayland_48.0.2548.0.bbappend
/home/isoblue-core/build/../layers/meta-freescale/dynamic-layers/browser-layer/recipes-browser/chromium/chromium_52.0.2743.76.bbappend
/home/isoblue-core/build/../layers/meta-jetson-tk1/recipes-graphics/mesa/mesa_11.1.1.bbappend
/home/isoblue-core/build/../layers/meta-isoblue-demos/recipes-support/icu/icu_57%.bbappend
/home/isoblue-core/build/../layers/meta-isoblue-demos/recipes-support/opencv/opencv_2.4.bbappend
NOTE: Resolving any missing task queue dependencies
NOTE: selecting u-boot-toradex to satisfy virtual/bootloader due to PREFERRED_PROVIDERS
NOTE: selecting opkg-utils-native to satisfy virtual/update-alternatives-native due to PREFERRED_PROVIDERS
NOTE: selecting opkg-native to satisfy opkg-native due to PREFERRED_PROVIDERS
NOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS
NOTE: selecting linux-toradex to satisfy virtual/kernel due to PREFERRED_PROVIDERS
NOTE: selecting opkg-utils to satisfy runtime update-alternatives-opkg due to PREFERRED_PROVIDER_virtual/update-alternatives = opkg-utils
NOTE: selecting u-boot-toradex to satisfy runtime u-boot-toradex due to PREFERRED_PROVIDER_virtual/bootloader = u-boot-toradex
NOTE: selecting systemd to satisfy runtime systemd due to PREFERRED_PROVIDER_udev = systemd
NOTE: selecting glibc to satisfy runtime ldd due to PREFERRED_PROVIDER_virtual/libc = glibc
NOTE: selecting linux-toradex to satisfy runtime kernel-base due to PREFERRED_PROVIDER_virtual/kernel = linux-toradex
NOTE: selecting linux-toradex to satisfy runtime kernel-image-zimage due to PREFERRED_PROVIDER_virtual/kernel = linux-toradex
NOTE: selecting glibc-locale to satisfy runtime locale-base-en-us due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale
NOTE: selecting u-boot-toradex to satisfy runtime u-boot-toradex-dev due to PREFERRED_PROVIDER_virtual/bootloader = u-boot-toradex
ERROR: Nothing RPROVIDES 'linux-firmware-sd8997' (but /home/isoblue-core/build/../layers/meta-isoblue-demos/recipes-images/images/console-isoblue-image.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'linux-firmware-sd8997' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['linux-firmware-sd8997']
NOTE: Target 'console-isoblue-image' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['console-isoblue-image', 'linux-firmware-sd8997']
ERROR: Required build target 'console-isoblue-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['console-isoblue-image', 'linux-firmware-sd8997']
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
I've syncronized the repository and rerun the build but the result it's the same. Any idea?
P.D. Answering Aaron I will try to make a dockerfile at the end of the process and share with it with this community. However, at the moment I'm not working with dockerfiles yet, just with a docker environment using a container with ubuntu 16.04 and manually executing all commands.