Hi,
I used the command :bitbake rpi-basic-image
I got the following output
WARNING: Host distribution "Ubuntu-18.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Loading cache: 100% |#######################################################################################################################################################################| ETA: 00:00:00
Loaded 2116 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.30.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-18.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "raspberrypi3"
DISTRO = "poky"
DISTRO_VERSION = "2.1.3"
TUNE_FEATURES = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard cortexa7"
TARGET_FPU = "hard"
meta
meta-poky
meta-yocto-bsp = "krogoth:444dc2e99b3c3967d9f83380c34bb99077a6ffa8"
meta-oe
meta-multimedia = "krogoth:55c8a76da5dc099a7bc3838495c672140cedb78e"
meta-raspberrypi = "krogoth:a5f9b07a820d50ae5fb62e07306cd4e72d8638a9"
NOTE: Fetching uninative binary shim from http://downloads.yoctoproject.org/releases/uninative/1.0.1/x86_64-nativesdk-libc.tar.bz2;sha256sum=acf1e44a0ac2e855e81da6426197d36358bf7b4e88e552ef933128498c8910f8
NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: autoconf-native-2.69-r11 do_fetch: Failed to fetch URL http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz, attempting MIRRORS if available
WARNING: automake-native-1.15-r0 do_fetch: Failed to fetch URL http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz, attempting MIRRORS if available
WARNING: quilt-native-0.64-r0 do_fetch: Failed to fetch URL http://download.savannah.gnu.org/releases/quilt/quilt-0.64.tar.gz, attempting MIRRORS if available
WARNING: m4-native-1.4.17-r0 do_fetch: Failed to fetch URL http://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.gz, attempting MIRRORS if available
WARNING: libtool-native-2.4.6-r0 do_fetch: Failed to fetch URL http://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz, attempting MIRRORS if available
WARNING: xz-native-5.2.2-r0 do_fetch: Failed to fetch URL http://tukaani.org/xz/xz-5.2.2.tar.gz, attempting MIRRORS if available
WARNING: gmp-native-6.1.0-r0 do_fetch: Failed to fetch URL https://gmplib.org/download/gmp/gmp-6.1.0.tar.bz2, attempting MIRRORS if available
WARNING: zlib-native-1.2.8-r0 do_fetch: Failed to fetch URL http://downloads.sourceforge.net/libpng/zlib/1.2.8/zlib-1.2.8.tar.xz, attempting MIRRORS if available
ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile (log file is located at /home/vkalyan1/rpi/rpi-build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.16447)
ERROR: Logfile of failure stored in: /home/vkalyan1/rpi/rpi-build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.16447
How can I resolve this error. Also I haven't got the deploy folder in tmp directory. Thanks in advance.