graugans / meta-udoo

:heartpulse: openembedded meta layer for the UDOO boards
MIT License
31 stars 19 forks source link

uboot don't build #29

Open modjo756 opened 7 years ago

modjo756 commented 7 years ago

Today i build an image for udoo quad on a new machine and uboot don't build automatically with bb udoo-image-qt5 need to build it manually. if i don't do that i have an error with wic : _ERROR: udoo-image-qt5-1.0-r0 do_image_wic: Function failed: do_imagewic

cyrilfr commented 6 years ago

I started to move forward to "pyro" branch and I also get an error when building u-boot:

ERROR: u-boot-fslc-v2017.03+gitAUTOINC+ac3b20cdbe-r0 do_patch: Command Error: 'quilt --quiltrc poky/build-neo-pyro/tmp/work/udooneo-poky-linux-gnueabi/u-boot-fslc/v2017.03+gitAUTOINC+ac3b20cdbe-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0  Output:
Applying patch 0001-UDOO-Quad-Dual-support.patch
patching file arch/arm/cpu/armv7/mx6/Kconfig
Hunk #1 FAILED at 188.
Hunk #2 FAILED at 252.
2 out of 2 hunks FAILED -- rejects in file arch/arm/cpu/armv7/mx6/Kconfig
patching file board/udoo/Kconfig
patching file board/udoo/MAINTAINERS
patching file board/udoo/Makefile
patching file board/udoo/quad_dual/Kconfig
patching file board/udoo/quad_dual/MAINTAINERS
patching file board/udoo/quad_dual/Makefile
patching file board/udoo/quad_dual/udoo.c
patching file board/udoo/quad_dual/udoo_spl.c
patching file board/udoo/udoo.c
patching file board/udoo/udoo_spl.c
patching file configs/udoo_defconfig
Hunk #1 FAILED at 1.
Not deleting file configs/udoo_defconfig as content differs from patch
1 out of 1 hunk FAILED -- rejects in file configs/udoo_defconfig
patching file configs/udoo_quad_dual_defconfig
patching file include/configs/udoo.h
Hunk #1 FAILED at 1.
Not deleting file include/configs/udoo.h as content differs from patch
1 out of 1 hunk FAILED -- rejects in file include/configs/udoo.h
patching file include/configs/udoo_quad_dual.h
Patch 0001-UDOO-Quad-Dual-support.patch does not apply (enforce with -f)
ERROR: u-boot-fslc-v2017.03+gitAUTOINC+ac3b20cdbe-r0 do_patch: Function failed: patch_do_patch
ERROR: Logfile of failure stored in: poky/build-neo-pyro/tmp/work/udooneo-poky-linux-gnueabi/u-boot-fslc/v2017.03+gitAUTOINC+ac3b20cdbe-r0/temp/log.do_patch.3672
ERROR: Task (poky/meta-freescale/recipes-bsp/u-boot/u-boot-fslc_2017.03.bb:do_patch) failed with exit code '1'

Are your able to build an image with the pyro branch?