Coder Social home page Coder Social logo

kraj / meta-altera Goto Github PK

View Code? Open in Web Editor NEW
47.0 12.0 58.0 288 KB

Old Altera BSP layer for OpenEmbedded/Yocto Project ( please use https://github.com/altera-opensource/meta-intel-fpga-refdes)

License: MIT License

BitBake 26.18% PHP 11.28% C++ 23.11% HTML 39.44%

meta-altera's Introduction

The official OpenEmbedded/Yocto BSP layer for Altera SoCFPGA platforms

This layer works with poky and Angstrom

Please follow the recommended setup procedures of your OE distribution.

Supported u-boot and linux kernels

It is important to understand the support and release of u-boot-socfpga and linux-socfpga in the github.com/altera-opensource repositories. Only currently supported and maintained releases/branches are available in the repository. As such, supported kernel and u-boot releases are updated regularly in currently supported meta-altera branches. Kernel and u-boot releases which are no longer supported are removed.

Supported branches

Only branches listed appropriately in https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance are maintained.

Choosing Kernel Versions

This layer has a few providers for the kernel. These are the linux-altera, linux-altera-lts, linux-altera-ltsi, and linux-altera-ltsi-rt kernels. There are also linux-altera-dev and linux-altera-ltsi-dev kernels which follow the current development versions of those kernels.

To specify a linux-altera kernel, add the following to your conf/local.conf

PREFERRED_PROVIDER_virtual/kernel = "linux-altera"
PREFERRED_VERSION_linux-altera = "4.3%"

or for the linux-altera-lts kernel

PREFERRED_PROVIDER_virtual/kernel = "linux-altera-lts"
PREFERRED_VERSION_linux-altera = "5.4%"

or for the linux-altera-ltsi kernel

PREFERRED_PROVIDER_virtual/kernel = "linux-altera-ltsi"
PREFERRED_VERSION_linux-alterai-ltsi = "3.10%"

Please note that older kernels will not compile with GCC 5+ and you will need to specify in your conf/local.conf to revert to older 4.9 toolchain.

Specifying Devicetrees and U-Boot Configurations

All of the supported machines select default uboot configurations and devicetrees. These selections can be overridden in the local.conf or by defining your own machine in your own layer.

An example of the is the DE0-Nano-SoC board, which is a supported configuration in the Cyclone5 machine definition.

UBOOT_CONFIG = "de0-nano-soc"
UBOOT_EXTLINUX_FDT_default = "../socfpga_cyclone5_de0_nano_soc.dtb"

The above overrides the uboot configuration, "de0-nano-soc" is a target in u-boot, and configures distroboot to indicate the de0-nano-soc devicetree. Please keep in mind that not all targets are using distroboot in u-boot and may require u-boot environment changes.

Choosing Toolchain Versions

The default Toolchain for ARM in Angstrom is the linaro toolchain. To specify the use of this toolchain in Yocto add the following to conf/local.conf

GCCVERSION = "linaro-5.2"
SDKGCCVERSION = "linaro-5.2"
DEFAULTTUNE = "cortexa9hf-neon"

To use older kernels not supported by GCC 5+ you will need to use the 4.9 toolchain.

For Yocto:

GCCVERSION = "linaro-4.9"
SDKGCCVERSION = "linaro-4.9"
DEFAULTTUNE = "cortexa9hf-neon"

For Angstrom:

ANGSTROM_GCC_VERSION_arm = "linaro-4.9%"

Submit patches via github pull requests, Use github issues to report problems or to send comments

Maintainer(s): Khem Raj [email protected]

meta-altera's People

Contributors

abogani avatar c-thaler avatar davidmartinphios avatar dl9pf avatar dwesterg avatar feddischson avatar gizero avatar grembeter avatar iwamatsu avatar joaofl avatar kraj avatar loongx2 avatar multiple1 avatar nicola-lunghi avatar niwamatsu avatar nopeppermint avatar nordoff avatar ryanmeulenkamp avatar temux86 avatar thburghout avatar trini avatar yvanderv-altera avatar zandrey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meta-altera's Issues

DE0 Nano SoC doesn't boot with default Cyclone 5 machine

Hello,

I have noticed that the DE0 Nano SoC board does not boot with the Cyclone 5 machine conf.
By modifying cyclone5.conf with the following values:

#UBOOT_CONFIG ??= "cyclone5-socdk"
UBOOT_CONFIG ??= "de0-nano-soc"

and

#UBOOT_EXTLINUX_FDT_default ?= "../socfpga_cyclone5_socdk.dtb"
UBOOT_EXTLINUX_FDT_default ?= "../socfpga_cyclone5_de0_nano_soc.dtb"

the board boots normally.

This has been done with
meta-altera commit c8635e2b9720cfd74f96a58885628cc95276e43d
and
Yocto commit da81542171f0cab0ea1a9bf45ac3c256e6f343f9

What about a dedicated de0_nano_soc.conf machine file to simplify the configuration?
Or, maybe, at least, some doc/comments to explain this?

stratix10: DDR: Error as SDRAM calibration failed

We're trying to implement a warrior -based yocto build since it's suggested as the latest successful build here on rocketboards. We are using poky's warrior branch and the master branch of meta-altera from here.

The build succeeds without error, but upon boot-up, it presents this message:

U-Boot SPL 2017.09 (Sep 22 2018 - 07:29:05)
MPU         1000000 kHz
L3 main     400000 kHz
Main VCO    2000000 kHz
Per VCO     2000000 kHz
EOSC1       25000 kHz
HPS MMC     50000 kHz
UART        100000 kHz
DDR: Initializing Hard Memory Controller
DDR: Triggerring emif_reset
DDR: emif_reset triggered successly
DDR: Triggerring emif_reset
DDR: emif_reset triggered successly
DDR: Triggerring emif_reset
DDR: emif_reset triggered successly
DDR: Error as SDRAM calibration failed
DDR: Initialization failed.
### ERROR ### Please RESET the board ###

Previously, using thud branches and a bbappend for the kernel recipe to fix a now-defunct branch name, we were able to boot fine. It was only this switch to warrior that brought this problem out.

We noticed the version doesn't match what was built (2019.10 on the u-boot-socfpga recipe vs. 2017.09 in that log). The DIP switches are configured for SD card boot.

Has anyone seen this or know of a way to debug it?

perf and lttng recipes fail in YP1.8

When building using this layer, both u-boot and the kernel (linux-altera-ltsi-rt) build successfully, but recipes that depend on the kernel source (in my case, lttng and perf) fail to build. It appears the linux-altera-* kernel recipes are somehow not populating the build/tmp/work-shared/kernel-source directory.

ERROR: Function failed: do_configure (log file is located at /home/bfleming/soc_build/poky/build/tmp/work/cyclone5-poky-linux-gnueabi/perf/1.0-r9/temp/log.do_configure.27497)
ERROR: Logfile of failure stored in: /home/bfleming/soc_build/poky/build/tmp/work/cyclone5-poky-linux-gnueabi/perf/1.0-r9/temp/log.do_configure.27497
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: Executing shell function do_configure
| sed: can't read /home/bfleming/soc_build/poky/build/tmp/work-shared/cyclone5/kernel-source/tools/perf/Makefile: No such file or directory
| WARNING: /home/bfleming/soc_build/poky/build/tmp/work/cyclone5-poky-linux-gnueabi/perf/1.0-r9/temp/run.do_configure.27497:1 exit 2 from
|   sed -i 's,-Werror ,,' /home/bfleming/soc_build/poky/build/tmp/work-shared/cyclone5/kernel-source/tools/perf/Makefile
| ERROR: Function failed: do_configure (log file is located at /home/bfleming/soc_build/poky/build/tmp/work/cyclone5-poky-linux-gnueabi/perf/1.0-r9/temp/log.do_configure.27497)
ERROR: Task 1619 (/home/bfleming/soc_build/poky/meta/recipes-kernel/perf/perf.bb, do_configure) failed with exit code '1'
ERROR: Function failed: do_make_scripts (log file is located at /home/bfleming/soc_build/poky/build/tmp/work/cyclone5-poky-linux-gnueabi/lttng-modules/2.6.0-r0/temp/log.do_make_scripts.30888)
ERROR: Logfile of failure stored in: /home/bfleming/soc_build/poky/build/tmp/work/cyclone5-poky-linux-gnueabi/lttng-modules/2.6.0-r0/temp/log.do_make_scripts.30888
Log data follows:
| DEBUG: Executing shell function do_make_scripts
| make: Entering directory `/home/bfleming/soc_build/poky/build/tmp/work-shared/cyclone5/kernel-source'
| make: *** No rule to make target `scripts'.  Stop.
| make: Leaving directory `/home/bfleming/soc_build/poky/build/tmp/work-shared/cyclone5/kernel-source'
| WARNING: /home/bfleming/soc_build/poky/build/tmp/work/cyclone5-poky-linux-gnueabi/lttng-modules/2.6.0-r0/temp/run.do_make_scripts.30888:1 exit 2 from
|   make CC="arm-poky-linux-gnueabi-gcc " LD="arm-poky-linux-gnueabi-ld.bfd " AR="arm-poky-linux-gnueabi-ar " -C /home/bfleming/soc_build/poky/build/tmp/work-shared/cyclone5/kernel-source O=/home/bfleming/soc_build/poky/build/tmp/work-shared/cyclone5/kernel-build-artifacts scripts
| ERROR: Function failed: do_make_scripts (log file is located at /home/bfleming/soc_build/poky/build/tmp/work/cyclone5-poky-linux-gnueabi/lttng-modules/2.6.0-r0/temp/log.do_make_scripts.30888)
ERROR: Task 1580 (/home/bfleming/soc_build/poky/meta/recipes-kernel/lttng/lttng-modules_2.6.0.bb, do_make_scripts) failed with exit code '1'

broken filesystem on cyclone5

Hi,

I have a problem when I boot using meta-altera, and yocto.
Everything is built correctly however it seems that boot is corrupted :
Here is output : link

I am using meta-altera (master), meta-oe (master) and poky (master).
I also tried with meta-altera (krogoth), meta-oe (krogoth) and poky (krogoth). It is the same result.

I can't run basic commands : link
you will notice that hostname is not correctly set.

Do you have an idea of the problem ?
Thanks.

Updated from linux-altera_5.1 to linux-altera_5.3. Unable to boot until after warm-reset

I'm using the DE-10-Nano and recently updated from the kernel recipe for 5.1 to the recipe for 5.3. After this update, I've noticed that the board no longer boots on the first attempt, but will eventually boot after a WDT timeout + soft-reset, or just by pressing the warm-reset button on this development kit.

To verify this, I swapped in the 5.1 kernel into my 5.3 sdcard build and everything boots as expected.

In all cases, this is after configuring the FPGA. Here are a couple example logs:
Using the 5.3 kernel:

U-Boot 2019.10 (Mar 09 2020 - 16:59:36 +0000)

CPU:   Altera SoCFPGA Platform
FPGA:  Altera Cyclone V, SE/A6 or SX/C6 or ST/D6, version 0x0
BOOT:  SD/MMC Internal Transceiver (3.0V)
       Watchdog enabled
DRAM:  1 GiB
MMC:   dwmmc0@ff704000: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Model: Terasic DE-0(Atlas)
Net:
Error: ethernet@ff702000 address not set.
eth-1: ethernet@ff702000
Hit any key to stop autoboot:  0
=>
=> fatload mmc 0:2 $loadaddr soc_system.rbf
7007204 bytes read in 347 ms (19.3 MiB/s)
=> fpga load 0 $loadaddr $filesize
=> bridge enable
=> fatload mmc 0:2 $loadaddr zImage
5610728 bytes read in 275 ms (19.5 MiB/s)
=> fatload mmc 0:2 $fdt_addr_r soc_system.dtb
25692 bytes read in 5 ms (4.9 MiB/s)
=> setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p3 rw rootwait
=> bootz $loadaddr - $fdt_addr_r
## Flattened Device Tree blob at 02000000
   Booting using the fdt blob at 0x2000000
   Loading Device Tree to 09ff6000, end 09fff45b ... OK

Starting kernel ...

Deasserting all peripheral resets

^^ This does not continue until a warm-reset occurs. At which point it will boot fine.

Here is the 5.1 kernel boot log:

**U-Boot 2019.10 (Mar 09 2020 - 16:59:36 +0000)

CPU:   Altera SoCFPGA Platform
FPGA:  Altera Cyclone V, SE/A6 or SX/C6 or ST/D6, version 0x0
BOOT:  SD/MMC Internal Transceiver (3.0V)
       Watchdog enabled
DRAM:  1 GiB
MMC:   dwmmc0@ff704000: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Model: Terasic DE-0(Atlas)
Net:
Error: ethernet@ff702000 address not set.
eth-1: ethernet@ff702000
Hit any key to stop autoboot:  0
=>
=>
=> fatload mmc 0:2 $loadaddr soc_system.rbf
7007204 bytes read in 342 ms (19.5 MiB/s)
=> fpga load 0 $loadaddr $filesize
=> bridge enable
=> fatload mmc 0:2 $loadaddr zImage
4848736 bytes read in 237 ms (19.5 MiB/s)
=> fatload mmc 0:2 $fdt_addr_r soc_system.dtb
25692 bytes read in 5 ms (4.9 MiB/s)
=> setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p3 rw rootwait
=> bootz $loadaddr - $fdt_addr_r
## Flattened Device Tree blob at 02000000
   Booting using the fdt blob at 0x2000000
   Loading Device Tree to 09ff6000, end 09fff45b ... OK

Starting kernel ...

Deasserting all peripheral resets
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.1.0-altera (oe-user@oe-host) (gcc version 8.3.0 (GCC)) #1 SMP Tue Aug 20 19:46:29 UTC 2019
[    0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d

Continues boot just fine ...

Do you have any idea as to why this change in behavior is present after the kernel update?

Create a branch for dunfell

Since b85d1f8 the master branch isn't more compatible with dunfell. The latter is the only one LTS so I think that create a branch could be useful.

Missing DE10-Nano target

Hello,

What happened to DE10-Nano target? I remember I was able to build kernel for it, but right now I'm getting No rule to make target 'arch/arm/boot/dts/socfpga_cyclone5_de10_nano.dtb'. I'm trying to build 4.16 kernel. My local meta-altera and poky repositories are up to date with origin/rocko.

In build folder I have socfpga_cyclone5_de10_nano.dts file from some previous build, but I can't find it in any current repository. For now I solved it by making fork of linux-socfpga and adding missing dts, but I'm curious if it's the right way and why dts is missing out of the box.

Best regards,
Kamil

Adding kernel config

I'm having a little trouble adding some kernel configs. I've added a file called kernel_config_fragment.cfg to the location yocto/poky/meta-altera/recipes-kernel/linux/files but the kernel build does not seem to be picking it up. Can you advise?

Thanks,
FM

Building Kernel/RootFS for CycloneV with V4L2 Support

Khem,
What are the configurations to build Video 4 Linux 2 drivers into the kernel and rootfs targeting CycloneV SoC? I have been trying to use https://github.com/altera-opensource/linux-socfpga/blob/socfpga-5.5/arch/arm/configs/socfpga_defconfig to configure and build my kernel. I am cloning and building the kernel outside of the BB layers and Yocto framework.I have been trying to change that configuration definition both manually and with menuconfig, but I cannot seem to get it right. Does the build system automate setting up the kernel configs, and if so can it automate adding in the configs I need to build the V4L2 kernel modules on top of those defined configs? I want the configs to be as close to that config listed above as possible, because I have gotten networking and HPS-FPGA Linux applications working with builds based on that config definition.

Creation of sumo branch

Living on Yocto sumo meant using the master branch until Feb 24. Now there has been a move to thud with e1e4772, so people like me would really appreciate the creation of a sumo branch at aacec0c, which marks the latest sumo compatible version to be able to continue using sumo easily.

Request: New branch creation

I would like to request new branch to be created for warrior and zeus.

Changes in layer.conf was merged:
LAYERSERIES_COMPAT_meta-altera = "warrior zeus"

Thanks

U-Boot env overwrites FAT partition

When building out of the box, the DE10 Nano U-Boot defconfig is configured with "CONFIG_ENV_IS_IN_MMC=y".
This defaults to partition 1, which is the FAT partition as you can see in the WIC file "sdimage-cyclone5-arria5.wks".

That means, saving the U-Boot env may corrupt your FAT data and vice versa.
Either the U-Boot config has to be changed or the WIC file. Which one is the way to go?

u-boot-socfpga_2014.10 broken with poky master (arria10)

While crafting #41 I checked if the same issue applied to u-boot-socfpga_2014.10 also, which is the preferred version for arria10 machine. This is not the case since it re-defines all the variable that have been moved out of u-boot.inc, but I noticed that u-boot-socfpga_2014.10 is broken anyway. I did some bisecting on poky repo and it seems that the commit to blame is 239efccccaa74912b3fc9ec717e93f528e2c3836 which bumps GCCVERSION. I'm not very familiar with arria10 and the error gcc is throwing, hence I'm filing this ticket for people more involved.

Creating sdcard for DE1SoC

Hello Kraj,
I have a problem about SDcard image.
I was run bitbake core-image-minimal successfully.
But I don't known create an image sdcard (such as de1.iso, de1.img,..)? Do you have guide for this problem?
Thanks, have a nice day!

No BIN file for u-boot produced

Here is my config:

POKY_BBLAYERS_CONF_VERSION = "2"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

BBLAYERS ?= " \
  /home/adam/Desktop/poky/meta \
  /home/adam/Desktop/poky/meta-poky \
  /home/adam/Desktop/poky/meta-yocto-bsp \
  ${TOPDIR}/../meta-altera \
  "
MACHINE = "stratix10"
PREFERRED_PROVIDER_virtual/kernel = "linux-altera"
PREFERRED_VERSION_linux-altera = "5.5%"
UBOOT_CONFIG = "de0-nano-soc"
UBOOT_EXTLINUX_FDT_default = "../socfpga_cyclone5_de0_nano_soc.dtb"
BB_NUMBER_THREADS ?= "12" 
PARALLEL_MAKE ?= "-j 12"

Everything went through, just failed at last step which is make the SD card image, due to u-boot missing. Am I missing something?

Log:

WARNING: Host distribution "ubuntu-20.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...done.
Loaded 1307 entries from dependency cache.
Parsing recipes...done.
Parsing of 778 .bb files complete (775 cached, 3 parsed). 1310 targets, 61 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "1.46.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "aarch64-poky-linux"
MACHINE              = "stratix10"
DISTRO               = "poky"
DISTRO_VERSION       = "3.1"
TUNE_FEATURES        = "aarch64 armv8a crc"
TARGET_FPU           = ""
meta                 
meta-poky            
meta-yocto-bsp       = "dunfell:ed3bdd7fbc633124c01008a6dc6952c9d0857019"
meta-altera          = "master:2825b883611ee165afc9099c60b5f0d1ea71de15"

Initialising tasks...done.
Sstate summary: Wanted 1 Found 0 Missed 1 Current 1434 (0% match, 99% complete)
NOTE: Executing Tasks
NOTE: Running task 3415 of 3765 (/home/adam/Desktop/poky/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_wic)
NOTE: recipe core-image-full-cmdline-1.0-r0: task do_image_wic: Started
Log data follows:
| DEBUG: Executing python function set_image_size
| DEBUG: 136136.000000 = 104720 * 1.300000
| DEBUG: 136136.000000 = max(136136.000000, 65536)[136136.000000] + 0
| DEBUG: 136136.000000 = int(136136.000000)
| DEBUG: 136136 = aligned(136136)
| DEBUG: returning 136136
| DEBUG: Python function set_image_size finished
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are ['virtual:native:/home/adam/Desktop/poky/meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/bison/bison_3.5.3.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-core/glibc/glibc_2.31.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-support/lzop/lzop_1.04.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/gcc/libgcc_9.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-extended/parted/parted_3.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/opkg/opkg_0.4.2.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/mklibs/mklibs-native_0.1.44.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-extended/xz/xz_5.2.4.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/createrepo-c/createrepo-c_0.15.7.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-extended/pigz/pigz_2.4.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/prelink/prelink_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/python/python3_3.8.2.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-core/glibc/cross-localedef-native_2.31.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/gcc/gcc-runtime_9.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.45.4.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/binutils/binutils-cross_2.34.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-kernel/kmod/kmod-native_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.4.1.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-kernel/dtc/dtc_1.5.1.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/swig/swig_3.0.12.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot', '/home/adam/Desktop/poky/build/../meta-altera/recipes-kernel/linux/linux-altera_5.5.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/gcc/gcc-cross_9.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/fdisk/gptfdisk_1.0.4.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/mtools/mtools_4.0.23.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/rpm/rpm_4.14.2.1.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/dnf/dnf_4.2.2.bb:do_populate_sysroot']
| NOTE: Installed into sysroot: []
| NOTE: Skipping as already exists in sysroot: ['u-boot-tools-native', 'bison-native', 'glibc', 'lzop-native', 'libgcc', 'parted-native', 'opkg-native', 'mklibs-native', 'cdrtools-native', 'xz-native', 'createrepo-c-native', 'pigz-native', 'prelink-native', 'python3-native', 'openssl-native', 'makedevs-native', 'update-rc.d-native', 'dosfstools-native', 'qemuwrapper-cross', 'cross-localedef-native', 'gcc-runtime', 'squashfs-tools-native', 'e2fsprogs-native', 'binutils-cross-aarch64', 'patch-native', 'kmod-native', 'btrfs-tools-native', 'pseudo-native', 'dtc-native', 'swig-native', 'syslinux-native', 'bc-native', 'linux-altera', 'bmap-tools-native', 'ldconfig-native', 'gcc-cross-aarch64', 'gptfdisk-native', 'mtools-native', 'opkg-utils-native', 'rpm-native', 'depmodwrapper-cross', 'flex-native', 'quilt-native', 'kern-tools-native', 'dnf-native', 'gettext-minimal-native', 'texinfo-dummy-native', 'libtool-native', 'gnu-config-native', 'autoconf-native', 'automake-native', 'linux-libc-headers', 'qemu-native', 'lzo-native', 'util-linux-native', 'pkgconfig-native', 'ncurses-native', 'readline-native', 'libarchive-native', 'libsolv-native', 'ninja-native', 'cmake-native', 'libxml2-native', 'curl-native', 'expat-native', 'sqlite3-native', 'zlib-native', 'file-native', 'glib-2.0-native', 'binutils-native', 'elfutils-native', 'libffi-native', 'libnsl2-native', 'libtirpc-native', 'gdbm-native', 'bzip2-native', 'shadow-native', 'attr-native', 'lz4-native', 'debianutils-native', 'gtk-doc-native', 'acl-native', 'python3-setuptools-native', 'libpcre-native', 'nasm-native', 'python3-six-native', 'gmp-native', 'libmpc-native', 'mpfr-native', 'popt-native', 'perl-native', 'shared-mime-info-native', 'db-native', 'dbus-native', 'm4-native', 'libdnf-native', 'librepo-native', 'python3-iniparse-native', 'libcomps-native', 'libcap-ng-native', 'libpcre2-native', 're2c-native', 'meson-native', 'gettext-native', 'unzip-native', 'groff-native', 'itstool-native', 'libcheck-native', 'libmodulemd-v1-native', 'json-c-native', 'gobject-introspection-native', 'gpgme-native', 'libyaml-native', 'libassuan-native', 'libgpg-error-native']
| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing shell function do_image_wic
| INFO: Creating image(s)...
| 
| WARNING: bootloader config not specified, using defaults
| 
| ERROR: _exec_cmd: install -m 0644 -D /home/adam/Desktop/poky/build/tmp/deploy/images/stratix10/u-boot.img /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/core-image-full-cmdline/1.0-r0/build-wic/tmp.wic.w0_jc9gq/boot.1/u-boot.img returned '1' instead of 0
| output: install: cannot stat '/home/adam/Desktop/poky/build/tmp/deploy/images/stratix10/u-boot.img': No such file or directory
| 
| WARNING: exit code 1 from a shell command.
| ERROR: Execution of '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/core-image-full-cmdline/1.0-r0/temp/run.do_image_wic.2250304' failed with exit code 1:
| INFO: Creating image(s)...
| 
| WARNING: bootloader config not specified, using defaults
| 
| ERROR: _exec_cmd: install -m 0644 -D /home/adam/Desktop/poky/build/tmp/deploy/images/stratix10/u-boot.img /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/core-image-full-cmdline/1.0-r0/build-wic/tmp.wic.w0_jc9gq/boot.1/u-boot.img returned '1' instead of 0
| output: install: cannot stat '/home/adam/Desktop/poky/build/tmp/deploy/images/stratix10/u-boot.img': No such file or directory
| 
| WARNING: exit code 1 from a shell command.
| 
NOTE: recipe core-image-full-cmdline-1.0-r0: task do_image_wic: Failed
NOTE: Tasks Summary: Attempted 3762 tasks of which 3761 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/adam/Desktop/poky/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_wic
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Here is the build log for bootloader:

WARNING: Host distribution "ubuntu-20.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...done.
Loaded 1307 entries from dependency cache.
Parsing recipes...done.
Parsing of 778 .bb files complete (775 cached, 3 parsed). 1310 targets, 61 skipped, 0 masked, 0 errors.
NOTE: selecting u-boot-socfpga to satisfy virtual/bootloader due to PREFERRED_PROVIDERS
NOTE: Resolving any missing task queue dependencies
NOTE: selecting binutils-cross-aarch64 to satisfy virtual/aarch64-poky-linux-binutils due to PREFERRED_PROVIDERS
NOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS
NOTE: selecting glibc to satisfy virtual/libc due to PREFERRED_PROVIDERS
NOTE: selecting gcc-cross-aarch64 to satisfy virtual/aarch64-poky-linux-gcc due to PREFERRED_PROVIDERS
NOTE: selecting gcc-runtime to satisfy virtual/aarch64-poky-linux-compilerlibs due to PREFERRED_PROVIDERS
NOTE: selecting openssl-native to satisfy openssl-native due to PREFERRED_PROVIDERS
NOTE: selecting u-boot-socfpga to satisfy runtime u-boot-socfpga-dev due to PREFERRED_PROVIDER_virtual/bootloader = u-boot-socfpga
NOTE: selecting u-boot-socfpga to satisfy runtime u-boot-socfpga-env due to PREFERRED_PROVIDER_virtual/bootloader = u-boot-socfpga
NOTE: selecting u-boot-socfpga to satisfy runtime u-boot-socfpga due to PREFERRED_PROVIDER_virtual/bootloader = u-boot-socfpga
NOTE: selecting glibc to satisfy runtime libsegfault due to PREFERRED_PROVIDER_virtual/libc = glibc
NOTE: selecting glibc to satisfy runtime ldconfig due to PREFERRED_PROVIDER_virtual/libc = glibc
NOTE: selecting linux-libc-headers to satisfy runtime linux-libc-headers-dev due to PREFERRED_PROVIDER_linux-libc-headers = linux-libc-headers
NOTE: selecting glibc to satisfy runtime glibc-dev due to PREFERRED_PROVIDER_virtual/libc = glibc
NOTE: selecting glibc to satisfy runtime glibc-utils due to PREFERRED_PROVIDER_virtual/libc = glibc
NOTE: selecting pkgconfig-native to satisfy pkgconfig-native due to PREFERRED_PROVIDERS
NOTE: selecting linux-libc-headers to satisfy linux-libc-headers due to PREFERRED_PROVIDERS
NOTE: selecting gcc-cross-aarch64 to satisfy virtual/aarch64-poky-linux-g++ due to PREFERRED_PROVIDERS
NOTE: selecting libgcc to satisfy libgcc due to PREFERRED_PROVIDERS
NOTE: selecting libgcc to satisfy runtime libgcc due to PREFERRED_PROVIDER_libgcc = libgcc
NOTE: selecting glibc-locale to satisfy runtime glibc-gconvs due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale
NOTE: selecting glibc-locale to satisfy runtime glibc-charmaps due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale
NOTE: selecting glibc-locale to satisfy runtime glibc-localedatas due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale

Build Configuration:
BB_VERSION           = "1.46.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "aarch64-poky-linux"
MACHINE              = "stratix10"
DISTRO               = "poky"
DISTRO_VERSION       = "3.1"
TUNE_FEATURES        = "aarch64 armv8a crc"
TARGET_FPU           = ""
meta                 
meta-poky            
meta-yocto-bsp       = "dunfell:ed3bdd7fbc633124c01008a6dc6952c9d0857019"
meta-altera          = "master:2825b883611ee165afc9099c60b5f0d1ea71de15"

Initialising tasks...NOTE: Marking Active Tasks
NOTE: Pruned 1254 inactive tasks, 598 left
NOTE: Assign Weightings
NOTE: Compute totals (have 1 endpoint(s))
done.
Sstate summary: Wanted 8 Found 0 Missed 8 Current 140 (0% match, 94% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 507 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_fetch)
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_fetch: Started
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_fetch: Direct dependencies are []
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_fetch: Installed into sysroot: []
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_fetch: Skipping as already exists in sysroot: []
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_fetch: Succeeded
NOTE: Running task 583 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_unpack)
NOTE: Running task 584 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_prepare_recipe_sysroot)
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_unpack: Started
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_prepare_recipe_sysroot: Started
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_prepare_recipe_sysroot: Direct dependencies are ['virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/swig/swig_3.0.12.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/gcc/gcc-cross_9.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-kernel/dtc/dtc_1.5.1.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-core/glibc/glibc_2.31.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/gcc/gcc-runtime_9.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/python/python3_3.8.2.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/bison/bison_3.5.3.bb:do_populate_sysroot']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_prepare_recipe_sysroot: Installed into sysroot: ['pseudo-native', 'bc-native', 'u-boot-tools-native', 'swig-native', 'gcc-cross-aarch64', 'dtc-native', 'glibc', 'kern-tools-native', 'flex-native', 'openssl-native', 'gcc-runtime', 'python3-native', 'bison-native', 'automake-native', 'texinfo-dummy-native', 'autoconf-native', 'readline-native', 'quilt-native', 'gnu-config-native', 'libtool-native', 'libpcre-native', 'pkgconfig-native', 'xz-native', 'gmp-native', 'libmpc-native', 'zlib-native', 'binutils-cross-aarch64', 'linux-libc-headers', 'patch-native', 'mpfr-native', 'gettext-minimal-native', 'm4-native', 'libgcc', 'libffi-native', 'gdbm-native', 'sqlite3-native', 'util-linux-native', 'libnsl2-native', 'bzip2-native', 'libtirpc-native', 'ncurses-native', 'attr-native', 'libcap-ng-native', 'libpcre2-native']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_prepare_recipe_sysroot: Skipping as already exists in sysroot: []
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_prepare_recipe_sysroot: Direct dependencies are ['virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/swig/swig_3.0.12.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/gcc/gcc-cross_9.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-kernel/dtc/dtc_1.5.1.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-core/glibc/glibc_2.31.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/gcc/gcc-runtime_9.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/python/python3_3.8.2.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/bison/bison_3.5.3.bb:do_populate_sysroot']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_prepare_recipe_sysroot: Installed into sysroot: []
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_prepare_recipe_sysroot: Skipping as already exists in sysroot: ['pseudo-native', 'bc-native', 'u-boot-tools-native', 'swig-native', 'gcc-cross-aarch64', 'dtc-native', 'glibc', 'kern-tools-native', 'flex-native', 'openssl-native', 'gcc-runtime', 'python3-native', 'bison-native', 'automake-native', 'texinfo-dummy-native', 'autoconf-native', 'readline-native', 'quilt-native', 'gnu-config-native', 'libtool-native', 'libpcre-native', 'pkgconfig-native', 'xz-native', 'gmp-native', 'libmpc-native', 'zlib-native', 'binutils-cross-aarch64', 'linux-libc-headers', 'patch-native', 'mpfr-native', 'gettext-minimal-native', 'm4-native', 'libgcc', 'libffi-native', 'gdbm-native', 'sqlite3-native', 'util-linux-native', 'libnsl2-native', 'bzip2-native', 'libtirpc-native', 'ncurses-native', 'attr-native', 'libcap-ng-native', 'libpcre2-native']
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_unpack: Succeeded
NOTE: Running task 585 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_patch)
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_patch: Started
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_patch: Direct dependencies are ['/home/adam/Desktop/poky/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_patch: Installed into sysroot: []
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_patch: Skipping as already exists in sysroot: ['quilt-native', 'patch-native', 'automake-native', 'attr-native', 'autoconf-native', 'gnu-config-native', 'libtool-native', 'texinfo-dummy-native', 'gettext-minimal-native', 'm4-native']
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_patch: Succeeded
NOTE: Running task 586 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_deploy_source_date_epoch)
NOTE: Running task 587 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_populate_lic)
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_deploy_source_date_epoch: Started
+ cd /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/deploy-source-date-epoch
+ do_deploy_source_date_epoch
+ mkdir -p /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/deploy-source-date-epoch

+ [ -e /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/source-date-epoch/__source_date_epoch.txt ]
+ echo Deploying SDE from /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/source-date-epoch/__source_date_epoch.txt -> /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/deploy-source-date-epoch.
Deploying SDE from /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/source-date-epoch/__source_date_epoch.txt -> /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/deploy-source-date-epoch.
+ cp -p /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/source-date-epoch/__source_date_epoch.txt /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/deploy-source-date-epoch/__source_date_epoch.txt

+ ret=0
+ trap  0
+ exit 0

NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_populate_lic: Started
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_populate_lic: u-boot-socfpga: md5 checksum matched for file://Licenses/README;md5=30503fd321432fc713238f582193b78e
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_deploy_source_date_epoch: Removing hardcoded paths from sstate package: 'find /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-deploy_source_date_epoch/ \( -name "*.la" -o -name "*-config" -o -name "*_config" -o -name "postinst-*" \) -type f | xargs grep -l -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot' -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native' -e '/home/adam/Desktop/poky/build/tmp/hosttools' | tee /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-deploy_source_date_epoch/fixmepath | xargs --no-run-if-empty sed -i -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot:FIXMESTAGINGDIRTARGET:g' -e 's:/home/adam/Desktop/poky/build/tmp/hosttools:FIXME_HOSTTOOLS_DIR:g''
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_populate_lic: Removing hardcoded paths from sstate package: 'find /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-populate_lic/ \( -name "*.la" -o -name "*-config" -o -name "*_config" -o -name "postinst-*" \) -type f | xargs grep -l -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot' -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native' -e '/home/adam/Desktop/poky/build/tmp/hosttools' | tee /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-populate_lic/fixmepath | xargs --no-run-if-empty sed -i -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot:FIXMESTAGINGDIRTARGET:g' -e 's:/home/adam/Desktop/poky/build/tmp/hosttools:FIXME_HOSTTOOLS_DIR:g''
+ cd /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-deploy_source_date_epoch/
+ sstate_create_package
+ [ -e /home/adam/Desktop/poky/build/sstate-cache/eb/6a/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:eb6a53466d68ec88bc2605638fde087990015f426b43bcfd9118ce5c3ccd303c_deploy_source_date_epoch.tgz ]

+ dirname /home/adam/Desktop/poky/build/sstate-cache/eb/6a/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:eb6a53466d68ec88bc2605638fde087990015f426b43bcfd9118ce5c3ccd303c_deploy_source_date_epoch.tgz

+ mkdir -p /home/adam/Desktop/poky/build/sstate-cache/eb/6a

+ mktemp /home/adam/Desktop/poky/build/sstate-cache/eb/6a/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:eb6a53466d68ec88bc2605638fde087990015f426b43bcfd9118ce5c3ccd303c_deploy_source_date_epoch.tgz.XXXXXXXX

+ TFILE=/home/adam/Desktop/poky/build/sstate-cache/eb/6a/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:eb6a53466d68ec88bc2605638fde087990015f426b43bcfd9118ce5c3ccd303c_deploy_source_date_epoch.tgz.nHNSqHdF
+ OPT=-czS

+ command -v pigz

+ [ -x  ]

+ ls -A

+ [ deploy-source-date-epoch ]
+ set +e
+ tar -czS -f /home/adam/Desktop/poky/build/sstate-cache/eb/6a/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:eb6a53466d68ec88bc2605638fde087990015f426b43bcfd9118ce5c3ccd303c_deploy_source_date_epoch.tgz.nHNSqHdF deploy-source-date-epoch

+ ret=0
+ [ 0 -ne 0 ]
+ set -e
+ chmod 0664 /home/adam/Desktop/poky/build/sstate-cache/eb/6a/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:eb6a53466d68ec88bc2605638fde087990015f426b43bcfd9118ce5c3ccd303c_deploy_source_date_epoch.tgz.nHNSqHdF

+ [ ! -e /home/adam/Desktop/poky/build/sstate-cache/eb/6a/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:eb6a53466d68ec88bc2605638fde087990015f426b43bcfd9118ce5c3ccd303c_deploy_source_date_epoch.tgz ]
+ ln /home/adam/Desktop/poky/build/sstate-cache/eb/6a/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:eb6a53466d68ec88bc2605638fde087990015f426b43bcfd9118ce5c3ccd303c_deploy_source_date_epoch.tgz.nHNSqHdF /home/adam/Desktop/poky/build/sstate-cache/eb/6a/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:eb6a53466d68ec88bc2605638fde087990015f426b43bcfd9118ce5c3ccd303c_deploy_source_date_epoch.tgz

+ rm /home/adam/Desktop/poky/build/sstate-cache/eb/6a/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:eb6a53466d68ec88bc2605638fde087990015f426b43bcfd9118ce5c3ccd303c_deploy_source_date_epoch.tgz.nHNSqHdF

+ [ ! -w /home/adam/Desktop/poky/build/sstate-cache/eb/6a/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:eb6a53466d68ec88bc2605638fde087990015f426b43bcfd9118ce5c3ccd303c_deploy_source_date_epoch.tgz ]
+ touch /home/adam/Desktop/poky/build/sstate-cache/eb/6a/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:eb6a53466d68ec88bc2605638fde087990015f426b43bcfd9118ce5c3ccd303c_deploy_source_date_epoch.tgz

+ ret=0
+ trap  0
+ exit 0

+ cd /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-populate_lic/
+ sstate_create_package
+ [ -e /home/adam/Desktop/poky/build/sstate-cache/e4/d3/sstate:u-boot-socfpga::v2019.10+gitAUTOINC+e151fde377:r0::3:e4d3db52949ac6f2e35dc5062e395e256b12dd0d0612072a00639f9b565f0170_populate_lic.tgz ]

+ dirname /home/adam/Desktop/poky/build/sstate-cache/e4/d3/sstate:u-boot-socfpga::v2019.10+gitAUTOINC+e151fde377:r0::3:e4d3db52949ac6f2e35dc5062e395e256b12dd0d0612072a00639f9b565f0170_populate_lic.tgz

+ mkdir -p /home/adam/Desktop/poky/build/sstate-cache/e4/d3

+ mktemp /home/adam/Desktop/poky/build/sstate-cache/e4/d3/sstate:u-boot-socfpga::v2019.10+gitAUTOINC+e151fde377:r0::3:e4d3db52949ac6f2e35dc5062e395e256b12dd0d0612072a00639f9b565f0170_populate_lic.tgz.XXXXXXXX

+ TFILE=/home/adam/Desktop/poky/build/sstate-cache/e4/d3/sstate:u-boot-socfpga::v2019.10+gitAUTOINC+e151fde377:r0::3:e4d3db52949ac6f2e35dc5062e395e256b12dd0d0612072a00639f9b565f0170_populate_lic.tgz.bFBdecwg
+ OPT=-czS

+ command -v pigz

+ [ -x  ]

+ ls -A

+ [ license-destdir ]
+ set +e
+ tar -czS -f /home/adam/Desktop/poky/build/sstate-cache/e4/d3/sstate:u-boot-socfpga::v2019.10+gitAUTOINC+e151fde377:r0::3:e4d3db52949ac6f2e35dc5062e395e256b12dd0d0612072a00639f9b565f0170_populate_lic.tgz.bFBdecwg license-destdir

+ ret=0
+ [ 0 -ne 0 ]
+ set -e
+ chmod 0664 /home/adam/Desktop/poky/build/sstate-cache/e4/d3/sstate:u-boot-socfpga::v2019.10+gitAUTOINC+e151fde377:r0::3:e4d3db52949ac6f2e35dc5062e395e256b12dd0d0612072a00639f9b565f0170_populate_lic.tgz.bFBdecwg

+ [ ! -e /home/adam/Desktop/poky/build/sstate-cache/e4/d3/sstate:u-boot-socfpga::v2019.10+gitAUTOINC+e151fde377:r0::3:e4d3db52949ac6f2e35dc5062e395e256b12dd0d0612072a00639f9b565f0170_populate_lic.tgz ]
+ ln /home/adam/Desktop/poky/build/sstate-cache/e4/d3/sstate:u-boot-socfpga::v2019.10+gitAUTOINC+e151fde377:r0::3:e4d3db52949ac6f2e35dc5062e395e256b12dd0d0612072a00639f9b565f0170_populate_lic.tgz.bFBdecwg /home/adam/Desktop/poky/build/sstate-cache/e4/d3/sstate:u-boot-socfpga::v2019.10+gitAUTOINC+e151fde377:r0::3:e4d3db52949ac6f2e35dc5062e395e256b12dd0d0612072a00639f9b565f0170_populate_lic.tgz

+ rm /home/adam/Desktop/poky/build/sstate-cache/e4/d3/sstate:u-boot-socfpga::v2019.10+gitAUTOINC+e151fde377:r0::3:e4d3db52949ac6f2e35dc5062e395e256b12dd0d0612072a00639f9b565f0170_populate_lic.tgz.bFBdecwg

+ [ ! -w /home/adam/Desktop/poky/build/sstate-cache/e4/d3/sstate:u-boot-socfpga::v2019.10+gitAUTOINC+e151fde377:r0::3:e4d3db52949ac6f2e35dc5062e395e256b12dd0d0612072a00639f9b565f0170_populate_lic.tgz ]
+ touch /home/adam/Desktop/poky/build/sstate-cache/e4/d3/sstate:u-boot-socfpga::v2019.10+gitAUTOINC+e151fde377:r0::3:e4d3db52949ac6f2e35dc5062e395e256b12dd0d0612072a00639f9b565f0170_populate_lic.tgz

+ ret=0
+ trap  0
+ exit 0

NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_deploy_source_date_epoch: Succeeded
NOTE: Running task 588 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_configure)
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_populate_lic: Succeeded
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_configure: Started
+ cd /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/git
+ do_configure
+ [ -z de0-nano-soc ]
+ DEVTOOL_DISABLE_MENUCONFIG=true
+ ret=0
+ trap  0
+ exit 0

NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_configure: Succeeded
NOTE: Running task 589 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_compile)
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_compile: Started
+ cd /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/git
+ do_compile
+ [  ]
+ unset LDFLAGS
+ unset CFLAGS
+ unset CPPFLAGS
+ [ ! -e /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/git/.scmversion -a ! -e /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/git/.scmversion ]

+ echo
+ echo
+ [ -n de0-nano-soc ]
+ unset i j k
+ unset i
+ ret=0
+ trap  0
+ exit 0

NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_compile: Succeeded
NOTE: Running task 590 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_create_extlinux_config)
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_create_extlinux_config: Started
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_create_extlinux_config: Succeeded
NOTE: Running task 591 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_install)
NOTE: Running task 592 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_deploy)
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_deploy: Started
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_install: Started
+ cd /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/git
+ do_deploy
+ [ -n de0-nano-soc ]
+ unset i
+ [ -e /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/fw_env.config ]
+ [ -n  ]
+ [ -n spl/u-boot-spl-dtb.hex ]

+ [ -n de0-nano-soc ]
+ unset i
+ [ -n  ]
+ [  = 1 ]
+ ret=0
+ trap  0
+ exit 0

NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_install: Direct dependencies are ['virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/swig/swig_3.0.12.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-core/glibc/glibc_2.31.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/python/python3_3.8.2.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/gcc/gcc-runtime_9.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/bison/bison_3.5.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/gcc/gcc-cross_9.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-kernel/dtc/dtc_1.5.1.bb:do_populate_sysroot']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_deploy: Removing hardcoded paths from sstate package: 'find /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-deploy/ \( -name "*.la" -o -name "*-config" -o -name "*_config" -o -name "postinst-*" \) -type f | xargs grep -l -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot' -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native' -e '/home/adam/Desktop/poky/build/tmp/hosttools' | tee /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-deploy/fixmepath | xargs --no-run-if-empty sed -i -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot:FIXMESTAGINGDIRTARGET:g' -e 's:/home/adam/Desktop/poky/build/tmp/hosttools:FIXME_HOSTTOOLS_DIR:g''
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_install: Installed into sysroot: []
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_install: Skipping as already exists in sysroot: ['swig-native', 'glibc', 'pseudo-native', 'python3-native', 'quilt-native', 'gcc-runtime', 'u-boot-tools-native', 'bison-native', 'openssl-native', 'bc-native', 'patch-native', 'gcc-cross-aarch64', 'flex-native', 'kern-tools-native', 'dtc-native', 'libpcre-native', 'libtool-native', 'gnu-config-native', 'autoconf-native', 'pkgconfig-native', 'automake-native', 'linux-libc-headers', 'gdbm-native', 'libtirpc-native', 'bzip2-native', 'readline-native', 'util-linux-native', 'xz-native', 'libffi-native', 'libnsl2-native', 'sqlite3-native', 'zlib-native', 'libgcc', 'texinfo-dummy-native', 'gettext-minimal-native', 'attr-native', 'binutils-cross-aarch64', 'mpfr-native', 'libmpc-native', 'gmp-native', 'm4-native', 'ncurses-native', 'libcap-ng-native', 'libpcre2-native']
+ cd /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-deploy/
+ sstate_create_package
+ [ -e /home/adam/Desktop/poky/build/sstate-cache/d1/ca/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:d1ca5439b8f637dc99da4dad81f17402d6e65429f9edc958f6f6faf656aae8c2_deploy.tgz ]

+ dirname /home/adam/Desktop/poky/build/sstate-cache/d1/ca/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:d1ca5439b8f637dc99da4dad81f17402d6e65429f9edc958f6f6faf656aae8c2_deploy.tgz

+ mkdir -p /home/adam/Desktop/poky/build/sstate-cache/d1/ca

+ mktemp /home/adam/Desktop/poky/build/sstate-cache/d1/ca/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:d1ca5439b8f637dc99da4dad81f17402d6e65429f9edc958f6f6faf656aae8c2_deploy.tgz.XXXXXXXX

+ TFILE=/home/adam/Desktop/poky/build/sstate-cache/d1/ca/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:d1ca5439b8f637dc99da4dad81f17402d6e65429f9edc958f6f6faf656aae8c2_deploy.tgz.ordATEJU
+ OPT=-czS

+ command -v pigz

+ [ -x  ]

+ ls -A

+ [ deploy-u-boot-socfpga ]
+ set +e
+ tar -czS -f /home/adam/Desktop/poky/build/sstate-cache/d1/ca/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:d1ca5439b8f637dc99da4dad81f17402d6e65429f9edc958f6f6faf656aae8c2_deploy.tgz.ordATEJU deploy-u-boot-socfpga

+ ret=0
+ [ 0 -ne 0 ]
+ set -e
+ chmod 0664 /home/adam/Desktop/poky/build/sstate-cache/d1/ca/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:d1ca5439b8f637dc99da4dad81f17402d6e65429f9edc958f6f6faf656aae8c2_deploy.tgz.ordATEJU

+ [ ! -e /home/adam/Desktop/poky/build/sstate-cache/d1/ca/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:d1ca5439b8f637dc99da4dad81f17402d6e65429f9edc958f6f6faf656aae8c2_deploy.tgz ]
+ ln /home/adam/Desktop/poky/build/sstate-cache/d1/ca/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:d1ca5439b8f637dc99da4dad81f17402d6e65429f9edc958f6f6faf656aae8c2_deploy.tgz.ordATEJU /home/adam/Desktop/poky/build/sstate-cache/d1/ca/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:d1ca5439b8f637dc99da4dad81f17402d6e65429f9edc958f6f6faf656aae8c2_deploy.tgz

+ rm /home/adam/Desktop/poky/build/sstate-cache/d1/ca/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:d1ca5439b8f637dc99da4dad81f17402d6e65429f9edc958f6f6faf656aae8c2_deploy.tgz.ordATEJU

+ [ ! -w /home/adam/Desktop/poky/build/sstate-cache/d1/ca/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:d1ca5439b8f637dc99da4dad81f17402d6e65429f9edc958f6f6faf656aae8c2_deploy.tgz ]
+ touch /home/adam/Desktop/poky/build/sstate-cache/d1/ca/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:d1ca5439b8f637dc99da4dad81f17402d6e65429f9edc958f6f6faf656aae8c2_deploy.tgz

+ ret=0
+ trap  0
+ exit 0

+ cd /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/git
+ do_install
+ [ -n de0-nano-soc ]
+ unset i
+ [ -n  ]
+ [ -e /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/fw_env.config ]
+ [ -n spl/u-boot-spl-dtb.hex ]
+ [ -n de0-nano-soc ]
+ unset i
+ [ -n  ]
+ [  = 1 ]
+ [ 0 = 1 -a u-boot-socfpga = u-boot-socfpga -a -n u-boot.dtb ]
+ ret=0
+ trap  0
+ exit 0

NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_deploy: Succeeded
+ remove_libtool_la
+ [ 1 != 0 ]
+ find /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image -ignore_readdir_race -name *.la -delete

+ ret=0
+ trap  0
+ exit 0

NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_install: Succeeded
NOTE: Running task 593 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_package)
NOTE: Running task 594 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_populate_sysroot)
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_populate_sysroot: Started
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_package: Started
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_populate_sysroot: Direct dependencies are ['virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/swig/swig_3.0.12.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-core/glibc/glibc_2.31.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/gcc/gcc-runtime_9.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/python/python3_3.8.2.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/binutils/binutils-cross_2.34.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/bison/bison_3.5.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/gcc/gcc-cross_9.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-kernel/dtc/dtc_1.5.1.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb:do_populate_sysroot']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_populate_sysroot: Installed into sysroot: []
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_populate_sysroot: Skipping as already exists in sysroot: ['pseudo-native', 'u-boot-tools-native', 'swig-native', 'glibc', 'quilt-native', 'gcc-runtime', 'python3-native', 'binutils-cross-aarch64', 'bison-native', 'bc-native', 'gcc-cross-aarch64', 'dtc-native', 'patch-native', 'kern-tools-native', 'flex-native', 'openssl-native', 'libpcre-native', 'automake-native', 'autoconf-native', 'pkgconfig-native', 'gnu-config-native', 'libtool-native', 'linux-libc-headers', 'libgcc', 'xz-native', 'libffi-native', 'readline-native', 'gdbm-native', 'sqlite3-native', 'zlib-native', 'util-linux-native', 'libnsl2-native', 'bzip2-native', 'libtirpc-native', 'texinfo-dummy-native', 'gettext-minimal-native', 'gmp-native', 'libmpc-native', 'mpfr-native', 'attr-native', 'm4-native', 'ncurses-native', 'libcap-ng-native', 'libpcre2-native']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package: Direct dependencies are ['virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/swig/swig_3.0.12.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-core/glibc/glibc_2.31.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/python/python3_3.8.2.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/gcc/gcc-runtime_9.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/bison/bison_3.5.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/gcc/gcc-cross_9.3.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/rpm/rpm_4.14.2.1.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-kernel/dtc/dtc_1.5.1.bb:do_populate_sysroot']
+ sysroot_stage_all
+ sysroot_stage_dirs /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir
+ from=/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image
+ to=/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir
+ sysroot_stage_dir /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/usr/include /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/include
+ src=/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/usr/include
+ dest=/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/include

+ [ ! -d /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/usr/include ]
+ return
+ sysroot_stage_dir /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/usr/lib /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/lib
+ src=/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/usr/lib
+ dest=/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/lib
+ [ ! -d /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/usr/lib ]
+ return
+ sysroot_stage_dir /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/lib /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/lib
+ src=/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/lib
+ dest=/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/lib
+ [ ! -d /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/lib ]
+ return
+ sysroot_stage_dir /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/lib /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/lib
+ src=/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/lib
+ dest=/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/lib
+ [ ! -d /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/lib ]
+ return
+ sysroot_stage_dir /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/usr/share /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/share
+ src=/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/usr/share
+ dest=/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/share
+ [ ! -d /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/image/usr/share ]
+ return
+ rm -rf /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/share/man

+ rm -rf /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/share/doc

+ rm -rf /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/share/info

+ rm -rf /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/share/applications

+ rm -rf /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/share/fonts

+ rm -rf /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/share/gtk-doc/html

+ rm -rf /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/share/locale

+ rm -rf /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/share/pixmaps

+ rm -rf /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sysroot-destdir/usr/lib/u-boot-socfpga/ptest

+ ret=0
+ trap  0
+ exit 0

NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_populate_sysroot: QA checking staging
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_populate_sysroot: Using umask 0o002 (not 22) for sstate packaging
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_populate_sysroot: Removing hardcoded paths from sstate package: 'find /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-populate_sysroot/ \( -name "*.la" -o -name "*-config" -o -name "*_config" -o -name "postinst-*" \) -type f | xargs grep -l -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot' -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native' -e '/home/adam/Desktop/poky/build/tmp/hosttools' | tee /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-populate_sysroot/fixmepath | xargs --no-run-if-empty sed -i -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot:FIXMESTAGINGDIRTARGET:g' -e 's:/home/adam/Desktop/poky/build/tmp/hosttools:FIXME_HOSTTOOLS_DIR:g''
+ cd /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-populate_sysroot/
+ sstate_create_package
+ [ -e /home/adam/Desktop/poky/build/sstate-cache/b0/a8/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b0a838e7a32870527f168f5516f9c555d014600c45b73773f719277eec2e9100_populate_sysroot.tgz ]

+ dirname /home/adam/Desktop/poky/build/sstate-cache/b0/a8/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b0a838e7a32870527f168f5516f9c555d014600c45b73773f719277eec2e9100_populate_sysroot.tgz

+ mkdir -p /home/adam/Desktop/poky/build/sstate-cache/b0/a8

+ mktemp /home/adam/Desktop/poky/build/sstate-cache/b0/a8/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b0a838e7a32870527f168f5516f9c555d014600c45b73773f719277eec2e9100_populate_sysroot.tgz.XXXXXXXX

+ TFILE=/home/adam/Desktop/poky/build/sstate-cache/b0/a8/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b0a838e7a32870527f168f5516f9c555d014600c45b73773f719277eec2e9100_populate_sysroot.tgz.K53tCQMg
+ OPT=-czS

+ command -v pigz

+ [ -x  ]

+ ls -A

+ [ sysroot-destdir ]
+ set +e

+ tar -czS -f /home/adam/Desktop/poky/build/sstate-cache/b0/a8/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b0a838e7a32870527f168f5516f9c555d014600c45b73773f719277eec2e9100_populate_sysroot.tgz.K53tCQMg sysroot-destdir

+ ret=0
+ [ 0 -ne 0 ]
+ set -e
+ chmod 0664 /home/adam/Desktop/poky/build/sstate-cache/b0/a8/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b0a838e7a32870527f168f5516f9c555d014600c45b73773f719277eec2e9100_populate_sysroot.tgz.K53tCQMg

+ [ ! -e /home/adam/Desktop/poky/build/sstate-cache/b0/a8/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b0a838e7a32870527f168f5516f9c555d014600c45b73773f719277eec2e9100_populate_sysroot.tgz ]
+ ln /home/adam/Desktop/poky/build/sstate-cache/b0/a8/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b0a838e7a32870527f168f5516f9c555d014600c45b73773f719277eec2e9100_populate_sysroot.tgz.K53tCQMg /home/adam/Desktop/poky/build/sstate-cache/b0/a8/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b0a838e7a32870527f168f5516f9c555d014600c45b73773f719277eec2e9100_populate_sysroot.tgz

+ rm /home/adam/Desktop/poky/build/sstate-cache/b0/a8/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b0a838e7a32870527f168f5516f9c555d014600c45b73773f719277eec2e9100_populate_sysroot.tgz.K53tCQMg

+ [ ! -w /home/adam/Desktop/poky/build/sstate-cache/b0/a8/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b0a838e7a32870527f168f5516f9c555d014600c45b73773f719277eec2e9100_populate_sysroot.tgz ]
+ touch /home/adam/Desktop/poky/build/sstate-cache/b0/a8/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b0a838e7a32870527f168f5516f9c555d014600c45b73773f719277eec2e9100_populate_sysroot.tgz

+ ret=0
+ trap  0
+ exit 0

NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_populate_sysroot: Succeeded
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package: Installed into sysroot: ['dwarfsrcfiles-native', 'rpm-native', 'elfutils-native', 'dbus-native', 'popt-native', 'perl-native', 'libarchive-native', 'db-native', 'file-native', 'expat-native', 'e2fsprogs-native', 'lzo-native']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package: Skipping as already exists in sysroot: ['swig-native', 'glibc', 'pseudo-native', 'python3-native', 'quilt-native', 'gcc-runtime', 'u-boot-tools-native', 'bison-native', 'openssl-native', 'bc-native', 'patch-native', 'gcc-cross-aarch64', 'flex-native', 'kern-tools-native', 'dtc-native', 'libpcre-native', 'libtool-native', 'gnu-config-native', 'autoconf-native', 'pkgconfig-native', 'automake-native', 'linux-libc-headers', 'gdbm-native', 'libtirpc-native', 'bzip2-native', 'readline-native', 'util-linux-native', 'xz-native', 'libffi-native', 'libnsl2-native', 'sqlite3-native', 'zlib-native', 'libgcc', 'texinfo-dummy-native', 'gettext-minimal-native', 'attr-native', 'binutils-cross-aarch64', 'mpfr-native', 'libmpc-native', 'gmp-native', 'm4-native', 'ncurses-native', 'libcap-ng-native', 'libpcre2-native']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package: Installed into pkgdata-sysroot: ['glibc', 'gcc-runtime', 'linux-libc-headers', 'libgcc']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package: Using umask 0o002 (not 22) for sstate packaging
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package: Removing hardcoded paths from sstate package: 'find /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-package/ \( -name "*.la" -o -name "*-config" -o -name "*_config" -o -name "postinst-*" \) -type f | xargs grep -l -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot' -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native' -e '/home/adam/Desktop/poky/build/tmp/hosttools' | tee /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-package/fixmepath | xargs --no-run-if-empty sed -i -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot:FIXMESTAGINGDIRTARGET:g' -e 's:/home/adam/Desktop/poky/build/tmp/hosttools:FIXME_HOSTTOOLS_DIR:g''
+ cd /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-package/
+ sstate_create_package
+ [ -e /home/adam/Desktop/poky/build/sstate-cache/ba/57/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:ba57cc8a185e56c2c62b65704aab12882a463ea5514c850ade9f0623fa366e5e_package.tgz ]

+ dirname /home/adam/Desktop/poky/build/sstate-cache/ba/57/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:ba57cc8a185e56c2c62b65704aab12882a463ea5514c850ade9f0623fa366e5e_package.tgz

+ mkdir -p /home/adam/Desktop/poky/build/sstate-cache/ba/57

+ mktemp /home/adam/Desktop/poky/build/sstate-cache/ba/57/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:ba57cc8a185e56c2c62b65704aab12882a463ea5514c850ade9f0623fa366e5e_package.tgz.XXXXXXXX

+ TFILE=/home/adam/Desktop/poky/build/sstate-cache/ba/57/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:ba57cc8a185e56c2c62b65704aab12882a463ea5514c850ade9f0623fa366e5e_package.tgz.DMQBJmBt
+ OPT=-czS

+ command -v pigz

+ [ -x  ]

+ ls -A

+ [ package
packages-split
pkgdata ]
+ set +e
+ tar -czS -f /home/adam/Desktop/poky/build/sstate-cache/ba/57/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:ba57cc8a185e56c2c62b65704aab12882a463ea5514c850ade9f0623fa366e5e_package.tgz.DMQBJmBt package packages-split pkgdata

+ ret=0
+ [ 0 -ne 0 ]
+ set -e
+ chmod 0664 /home/adam/Desktop/poky/build/sstate-cache/ba/57/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:ba57cc8a185e56c2c62b65704aab12882a463ea5514c850ade9f0623fa366e5e_package.tgz.DMQBJmBt

+ [ ! -e /home/adam/Desktop/poky/build/sstate-cache/ba/57/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:ba57cc8a185e56c2c62b65704aab12882a463ea5514c850ade9f0623fa366e5e_package.tgz ]
+ ln /home/adam/Desktop/poky/build/sstate-cache/ba/57/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:ba57cc8a185e56c2c62b65704aab12882a463ea5514c850ade9f0623fa366e5e_package.tgz.DMQBJmBt /home/adam/Desktop/poky/build/sstate-cache/ba/57/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:ba57cc8a185e56c2c62b65704aab12882a463ea5514c850ade9f0623fa366e5e_package.tgz

+ rm /home/adam/Desktop/poky/build/sstate-cache/ba/57/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:ba57cc8a185e56c2c62b65704aab12882a463ea5514c850ade9f0623fa366e5e_package.tgz.DMQBJmBt

+ [ ! -w /home/adam/Desktop/poky/build/sstate-cache/ba/57/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:ba57cc8a185e56c2c62b65704aab12882a463ea5514c850ade9f0623fa366e5e_package.tgz ]
+ touch /home/adam/Desktop/poky/build/sstate-cache/ba/57/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:ba57cc8a185e56c2c62b65704aab12882a463ea5514c850ade9f0623fa366e5e_package.tgz

+ ret=0
+ trap  0
+ exit 0

NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_package: Succeeded
NOTE: Running task 595 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_packagedata)
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_packagedata: Started
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_packagedata: Removing hardcoded paths from sstate package: 'find /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-packagedata/ \( -name "*.la" -o -name "*-config" -o -name "*_config" -o -name "postinst-*" \) -type f | xargs grep -l -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot' -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native' -e '/home/adam/Desktop/poky/build/tmp/hosttools' | tee /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-packagedata/fixmepath | xargs --no-run-if-empty sed -i -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot:FIXMESTAGINGDIRTARGET:g' -e 's:/home/adam/Desktop/poky/build/tmp/hosttools:FIXME_HOSTTOOLS_DIR:g''
+ cd /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-packagedata/
+ sstate_create_package
+ [ -e /home/adam/Desktop/poky/build/sstate-cache/82/0e/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:820e3ba98a122828bacabc279c21baedd475d5e59c211e4091226daa6a7fccd6_packagedata.tgz ]

+ dirname /home/adam/Desktop/poky/build/sstate-cache/82/0e/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:820e3ba98a122828bacabc279c21baedd475d5e59c211e4091226daa6a7fccd6_packagedata.tgz

+ mkdir -p /home/adam/Desktop/poky/build/sstate-cache/82/0e

+ mktemp /home/adam/Desktop/poky/build/sstate-cache/82/0e/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:820e3ba98a122828bacabc279c21baedd475d5e59c211e4091226daa6a7fccd6_packagedata.tgz.XXXXXXXX

+ TFILE=/home/adam/Desktop/poky/build/sstate-cache/82/0e/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:820e3ba98a122828bacabc279c21baedd475d5e59c211e4091226daa6a7fccd6_packagedata.tgz.pLY0u1ld
+ OPT=-czS

+ command -v pigz

+ [ -x  ]

+ ls -A

+ [ pkgdata-pdata-input ]
+ set +e

+ tar -czS -f /home/adam/Desktop/poky/build/sstate-cache/82/0e/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:820e3ba98a122828bacabc279c21baedd475d5e59c211e4091226daa6a7fccd6_packagedata.tgz.pLY0u1ld pkgdata-pdata-input

+ ret=0
+ [ 0 -ne 0 ]
+ set -e
+ chmod 0664 /home/adam/Desktop/poky/build/sstate-cache/82/0e/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:820e3ba98a122828bacabc279c21baedd475d5e59c211e4091226daa6a7fccd6_packagedata.tgz.pLY0u1ld

+ [ ! -e /home/adam/Desktop/poky/build/sstate-cache/82/0e/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:820e3ba98a122828bacabc279c21baedd475d5e59c211e4091226daa6a7fccd6_packagedata.tgz ]
+ ln /home/adam/Desktop/poky/build/sstate-cache/82/0e/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:820e3ba98a122828bacabc279c21baedd475d5e59c211e4091226daa6a7fccd6_packagedata.tgz.pLY0u1ld /home/adam/Desktop/poky/build/sstate-cache/82/0e/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:820e3ba98a122828bacabc279c21baedd475d5e59c211e4091226daa6a7fccd6_packagedata.tgz

+ rm /home/adam/Desktop/poky/build/sstate-cache/82/0e/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:820e3ba98a122828bacabc279c21baedd475d5e59c211e4091226daa6a7fccd6_packagedata.tgz.pLY0u1ld

+ [ ! -w /home/adam/Desktop/poky/build/sstate-cache/82/0e/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:820e3ba98a122828bacabc279c21baedd475d5e59c211e4091226daa6a7fccd6_packagedata.tgz ]
+ touch /home/adam/Desktop/poky/build/sstate-cache/82/0e/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:820e3ba98a122828bacabc279c21baedd475d5e59c211e4091226daa6a7fccd6_packagedata.tgz

+ ret=0
+ trap  0
+ exit 0

NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_packagedata: Succeeded
NOTE: Running task 596 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_package_write_rpm)
NOTE: Running task 597 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_package_qa)
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_package_write_rpm: Started
NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_package_qa: Started
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_write_rpm: Direct dependencies are ['virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/rpm/rpm_4.14.2.1.bb:do_populate_sysroot']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: Direct dependencies are ['virtual:native:/home/adam/Desktop/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', '/home/adam/Desktop/poky/meta/recipes-devtools/binutils/binutils-cross_2.34.bb:do_populate_sysroot']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_write_rpm: Installed into sysroot: []
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_write_rpm: Skipping as already exists in sysroot: ['pseudo-native', 'rpm-native', 'dbus-native', 'python3-native', 'quilt-native', 'libtool-native', 'pkgconfig-native', 'popt-native', 'bzip2-native', 'openssl-native', 'perl-native', 'gettext-minimal-native', 'automake-native', 'libarchive-native', 'db-native', 'file-native', 'gnu-config-native', 'xz-native', 'autoconf-native', 'elfutils-native', 'expat-native', 'gdbm-native', 'libtirpc-native', 'readline-native', 'util-linux-native', 'libffi-native', 'libnsl2-native', 'sqlite3-native', 'zlib-native', 'texinfo-dummy-native', 'e2fsprogs-native', 'lzo-native', 'm4-native', 'patch-native', 'ncurses-native', 'libcap-ng-native', 'libpcre2-native', 'attr-native']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: Installed into sysroot: []
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: Skipping as already exists in sysroot: ['pseudo-native', 'binutils-cross-aarch64', 'quilt-native', 'gnu-config-native', 'texinfo-dummy-native', 'autoconf-native', 'flex-native', 'zlib-native', 'patch-native', 'm4-native', 'libtool-native', 'automake-native', 'gettext-minimal-native', 'xz-native', 'attr-native']
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: DO PACKAGE QA
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_write_rpm: Not creating empty RPM package for u-boot-socfpga-src
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_write_rpm: Creating empty RPM package for u-boot-socfpga-dbg
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_write_rpm: Not creating empty RPM package for u-boot-socfpga-staticdev
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_write_rpm: Creating empty RPM package for u-boot-socfpga-dev
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_write_rpm: Not creating empty RPM package for u-boot-socfpga-doc
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: Checking Package: u-boot-socfpga-env
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_write_rpm: Not creating empty RPM package for u-boot-socfpga-locale
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: Checking Package: u-boot-socfpga-dbg
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: Checking Package: u-boot-socfpga-staticdev
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_write_rpm: Not creating empty RPM package for u-boot-socfpga-env
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: Checking Package: u-boot-socfpga-doc
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: Checking Package: u-boot-socfpga-dev
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_write_rpm: Not creating empty RPM package for u-boot-socfpga
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: Checking Package: u-boot-socfpga
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: Checking Package: u-boot-socfpga-src
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: Checking Package: u-boot-socfpga-locale
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: DONE with PACKAGE QA
NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_qa: Removing hardcoded paths from sstate package: 'find /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-package_qa/ \( -name "*.la" -o -name "*-config" -o -name "*_config" -o -name "postinst-*" \) -type f | xargs grep -l -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot' -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native' -e '/home/adam/Desktop/poky/build/tmp/hosttools' | tee /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-package_qa/fixmepath | xargs --no-run-if-empty sed -i -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot:FIXMESTAGINGDIRTARGET:g' -e 's:/home/adam/Desktop/poky/build/tmp/hosttools:FIXME_HOSTTOOLS_DIR:g''
+ BUILDSPEC
+ rpmbuild --noclean --nodeps --short-circuit --target stratix10-poky-linux --buildroot /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/package --define _topdir /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0 --define _rpmdir /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/deploy-rpms/stratix10 --define _builddir /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/git --define _build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm --define _use_internal_dependency_generator 0 --define _binaries_in_noarch_packages_terminate_build 0 --define _build_id_links none --define _binary_payload w6T.xzdio --define _source_payload w6T.xzdio --define clamp_mtime_to_source_date_epoch 1 --define _buildhost reproducible --define __find_requires %{nil} --define __find_provides %{nil} --define _unpackaged_files_terminate_build 0 --define debug_package %{nil} --define _tmppath /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0 -bb /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/u-boot-socfpga.spec

Building target platforms: stratix10-poky-linux
Building for target stratix10-poky-linux
Processing files: u-boot-socfpga-dbg-v2019.10+git0+e151fde377-r0.stratix10
Processing files: u-boot-socfpga-dev-v2019.10+git0+e151fde377-r0.stratix10

Checking for unpackaged file(s): /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native/usr/bin/../../usr/lib/rpm/check-files /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/package

Finished binary package job, result 0, filename (null)

Finished binary package job, result 0, filename (null)

Finished binary package job, result 0, filename (null)
Finished binary package job, result 0, filename (null)
Finished binary package job, result 0, filename (null)

Finished binary package job, result 0, filename (null)

Wrote: /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/deploy-rpms/stratix10/u-boot-socfpga-dev-v2019.10+git0+e151fde377-r0.stratix10.rpm
Finished binary package job, result 0, filename /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/deploy-rpms/stratix10/u-boot-socfpga-dev-v2019.10+git0+e151fde377-r0.stratix10.rpm
Wrote: /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/deploy-rpms/stratix10/u-boot-socfpga-dbg-v2019.10+git0+e151fde377-r0.stratix10.rpm
Finished binary package job, result 0, filename /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/deploy-rpms/stratix10/u-boot-socfpga-dbg-v2019.10+git0+e151fde377-r0.stratix10.rpm

+ rm -rf /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/BUILDROOT /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/SOURCES /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/SPECS /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/SRPMS

+ cd /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-package_qa/
+ sstate_create_package
+ [ -e /home/adam/Desktop/poky/build/sstate-cache/66/5b/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:665b79c9ad064992b8d3d9cac6718c86156200ca33aa8b7da85c037708f23ca3_package_qa.tgz ]

+ dirname /home/adam/Desktop/poky/build/sstate-cache/66/5b/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:665b79c9ad064992b8d3d9cac6718c86156200ca33aa8b7da85c037708f23ca3_package_qa.tgz

+ ret=0
+ trap  0
+ exit 0

+ mkdir -p /home/adam/Desktop/poky/build/sstate-cache/66/5b

NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_write_rpm: Using umask 0o002 (not 22) for sstate packaging
+ mktemp /home/adam/Desktop/poky/build/sstate-cache/66/5b/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:665b79c9ad064992b8d3d9cac6718c86156200ca33aa8b7da85c037708f23ca3_package_qa.tgz.XXXXXXXX

+ TFILE=/home/adam/Desktop/poky/build/sstate-cache/66/5b/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:665b79c9ad064992b8d3d9cac6718c86156200ca33aa8b7da85c037708f23ca3_package_qa.tgz.nla1z1Ui
+ OPT=-czS

+ command -v pigz

+ [ -x  ]

+ ls -A

+ [  ]
+ tar -czS --file=/home/adam/Desktop/poky/build/sstate-cache/66/5b/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:665b79c9ad064992b8d3d9cac6718c86156200ca33aa8b7da85c037708f23ca3_package_qa.tgz.nla1z1Ui --files-from=/dev/null

+ chmod 0664 /home/adam/Desktop/poky/build/sstate-cache/66/5b/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:665b79c9ad064992b8d3d9cac6718c86156200ca33aa8b7da85c037708f23ca3_package_qa.tgz.nla1z1Ui

+ [ ! -e /home/adam/Desktop/poky/build/sstate-cache/66/5b/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:665b79c9ad064992b8d3d9cac6718c86156200ca33aa8b7da85c037708f23ca3_package_qa.tgz ]
+ ln /home/adam/Desktop/poky/build/sstate-cache/66/5b/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:665b79c9ad064992b8d3d9cac6718c86156200ca33aa8b7da85c037708f23ca3_package_qa.tgz.nla1z1Ui /home/adam/Desktop/poky/build/sstate-cache/66/5b/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:665b79c9ad064992b8d3d9cac6718c86156200ca33aa8b7da85c037708f23ca3_package_qa.tgz

+ rm /home/adam/Desktop/poky/build/sstate-cache/66/5b/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:665b79c9ad064992b8d3d9cac6718c86156200ca33aa8b7da85c037708f23ca3_package_qa.tgz.nla1z1Ui

+ [ ! -w /home/adam/Desktop/poky/build/sstate-cache/66/5b/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:665b79c9ad064992b8d3d9cac6718c86156200ca33aa8b7da85c037708f23ca3_package_qa.tgz ]
+ touch /home/adam/Desktop/poky/build/sstate-cache/66/5b/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:665b79c9ad064992b8d3d9cac6718c86156200ca33aa8b7da85c037708f23ca3_package_qa.tgz

NOTE: u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0 do_package_write_rpm: Removing hardcoded paths from sstate package: 'find /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-package_write_rpm/ \( -name "*.la" -o -name "*-config" -o -name "*_config" -o -name "postinst-*" \) -type f | xargs grep -l -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot' -e '/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native' -e '/home/adam/Desktop/poky/build/tmp/hosttools' | tee /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-package_write_rpm/fixmepath | xargs --no-run-if-empty sed -i -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:/home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/recipe-sysroot:FIXMESTAGINGDIRTARGET:g' -e 's:/home/adam/Desktop/poky/build/tmp/hosttools:FIXME_HOSTTOOLS_DIR:g''
+ ret=0
+ trap  0
+ exit 0

NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_package_qa: Succeeded
+ cd /home/adam/Desktop/poky/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/1_v2019.10+gitAUTOINC+e151fde377-r0/sstate-build-package_write_rpm/
+ sstate_create_package
+ [ -e /home/adam/Desktop/poky/build/sstate-cache/b6/a5/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b6a5a212840dacd0b675d1b20d1cf81306531854e17fbbc90d4a746f3bf0e96e_package_write_rpm.tgz ]

+ dirname /home/adam/Desktop/poky/build/sstate-cache/b6/a5/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b6a5a212840dacd0b675d1b20d1cf81306531854e17fbbc90d4a746f3bf0e96e_package_write_rpm.tgz

+ mkdir -p /home/adam/Desktop/poky/build/sstate-cache/b6/a5

+ mktemp /home/adam/Desktop/poky/build/sstate-cache/b6/a5/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b6a5a212840dacd0b675d1b20d1cf81306531854e17fbbc90d4a746f3bf0e96e_package_write_rpm.tgz.XXXXXXXX

+ TFILE=/home/adam/Desktop/poky/build/sstate-cache/b6/a5/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b6a5a212840dacd0b675d1b20d1cf81306531854e17fbbc90d4a746f3bf0e96e_package_write_rpm.tgz.zHTC8GWX
+ OPT=-czS

+ command -v pigz

+ [ -x  ]

+ ls -A

+ [ deploy-rpms ]
+ set +e
+ tar -czS -f /home/adam/Desktop/poky/build/sstate-cache/b6/a5/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b6a5a212840dacd0b675d1b20d1cf81306531854e17fbbc90d4a746f3bf0e96e_package_write_rpm.tgz.zHTC8GWX deploy-rpms

+ ret=0
+ [ 0 -ne 0 ]
+ set -e
+ chmod 0664 /home/adam/Desktop/poky/build/sstate-cache/b6/a5/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b6a5a212840dacd0b675d1b20d1cf81306531854e17fbbc90d4a746f3bf0e96e_package_write_rpm.tgz.zHTC8GWX

+ [ ! -e /home/adam/Desktop/poky/build/sstate-cache/b6/a5/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b6a5a212840dacd0b675d1b20d1cf81306531854e17fbbc90d4a746f3bf0e96e_package_write_rpm.tgz ]
+ ln /home/adam/Desktop/poky/build/sstate-cache/b6/a5/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b6a5a212840dacd0b675d1b20d1cf81306531854e17fbbc90d4a746f3bf0e96e_package_write_rpm.tgz.zHTC8GWX /home/adam/Desktop/poky/build/sstate-cache/b6/a5/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b6a5a212840dacd0b675d1b20d1cf81306531854e17fbbc90d4a746f3bf0e96e_package_write_rpm.tgz

+ rm /home/adam/Desktop/poky/build/sstate-cache/b6/a5/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b6a5a212840dacd0b675d1b20d1cf81306531854e17fbbc90d4a746f3bf0e96e_package_write_rpm.tgz.zHTC8GWX

+ [ ! -w /home/adam/Desktop/poky/build/sstate-cache/b6/a5/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b6a5a212840dacd0b675d1b20d1cf81306531854e17fbbc90d4a746f3bf0e96e_package_write_rpm.tgz ]
+ touch /home/adam/Desktop/poky/build/sstate-cache/b6/a5/sstate:u-boot-socfpga:stratix10-poky-linux:v2019.10+gitAUTOINC+e151fde377:r0:stratix10:3:b6a5a212840dacd0b675d1b20d1cf81306531854e17fbbc90d4a746f3bf0e96e_package_write_rpm.tgz

+ ret=0
+ trap  0
+ exit 0

NOTE: recipe u-boot-socfpga-1_v2019.10+gitAUTOINC+e151fde377-r0: task do_package_write_rpm: Succeeded
NOTE: Running noexec task 598 of 598 (/home/adam/Desktop/poky/build/../meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb:do_build)
NOTE: Tasks Summary: Attempted 598 tasks of which 581 didn't need to be rerun and all succeeded.

Summary: There was 1 WARNING message shown.

rocko branch: image class needs fix

Deprecated variable(s) found: "IMAGE_DEPENDS_socfpga-sdimg". Use do_image_[
depends] += ":" instead

e.g.:

do_image_socfpga-sdimg[depends] += " \
                       parted-native:do_populate_sysroot \
                       mtools-native:do_populate_sysroot \
                       dosfstools-native:do_populate_sysroot \
                       virtual/kernel:do_deploy \
                       virtual/bootloader:do_deploy \
                       "

Fetch Error of 4.11

I was trying to build Angstrom for SoCFPGA. The building process finished with a error, and it seems like a link was disconnected. How can I fix the error?

NOTE: recipe linux-altera-4.11+gitAUTOINC+d0851166ca-r0: task do_fetch: Started
NOTE: recipe libxml2-native-2.9.4-r0: task do_install: Started
WARNING: linux-altera-4.11+gitAUTOINC+d0851166ca-r0 do_fetch: Failed to fetch URL git://github.com/altera-opensource/linux-socfpga.git;protocol=https;branch=socfpga-4.11, attempting MIRRORS if available
NOTE: recipe libxml2-native-2.9.4-r0: task do_install: Succeeded
ERROR: linux-altera-4.11+gitAUTOINC+d0851166ca-r0 do_fetch: Fetcher failure: Unable to find revision d0851166caa4ba9f6e2923ffa37f476ebb99e9a0 in branch socfpga-4.11 even from upstream
ERROR: linux-altera-4.11+gitAUTOINC+d0851166ca-r0 do_fetch: Fetcher failure for URL: 'git://github.com/altera-opensource/linux-socfpga.git;protocol=https;branch=socfpga-4.11'. Unable to fetch URL from any source.
ERROR: linux-altera-4.11+gitAUTOINC+d0851166ca-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/jyu/build/tmp-angstrom-glibc/work/cyclone5-angstrom-linux-gnueabi/linux-altera/4.11+gitAUTOINC+d0851166ca-r0/temp/log.do_fetch.25173
NOTE: recipe linux-altera-4.11+gitAUTOINC+d0851166ca-r0: task do_fetch: Failed
NOTE: Running task 549 of 2237 (virtual:native:/home/jyu/layers/openembedded-core/meta/recipes-core/libxml/libxml2_2.9.4.bb:do_populate_sysroot)

bitbake core-image-minimal gives me an error on 5.8

I was following the https://rocketboards.org/foswiki/Documentation/BuildingYoctoOrAngstromForSoCFPGA
I pulled the 5.8

bitbake core-image-minimal gives me an error

DEBUG: Executing shell function do_shared_workdir
cp: cannot stat โ€˜Module.symversโ€™: No such file or directory
WARNING: /home/jojan.vazhaeparampil/workspace/distro/build/tmp/work/cyclone5-poky-linux-gnueabi/linux-altera/5.8+gitAUTOINC+eb446787ab-r0/temp/run.do_shared_workdir.21040:1 exit 1 from 'cp Module.symvers $kerneldir/'
ERROR: Function failed: do_shared_workdir (log file is located at /home/jojan.vazhaeparampil/workspace/distro/build/tmp/work/cyclone5-poky-linux-gnueabi/linux-altera/5.8+gitAUTOINC+eb446787ab-r0/temp/log.do_shared_workdir.21040)

sdcard_image-socfpga.bbclass: ext3 partition write issue

I have not yet figured out what the issue is but i have noticed that the sdcard creation script uses a stale version of the ext3 rootfs. The symptom is:

  1. on the first build, the ext3 partition in the sdcard is not mountable
  2. on the second build, it is mountable but uses a 1 version old ext3 rootfs

I suspect rather than using the rootfs.ext3 in the deploy directory, we need to use the one in the build directory.

I am looking into this, just wanted to keep track of the issue. I suspect this also affects other versions of this script since it is largely the sameas the rpi version and the sunxi version.

Thanks,
Dalon

u-boot first-stage not available for wic

Hi,

I've created a small Cyclone-5 based image based on Angstrom and meta-altera.
During the final step do_image_wic, I get an error which includes

INFO: Creating image(s)...

WARNING: bootloader config not specified, using defaults

Traceback (most recent call last):
  File "..... /layers/openembedded-core/scripts/lib/wic/filemap.py", line 129, in _open_image_file
    self._f_image = open(self._image_path, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/...../tmp-angstrom-glibc/../deploy/glibc/images/cyclone5/u-boot-with-spl.sfp'

There are no u-boot results in deploy/glibc/images/cyclone5/, but u-boot-socfpga got build ( bitbake u-boot-socfpga -c deploy doesn't do anything more).

I have just a small image-file like

require recipes-images/angstrom/console-base-image.bb

DEPENDS += "bash perl gcc i2c-tools"

CONMANPKGS = ""

IMAGE_INSTALL += " \
   u-boot-socfpga \
	kernel-image \
	kernel-modules \
	linux-firmware \
	vim vim-vimrc \
	gdbserver \
	bash \
   i2c-tools \
	vim \
	curl \
	python-multiprocessing \
	python-compiler \
	python-misc \
	"
export IMAGE_BASENAME = "my-cycloneV-image-minimal"

and added some small kernel configuration extensions.

In my local.conf I have

PREFERRED_PROVIDER_virtual/kernel ?= "linux-altera-ltsi"
PREFERRED_VERSION_linux-altera-ltsi ?= "4.14.130%"

and I am using Angstrom with the Zeus branch and the latest meta-altera revision (b01a0aa)

Do you have any ideas if there is missing in my configuration or is there an issue in meta-altera?

CycloneV Invalid Machine

Hello, I am trying to follow the instructions here.
https://rocketboards.org/foswiki/Documentation/BuildingBootloader#Building_Yocto_Rootfs

It instructs me to run these commands.

git clone -b zeus git://git.yoctoproject.org/poky.git
git clone -b master git://github.com/kraj/meta-altera.git
sed -i '/socfpga_cyclone5_de0_nano_soc.dtb/d' meta-altera/conf/machine/cyclone5.conf
source poky/oe-init-build-env ./build
echo 'MACHINE = "cyclone5"' >> conf/local.conf
echo 'IMAGE_FSTYPES = "tar.gz"' >> conf/local.conf
bitbake core-image-minimal

I have had success with this flow before. This time, however, I am getting the following issue.

$ bitbake core-image-minimal
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    MACHINE=cyclone5 is invalid. Please set a valid MACHINE in your local.conf, environment or other configuration file.

Rather than sifting through files, I was wondering if someone know what the problem might be offhand.

UBOOT_EXTLINUX_ROOT

ERROR: u-boot-socfpga-1_v2021.04+gitAUTOINC+fcb08e4ed9-r0 do_create_extlinux_config: UBOOT_EXTLINUX_ROOT not defined
ERROR: Task (/home/andrzej/code_workspace/yocto_workspace/andrzej_meta_ros/meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2021.04.bb:do_create_extlinux_config) failed with exit code '1

where the UBOOT_EXTLINUX_ROOT should be setup?

Building openssh tools into filesystem for CycloneV

Hello.
I am struggling to build ssh utilities into my rootfs for CycloneV SoC.

I am following this guide.
https://rocketboards.org/foswiki/Documentation/BuildingBootloader

Specifically, I am taking these steps

cd $ROOTFS_TOP
rm -rf cv && mkdir cv && cd cv
git clone -b zeus git://git.yoctoproject.org/poky.git
git clone -b master git://github.com/kraj/meta-altera.git
sed -i '/socfpga_cyclone5_de0_nano_soc.dtb/d' meta-altera/conf/machine/cyclone5.conf
source poky/oe-init-build-env ./build
echo 'MACHINE = "cyclone5"' >> conf/local.conf
echo 'IMAGE_FSTYPES = "tar.gz"' >> conf/local.conf
bitbake core-image-minimal
ln -s $ROOTFS_TOP/cv/build/tmp/deploy/images/cyclone5/core-image-minimal-cyclone5.tar.gz $LINUX_BIN/a9/

I have also added the line
IMAGE_INSTALL_append = " openssh-scp openssh-sftp-server openssh-ssh"
at the end of my local.conf

When I untar the rootfs and boot up Linux (built with the directions below)

cd $LINUX_TOP
git clone https://github.com/altera-opensource/linux-socfpga linux-socfpga.a9
cd linux-socfpga.a9
git checkout -b test -t origin/socfpga-5.4.23-lts
make socfpga_defconfig
make -j 24 zImage Image dtbs modules
make modules_install INSTALL_MOD_PATH=modules_install
rm -rf modules_install/lib/modules/*/build
rm -rf modules_install/lib/modules/*/source

I do not see anything in the /etc directory that I would expect to be there for ssh service. Have I copied the wrong file system build output? I tried to follow the guide as closely as possible with that addition to the IMAGE_INSTALL. What should I expect to see?

Cyclone V: U-boot build failed with UBOOT_CONFIG set to cyclone5-socdk

Anyone seen issue with u-boot-socfpga build with UBOOT_CONFIG set to cyclone5-socdk?
I can't find where does this '-mtune' being set to 'generic-armv7-a'.

| cc1: error: unknown value 'generic-armv7-a' for '-mtune' [15/1949]
| cc1: note: valid arguments are: cortex-a35 cortex-a53 cortex-a57 cortex-a72 cortex-a73 thunderx thunderxt88p1 thunderxt88 octeontx octeontx81 octeontx83
thunderxt81 thunderxt83 emag xgene1 falkor qdf24xx exynos-m1 phecda thunderx2t99p1 vulcan thunderx2t99 cortex-a55 cortex-a75 cortex-a76 ares neoverse-n1
neoverse-e1 tsv110 saphira cortex-a57.cortex-a53 cortex-a72.cortex-a53 cortex-a73.cortex-a35 cortex-a73.cortex-a53 cortex-a75.cortex-a55 cortex-a76.cortex
-a55 generic
| /build/yocto-dev/uboot-build/tmp/work/agilex-poky-linux/u-boot-socfpga/1_v2020.04+gitAUTOINC+cb8e493299-r0/git/./Kbuild:43: recipe for target 'lib/asm-o
ffsets.s' failed
| make[2]: *** [lib/asm-offsets.s] Error 1
| make[2]: *** Waiting for unfinished jobs....
| cc1: error: unknown value 'generic-armv7-a' for '-mtune'
| cc1: note: valid arguments are: cortex-a35 cortex-a53 cortex-a57 cortex-a72 cortex-a73 thunderx thunderxt88p1 thunderxt88 octeontx octeontx81 octeontx83
thunderxt81 thunderxt83 emag xgene1 falkor qdf24xx exynos-m1 phecda thunderx2t99p1 vulcan thunderx2t99 cortex-a55 cortex-a75 cortex-a76 ares neoverse-n1
neoverse-e1 tsv110 saphira cortex-a57.cortex-a53 cortex-a72.cortex-a53 cortex-a73.cortex-a35 cortex-a73.cortex-a53 cortex-a75.cortex-a55 cortex-a76.cortex
-a55 generic
| /build/yocto-dev/uboot-build/tmp/work/agilex-poky-linux/u-boot-socfpga/1_v2020.04+gitAUTOINC+cb8e493299-r0/git/./Kbuild:64: recipe for target 'arch/arm/
lib/asm-offsets.s' failed
| make[2]: *** [arch/arm/lib/asm-offsets.s] Error 1
| /build/yocto-dev/uboot-build/tmp/work/agilex-poky-linux/u-boot-socfpga/1_v2020.04+gitAUTOINC+cb8e493299-r0/git/Makefile:1780: recipe for target 'prepare
0' failed

HPS2FPGA bridges disabled by default

Hello,

Not sure if this is a possible improvement or a bug.
HPS 2 FPGA bridges driver is available in the kernel but it doesn't activate the bridges.

If you look at the kernel driver for the HPS to FPGA bridges you can see that the function expects an "enable" parameter. It seems to be triggered by the device tree property bridge-enable.

I have realized there are 2 devices in the arch/arm/boot/dts/socfpga.dtsi file, related to the HPS-to-FPGA bridges (the normal one and the lightweight one). These two devices don't have the "bridge-enable" property at all. Not even in the Altera Linux repository.

Is there any chance to activate the bridges by default with Meta-Altera or to provide a way to facilitate this operation? For instance, a patch that can be turned on/off through some variable in the layer.

arria10 yocto 2.7 build

Hi Raj,

I am trying to make image minimal for arria10 soc board. I get this error after following instructions. please suggest.

[pg@localhost build]$ MACHINE=arria10 bitbake core-image-minimal
Parsing recipes: 100% |############################################################################################################################################| Time: 0:00:32
Parsing of 789 .bb files complete (0 cached, 789 parsed). 1310 targets, 64 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "1.42.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "centos-7"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "arria10"
DISTRO = "poky"
DISTRO_VERSION = "2.7"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU = "hard"
meta
meta-poky
meta-yocto-bsp = "my-yocto-2.7:0e392026ffefee098a890c39bc3ca1f697bacb52"
meta-altera = "master:c8635e2b9720cfd74f96a58885628cc95276e43d"

NOTE: Fetching uninative binary shim from http://downloads.yoctoproject.org/releases/uninative/2.4/x86_64-nativesdk-libc.tar.bz2;sha256sum=06f91685b782f2ccfedf3070b3ba0fe4a5ba2f0766dad5c9d1642dccf95accd0
Initialising tasks: 100% |#########################################################################################################################################| Time: 0:00:01
Sstate summary: Wanted 757 Found 0 Missed 757 Current 0 (0% match, 0% complete)
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: popt-native-1.16-r3 do_fetch: Failed to fetch URL http://rpm5.org/files/popt/popt-1.16.tar.gz, attempting MIRRORS if available
ERROR: linux-altera-5.3+gitAUTOINC+ac41821dcd-r0 do_package: QA Issue: linux-altera: Files/directories were installed but not shipped in any package:
/lib/modules/5.3.0-altera/modules.builtin.modinfo
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
linux-altera: 1 installed and not shipped files. [installed-vs-shipped]
ERROR: linux-altera-5.3+gitAUTOINC+ac41821dcd-r0 do_package: Fatal QA errors found, failing task.
ERROR: linux-altera-5.3+gitAUTOINC+ac41821dcd-r0 do_package:
ERROR: linux-altera-5.3+gitAUTOINC+ac41821dcd-r0 do_package: Function failed: do_package
ERROR: Logfile of failure stored in: /home/pg/poky/build/tmp/work/arria10-poky-linux-gnueabi/linux-altera/5.3+gitAUTOINC+ac41821dcd-r0/temp/log.do_package.19256
ERROR: Task (/home/pg/poky/meta-altera/recipes-kernel/linux/linux-altera_5.3.bb:do_package) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1742 tasks of which 5 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/home/pg/poky/meta-altera/recipes-kernel/linux/linux-altera_5.3.bb:do_package
Summary: There was 1 WARNING message shown.
Summary: There were 4 ERROR messages shown, returning a non-zero exit code.

Resolved : the issue is due to my local.conf settings. it is resolved. added the following items to local.conf file

PREFERRED_PROVIDER_virtual/kernel = "linux-altera-ltsi"
PREFERRED_VERSION_linux-alterai-ltsi = "3.10%"
GCCVERSION = "linaro-5.2"
SDKGCCVERSION = "linaro-5.2"
DEFAULTTUNE = "cortexa9hf-neon"

Got a clean build.

rocko virtual/kernel unable to find revision b84195...a451d1 in branch socfpga-4.1.33-ltsi even from upstream

Attempting to build meta-altera/rocko with poky/rocko. Is there a better version to prefer?

bran@Bds2Ubu14:/media/bran/WORKSPACE/rocketboards/rocko/build$ bitbake virtual/kernel
WARNING: Host distribution "ubuntu-14.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% |########################################################################################| Time: 0:00:00
Loaded 1294 entries from dependency cache.
Parsing recipes: 100% |######################################################################################| Time: 0:00:00
Parsing of 836 .bb files complete (835 cached, 1 parsed). 1295 targets, 75 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "1.36.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal-4.8"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "arria10"
DISTRO = "poky"
DISTRO_VERSION = "2.4.2"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU = "hard"
meta
meta-poky
meta-yocto-bsp = "rocko:5ba69a97ab5faa8f3866aaeab1d6eaa3cb8149ed"
meta-altera = "rocko:d671a199d5d3ad820901121eb53761471b8fba41"

Initialising tasks: 100% |###################################################################################| Time: 0:00:00
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: linux-altera-ltsi-4.1.33-ltsi+gitAUTOINC+b84195c056-r0 do_fetch: Failed to fetch URL git://github.com/altera-opensource/linux-socfpga.git;protocol=https;branch=socfpga-4.1.33-ltsi, attempting MIRRORS if available
ERROR: linux-altera-ltsi-4.1.33-ltsi+gitAUTOINC+b84195c056-r0 do_fetch: Fetcher failure: Unable to find revision b84195c056ee943efa9eff2767b09dd266a451d1 in branch socfpga-4.1.33-ltsi even from upstream
ERROR: linux-altera-ltsi-4.1.33-ltsi+gitAUTOINC+b84195c056-r0 do_fetch: Fetcher failure for URL: 'git://github.com/altera-opensource/linux-socfpga.git;protocol=https;branch=socfpga-4.1.33-ltsi'. Unable to fetch URL from any source.
ERROR: linux-altera-ltsi-4.1.33-ltsi+gitAUTOINC+b84195c056-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /media/bran/WORKSPACE/rocketboards/rocko/build/tmp/work/arria10-poky-linux-gnueabi/linux-altera-ltsi/4.1.33-ltsi+gitAUTOINC+b84195c056-r0/temp/log.do_fetch.22257
ERROR: Task (/media/bran/WORKSPACE/rocketboards/rocko/meta-altera/recipes-kernel/linux/linux-altera-ltsi_4.1.33.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 127 tasks of which 109 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/media/bran/WORKSPACE/rocketboards/rocko/meta-altera/recipes-kernel/linux/linux-altera-ltsi_4.1.33.bb:do_fetch
Summary: There were 2 WARNING messages shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.

Angstrom wic image not booting on DE0-Nano-SOC Board / Cyclone-V

Hi,

I was trying to get a Angstrom wic image running, including
kraj/meta-altera (786bee6), but facing the issue that the sd-card image
is not booting. It seems that the pre-loader is not getting executed.

And I also discovered, that the vfat partition does not contain a
u-boot.img.

For doing this, I am using a Terasic DE0-nano-soc board, which includes
a Cyclone-V SOC.

To narrow the issue a little bit:
I replaced deploy/glibc/images/cyclone5/u-boot-with-spl.sfp by a manual binary created via Intel/Atlera's bsp-generate-files -> preloader-mkpimage.bin

After replacing u-boot-with-spl.sfp and providing u-boot.img on the vfat partition, the system was booting fine.

Incorrect bitbake syntax on dunfell branch

The files recipes-kernel/linux/linux-altera-lts_5.10.bb and recipes-kernel/linux/linux-altera_5.13.bb in commit 237cd5e contains lines like

SRC_URI:append_cyclone5 = " file://lbdaf.scc "

which are not understood by bitbake 1.46. AFACT this syntax was introduced in bitbake 1.52. As such, this seems wrong for a branch called "dunfell" (since dunfell uses bitbake 1.46).

linux-altera-5.4 unable to find file file://lbdaf.scc

I'm trying to run a build based on thud branch.

Parsing recipes: 100% |###################| Time: 0:00:00
Parsing of 801 .bb files complete (795 cached, 6 parsed). 1273 targets, 68 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
NOTE: preferred version v2019.01% of u-boot-socfpga not available (for item virtual/bootloader)
NOTE: versions of u-boot-socfpga available: 1:v2019.04+gitAUTOINC+83e929c739 1:v2019.10+gitAUTOINC+f5efc10657
NOTE: preferred version v2019.01% of u-boot-socfpga not available (for item u-boot-socfpga-dev)
NOTE: versions of u-boot-socfpga available: 1:v2019.04+gitAUTOINC+83e929c739 1:v2019.10+gitAUTOINC+f5efc10657
NOTE: preferred version v2019.01% of u-boot-socfpga not available (for item u-boot-socfpga)
NOTE: versions of u-boot-socfpga available: 1:v2019.04+gitAUTOINC+83e929c739 1:v2019.10+gitAUTOINC+f5efc10657

Build Configuration:
BB_VERSION           = "1.40.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "arm-poky-linux-gnueabi"
MACHINE              = "cyclone5"
DISTRO               = "poky"
DISTRO_VERSION       = "2.6.4"
TUNE_FEATURES        = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU           = "hard"
meta                 
meta-poky            
meta-yocto-bsp       = "thud:958427e9d2ee7276887f2b02ba85cf0996dea553"
meta-altera          = "thud:823bf2bff467d7006a75be9eb8baece7f32c4973"

Initialising tasks: 100% |################| Time: 0:00:01
Sstate summary: Wanted 978 Found 0 Missed 978 Current 86 (0% match, 8% complete)
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: linux-altera-5.4+gitAUTOINC+526ec9a1b0-r0 do_fetch: Failed to fetch URL file://lbdaf.scc, attempting MIRRORS if available
ERROR: linux-altera-5.4+gitAUTOINC+526ec9a1b0-r0 do_fetch: Fetcher failure: Unable to find file file://lbdaf.scc anywhere. The paths that were searched were:
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/config/poky
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/linux-altera-5.4+gitAUTOINC+526ec9a1b0/poky
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/linux-altera/poky
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/files/poky
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/config/cyclone5
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/linux-altera-5.4+gitAUTOINC+526ec9a1b0/cyclone5
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/linux-altera/cyclone5
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/files/cyclone5
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/config/armv7a
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/linux-altera-5.4+gitAUTOINC+526ec9a1b0/armv7a
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/linux-altera/armv7a
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/files/armv7a
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/config/arm
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/linux-altera-5.4+gitAUTOINC+526ec9a1b0/arm
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/linux-altera/arm
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/files/arm
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/config/
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/linux-altera-5.4+gitAUTOINC+526ec9a1b0/
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/linux-altera/
    /home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/files/
    /home/bernardo/dev/de10-nano/build/downloads
ERROR: linux-altera-5.4+gitAUTOINC+526ec9a1b0-r0 do_fetch: Fetcher failure for URL: 'file://lbdaf.scc'. Unable to fetch URL from any source.
ERROR: linux-altera-5.4+gitAUTOINC+526ec9a1b0-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/bernardo/dev/de10-nano/build/tmp/work/cyclone5-poky-linux-gnueabi/linux-altera/5.4+gitAUTOINC+526ec9a1b0-r0/temp/log.do_fetch.20004
ERROR: Task (/home/bernardo/dev/de10-nano/meta-altera/recipes-kernel/linux/linux-altera_5.4.bb:do_fetch) failed with exit code '1'

[RFC] Create a consolidated MACHINE for SoCFPGA

Since stratix10 and agilex are very similar on MACHINE settings and build configurations, I proposed to create a new MACHINE conf named: socfpga.conf as a consolidation for both products and use in future SoCFPGA build. With this consolidation, we can build single image that is able to boot up on multiple devices which in turns ease the maintenance and development of new SoCFPGA in the future. We could still keep stratix10 and agilex machine conf for legacy purposes, but all new products can be consolidated into one machine. Any concern? @dwesterg

DE1-SoC

I have the DE1-SoC board, which generated dtb should I use? I tried the socfpga_cyclone5_socdk but when booting the system using the kernel 4.1-ltsi it got stuck on "Starting kernel ...". See full messages from booting:

7007204 bytes read in 1252 ms (5.3 MiB/s)
reading zImage
1198032 bytes read in 217 ms (5.3 MiB/s)
reading socfpga.dtb
19526 bytes read in 8 ms (2.3 MiB/s)
Starting application at 0x3FF79528 ...
Application terminated, rc = 0x0
Flattened Device Tree blob at 00000100
Booting using the fdt blob at 0x00000100
reserving fdt memory region: addr=0 size=1000
Loading Device Tree to 03ff8000, end 03fffc45 ... OK

Starting kernel ...

Any advice?
Thanks.

old recipes fail because the source branches go away

We experienced a fetcher failure when using the LTS-Kernel recipe linux_altera_ltsi_4.14.130.bb.
When operating without sstate and download caches the fetcher fails, because it cannot find the upstream branch socfpga-4.14.130-ltsi any longer at git://github.com/altera-opensource/linux-socfpga.git. It seems, that the maintainers of this repo frequently delete the old branches, even if they are LTS.
We have worked around this by creating a fork and re-adding the missing branches. It is essential for us, to keep the LTS-recipies functional for a long period of time.
Is there a better (recommended) way?

odd test in classes/image_types_socfpga.bbclass

I had a couple of glitches with the sdcard class I will summarize here, for the sake of pointing them out and seeking comments.

  1. We should probably provide symlinks to the latest sdcard image artifact we build, similarly to what the framework already is doing with other image types. I have a patch for this I'll submit as soon as polished enough.
  2. Don't know the reason yet, but I have to re-apply the set part 3 to type a2 for spl / uboot image thing on the generated image to make it bootable on the target. I did no further investigation after finding the workaround... Any clue here?
  3. While looking at the class code, I noticed the conditional code, quoted below, being odd since both conditions in the if and elif statements are the same. I guess the elif one was supposed to be elif [ -e "${DEPLOY_DIR_IMAGE}/${SPL_BINARY}" ] instead (without the -${UBOOT_CONFIG}). If so, I can provide a patch as well.
generate_28nm_sdcard () {
[...]
    if [ -e "${DEPLOY_DIR_IMAGE}/${SPL_BINARY}-${UBOOT_CONFIG}" ]
    then
            dd if=${DEPLOY_DIR_IMAGE}/${SPL_BINARY}-${UBOOT_CONFIG} of=${SDCARD} conv=notrunc seek=1 bs=$(expr 1024 \* 1024)
    elif [ -e "${DEPLOY_DIR_IMAGE}/${SPL_BINARY}-${UBOOT_CONFIG}" ]
    then
            dd if=${DEPLOY_DIR_IMAGE}/${SPL_BINARY} of=${SDCARD} conv=notrunc seek=1 bs=$(expr 1024 \* 1024)
    else
            bbfatal "${SPL_BINARY} does not exist."
fi

Rebooting of DE10-nano

I have built a yocto linux for DE10-nano using meta-alera repo

The changes I made in local.conf are

MACHINE = "cyclone5"
UBOOT_CONFIG = "de10-nano-soc"
UBOOT_EXTLINUX_FDT_default = "../socfpga_cyclone5_de10_nano.dtb"
DEFAULTTUNE = "cortexa9hf-neon"

added meta-altera layer in bblayers.conf

Then run the bitbake core-image-minimal

During the build process I got an error socfpga_cyclone5_de10_nano.dts not found. Then I manually copied the dts file to build/tmp/work-shared/cyclone5/kernel-source/arch/arm/boot/dts

The build was a success. I write the core-image-minimal.xxxxx.wic image in an SD card. The board booted successfully. But in the boot message, I saw an error message

Error: ethernet@ff702000 address not set

I got the login prompt, login as root and nopassword.

But the main problem is the board is rebooting repeatedly

How to resolve this issue

u-boot.do_compile function failed on pyro

Hi,

I'm trying to build a Kernel image using the Yocto project for the arria10 board, but I got an error when running bitbake virtual/bootloader.

The error is the following:

 Loading cache: 100% |##########################################################################################################################################################################################################| Time: 0:00:00
Loaded 1435 entries from dependency cache.
Parsing recipes: 100% |########################################################################################################################################################################################################| Time: 0:00:00
Parsing of 925 .bb files complete (924 cached, 1 parsed). 1436 targets, 90 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.34.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "universal-4.8"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "arria10"
DISTRO            = "poky"
DISTRO_VERSION    = "2.3.3"
TUNE_FEATURES     = "arm armv7a vfp neon callconvention-hard cortexa9"
TARGET_FPU        = "hard"
meta              
meta-poky         
meta-yocto-bsp    = "pyro:d8f5ae15b9d16d4e348570bb016b876d51989131"
meta-altera       = "pyro:565d8443d6dcba4e25924ba049ba81e080f87884"
meta-linaro-toolchain = "pyro:74dacb34c13d1c85fe4627a890b9c04940f9ffeb"

Initialising tasks: 100% |#####################################################################################################################################################################################################| Time: 0:00:00
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: u-boot-socfpga-v2014.10-r1 do_compile: oe_runmake failed
ERROR: u-boot-socfpga-v2014.10-r1 do_compile: Function failed: do_compile (log file is located at /home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/temp/log.do_compile.23555)
ERROR: Logfile of failure stored in: /home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/temp/log.do_compile.23555
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 4 CROSS_COMPILE=arm-poky-linux-gnueabi- CC=arm-poky-linux-gnueabi-gcc  --sysroot=/home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/recipe-sysroot V=1 HOSTCC=gcc  -isystem/home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/recipe-sysroot-native/usr/include -O2 -pipe -L/home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/recipe-sysroot-native/usr/lib -L/home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/recipe-sysroot-native/lib -Wl,-rpath-link,/home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/recipe-sysroot-native/usr/lib -Wl,-rpath-link,/home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/recipe-sysroot-native/lib -Wl,-rpath,/home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/recipe-sysroot-native/usr/lib -Wl,-rpath,/home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/recipe-sysroot-native/lib -Wl,-O1 -C /home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/u-boot-socfpga-v2014.10 O=/home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/build/socfpga_arria10_defconfig socfpga_arria10_defconfig
| ERROR: oe_runmake failed
| make: Entering directory `/home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/u-boot-socfpga-v2014.10'
| make: *** No rule to make target `socfpga_arria10_defconfig'.  Stop.
| make: Leaving directory `/home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/u-boot-socfpga-v2014.10'
| ERROR: Function failed: do_compile (log file is located at /home/lch/yoctoAltera/poky/build/tmp/work/arria10-poky-linux-gnueabi/u-boot-socfpga/v2014.10-r1/temp/log.do_compile.23555)
ERROR: Task (/home/lch/yoctoAltera/poky/meta-altera/recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb:do_compile) failed with exit code '1'' 

I'm using the meta-altera layer and meta-linaro edition with the following local.conf:

 MACHINE = "arria10"

GCCVERSION = "linaro-5.2"
SDKGCCVERSION = "linaro-5.2"
DEFAULTTUNE = "cortexa9hf-neon"

PREFERRED_PROVIDER_virtual/kernel = "linux-altera-ltsi"
PREFERRED_VERSION_linux-altera-ltsi = "4.1%" 

Best regards,
Luc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.