[yocto] newbb.vim vs skeleton recipe in yocto-docs dev manual....

Rifenbark, Scott M scott.m.rifenbark at intel.com
Tue Jan 6 10:16:36 PST 2015


HI, 

I am looking at poky/bitbake/contrib/vim/plugin/newbb.vim and it indeed is pretty different from what is in the http://www.yoctoproject/docs/current/dev-manual/dev-manual.html#new-recipe-locate-a-base-recipe section in the YP Development Manual.  Can I get someone to verify if it is okay to simply change the section in the manual to match how that template file is being created in "newbb.vim"?

Scott

>-----Original Message-----
>From: yocto-bounces at yoctoproject.org [mailto:yocto-
>bounces at yoctoproject.org] On Behalf Of Bob Cochran
>Sent: Sunday, November 09, 2014 1:14 PM
>To: Yocto discussion list
>Subject: [yocto] newbb.vim vs skeleton recipe in yocto-docs dev manual....
>
>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 at yoctoproject.org
>https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list