Hi,

I just noticed that newbb.vim in bitbake/contrib is notably different from the skeleton recipe proposed in the latest Dev Manual.

I'll submit a patch if someone can give me some guidance on what should be in newbb.vim (or maybe it's the manual that needs to be patched).

Bob


From yocto-docs: Dev Manual (modify the following skeleton recipe):

SUMMARY = ""
HOMEPAGE = ""
LICENSE = ""
LIC_FILES_CHKSUM = ""
SRC_URI = ""
SRC_URI[md5sum] = ""
SRC_URI[sha256sum] = ""
S = "${WORKDIR}/${PN}-${PV}"



From newbb.vim:

DESCRIPTION = ""
HOMEPAGE = ""
LICENSE = ""
SECTION = ""
DEPENDS = ""

SRC_URI = ""


--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to