All of lore.kernel.org
 help / color / mirror / Atom feed
* recipe for Kconfig based package #bitbake #yocto
@ 2022-06-15 17:02 Gangadhar N
  0 siblings, 0 replies; only message in thread
From: Gangadhar N @ 2022-06-15 17:02 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1098 bytes --]

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://git@github.com/stone.git;protocol=ssh;branch=STNE-1188_pwr_version"
+SRCREV = "${AUTOREV}"
+PV = "1.0+git${SRCPV}"
+S = "${WORKDIR}/git"
+
+inherit autotools

[-- Attachment #2: Type: text/html, Size: 1366 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-15 17:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-15 17:02 recipe for Kconfig based package #bitbake #yocto Gangadhar N

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.