Hi All, I have written a package with Kconfig. Please help me how to specify - defconfig and how to build. I have written bitbake recipe. bitbake fails with error,
ERROR: stone-1.0+gitAUTOINC+6855067526-r0 do_compile: oe_runmake failed ERROR: stone-1.0+gitAUTOINC+6855067526-r0 do_compile: Execution of '/home/build/tmp/work/armv6-ilo7-linux-gnueabi/stone/1.0+gitAUTOINC+6855067526-r0/temp/run.do_compile.5070' failed with exit code 1: make: *** No targets specified and no makefile found. Stop. WARNING: exit code 1 from a shell command. ERROR: Logfile of failure stored in: /home/build/tmp/work/armv6-ilo7-linux-gnueabi/stone/1.0+gitAUTOINC+6855067526-r0/temp/log.do_compile.5070 ----------------------------------------------------------------------------------------------------------------------------------- +SUMMARY = "stone" +DESCRIPTION = "Debug serial console" + +LICENSE = "CLOSED" + +SRC_URI = "git://[email protected]/stone.git;protocol=ssh;branch=STNE-1188_pwr_version" +SRCREV = "${AUTOREV}" +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git" + +inherit autotools
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#57336): https://lists.yoctoproject.org/g/yocto/message/57336 Mute This Topic: https://lists.yoctoproject.org/mt/91781087/21656 Mute #bitbake:https://lists.yoctoproject.org/g/yocto/mutehashtag/bitbake Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
