kraj / meta-altera

Old Altera BSP layer for OpenEmbedded/Yocto Project ( please use https://github.com/altera-opensource/meta-intel-fpga-refdes)
MIT License
47 stars 58 forks source link

UBOOT_EXTLINUX_ROOT #234

Closed femust closed 2 years ago

femust commented 2 years ago
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?

dwesterg commented 2 years ago

Usually it's defined in the machine configuration.

Dalon

On Sun, Mar 27, 2022, 7:24 AM Andrzej Reinke @.***> wrote:

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?

— Reply to this email directly, view it on GitHub https://github.com/kraj/meta-altera/issues/234, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJNSRNDLFXP6V6URKYAOQLVCB4RJANCNFSM5RY3M4AA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

femust commented 2 years ago

Ok I see, so for some reasons cyclone5.confdid not accept

UBOOT_EXTLINUX_ROOT_default ?= "root=/dev/mmcblk0p3"

side question since I am still exploring yocto. What does this name specify?