11-25-2014, 03:33 PM
Code:
COMPATIBLE_MACHINE = "(.......|bananapi)"
=> je l'avais déjà fait
Pour uboot, dans ce fichier:
Code:
src/meta-sunxi/recipes-bsp/u-boot/u-boot_git.bb
=> idem déjà en place
il faut mettre
Code:
SRCREV = "ea1ac32bf76eb60baef474c2516fc431b381d952
DEFAULT_PREFERENCE_bananapi="1"
COMPATIBLE_MACHINE = "(.......|bananapi)"
=> je n'avais pas changé la variable SRCREV ... : DONE
Et dans src/meta-sunxi/conf/machine/bananapi.conf
Code:
UBOOT_MACHINE = "Bananapi_config"
=> J'avais mis "bananapi" ... : DONE
Par contre, je reviens avec l'erreur initiale en 1er lieu ... :
Code:
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: do_compile (log file is located at /home/mwa/extra/calaos-os/tmp-eglibc/work/bananapi-oe-linux-gnueabi/sunxi-board-fex/1.0-r6/temp/log.do_compile.2662)
ERROR: Logfile of failure stored in: /home/mwa/extra/calaos-os/tmp-eglibc/work/bananapi-oe-linux-gnueabi/sunxi-board-fex/1.0-r6/temp/log.do_compile.2662
Log data follows:
| DEBUG: Executing shell function do_compile
| sed: can't read /home/mwa/extra/calaos-os/tmp-eglibc/work/bananapi-oe-linux-gnueabi/sunxi-board-fex/1.0-r6/git/sys_config/a20/Bananapi.fex: No such file or directory
| WARNING: exit code 2 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/mwa/extra/calaos-os/tmp-eglibc/work/bananapi-oe-linux-gnueabi/sunxi-board-fex/1.0-r6/temp/log.do_compile.2662)
ERROR: Task 276 (/home/mwa/extra/calaos-os/src/meta-sunxi/recipes-bsp/sunxi-board-fex/sunxi-board-fex.bb, do_compile) failed with exit code '1'
ERROR: Function failed: do_compile (log file is located at /home/mwa/extra/calaos-os/tmp-eglibc/work/bananapi-oe-linux-gnueabi/u-boot/1_v2013.10+v2014.01-rc1-r0/temp/log.do_compile.2663)
ERROR: Logfile of failure stored in: /home/mwa/extra/calaos-os/tmp-eglibc/work/bananapi-oe-linux-gnueabi/u-boot/1_v2013.10+v2014.01-rc1-r0/temp/log.do_compile.2663
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j8 CROSS_COMPILE=arm-oe-linux-gnueabi- CC=arm-oe-linux-gnueabi-gcc --sysroot=/home/mwa/extra/calaos-os/tmp-eglibc/sysroots/bananapi Bananapi_config
| make: *** No rule to make target `Bananapi_config'. Stop.
| make: *** [Bananapi_config] Error 1
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/mwa/extra/calaos-os/tmp-eglibc/work/bananapi-oe-linux-gnueabi/u-boot/1_v2013.10+v2014.01-rc1-r0/temp/log.do_compile.2663)
ERROR: Task 262 (/home/mwa/extra/calaos-os/src/meta-sunxi/recipes-bsp/u-boot/u-boot_git.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3864 tasks of which 3854 didn't need to be rerun and 2 failed.
Waiting for 0 running tasks to finish:
Summary: 2 tasks failed:
/home/mwa/extra/calaos-os/src/meta-sunxi/recipes-bsp/sunxi-board-fex/sunxi-board-fex.bb, do_compile
/home/mwa/extra/calaos-os/src/meta-sunxi/recipes-bsp/u-boot/u-boot_git.bb, do_compile
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Une nouvelle piste ? Qu'est-ce que j'ai oublié ?