Re: [yocto] Build yocto debug images

2013-07-31 Thread Allan Nielsen
I'm new to Yocto and I'm trying to build a debug image. My image recipe looks like this: IMAGE_INSTALL = packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} u-boot webstax3 vtss-uio-mod IMAGE_LINGUAS = LICENSE = MIT inherit core-image DEBUG_BUILD = 1 DEBUG_FLAGS =

[yocto] Build yocto debug images

2013-07-30 Thread Allan Nielsen
Hi, I'm new to Yocto and I'm trying to build a debug image. My image recipe looks like this: IMAGE_INSTALL = packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} u-boot webstax3 vtss-uio-mod IMAGE_LINGUAS = LICENSE = MIT inherit core-image DEBUG_BUILD = 1 DEBUG_FLAGS = -ggdb3 -O0