I am using Yocto "Rocko" and an older u-boot bootloader with it (2013.10). The machine target is an i.mx6 and so I am including the freescale imx layers.
Within the freescale layer is a recipe for a u-boot-fw-utils which I understand just generates 2 methods to access u-boot env variables from the linux user space. I don;t think I need this and so I am trying to stop it from being built as is is failing when trying to make the target with some *_defconfig which I cannot determine how it is getting that. | make -f ./scripts/Makefile.build obj=scripts/basic | rm -f .tmp_quiet_recordmcount | make -f ./scripts/Makefile.build obj=scripts/kconfig mx6_cubox-i_config | scripts/kconfig/conf --defconfig=arch/../configs/mx6_cubox-i_defconfig Kconfig | *** | *** Can't find default configuration "arch/../configs/mx6_cubox-i_defconfig"! | *** | scripts/kconfig/Makefile:121: recipe for target 'mx6_cubox-i_defconfig' failed | make[1]: *** [mx6_cubox-i_defconfig] Error 1 | Makefile:479: recipe for target 'mx6_cubox-i_config' failed | make: *** [mx6_cubox-i_config] Error 2 | ERROR: oe_runmake failed | WARNING: <path>/u-boot-fslc-fw-utils/v2017.11+gitAUTOINC+a07698f0bf-r0/temp/run.do_compile.23669:1 exit 1 from 'exit 1' | ERROR: Function failed: do_compile (log file is located at <path>/u-boot-fslc-fw-utils/v2017.11+gitAUTOINC+a07698f0bf-r0/temp/log.do_compile.23669) ERROR: Task (<path>/meta-freescale/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb:do_compile) failed with exit code '1' Note: the u-boot-fw-utils in this case would be set to: u-boot-fslc-fw-utils_2017.11 (for rocko) Note: my u-boot recipe builds fine. I put the following lines into my conf/layer.conf file, to no effect: IMAGE_INSTALL_remove += " u-boot-fslc-fw-utils" IMAGE_INSTALL_remove += " u-boot-fw-utils" Prior to this I had set the particular u-boot-fw-utils recipe in build/conf/local.conf: PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fslc-fw-utils" As bitbake was reporting multiple providers and I thought it would help to fix the make *_defconfig error... it did not help. Thanks, - Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#48058): https://lists.yoctoproject.org/g/yocto/message/48058 Mute This Topic: https://lists.yoctoproject.org/mt/69951353/21656 Mute #yocto: https://lists.yoctoproject.org/mk?hashtag=yocto&subid=6691583 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
