From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: lei.yang@windriver.com
Cc: openembedded-devel@lists.openembedded.org, Joe.MacDonald@windriver.com
Subject: Re: [meta-networking][PATCH] vlan: Add vlan recipe
Date: Thu, 30 May 2013 10:24:13 +0100 [thread overview]
Message-ID: <3725130.cHFgpLoDH1@helios> (raw)
In-Reply-To: <1369885328-3057-1-git-send-email-lei.yang@windriver.com>
Hi Lei,
Some style feedback below.
On Thursday 30 May 2013 11:42:08 lei.yang@windriver.com wrote:
> diff --git a/meta-networking/recipes-support/vlan/vlan_1.9.bb
> b/meta-networking/recipes-support/vlan/vlan_1.9.bb new file mode 100755
> index 0000000..464150c
> --- /dev/null
> +++ b/meta-networking/recipes-support/vlan/vlan_1.9.bb
> @@ -0,0 +1,38 @@
> +DESCRIPTION = "802.1q vlan support program"
Please set SUMMARY instead of DESCRIPTION if you're only setting a short
description.
> +HOMEPAGE = "http://www.candelatech.com/~greear/"
By the looks of it this should be:
http://www.candelatech.com/~greear/vlan.html
> +LICENSE = "GPLv2"
> +SECTION = "console/network"
> +
> +S = "${WORKDIR}/vlan/"
> +
> +SRC_URI = " \
> + http://www.candelatech.com/~greear/vlan/vlan.${PV}.tar.gz \
> + file://ip \
> + file://vlan-pre-up \
> + file://vlan-post-down \
> + "
> +
> +CCFLAGS = "-g -D_GNU_SOURCE -Wall -I${STAGING_INCDIR}"
> +LDLIBS = ""
> +
> +do_compile() {
> + ${CC} ${CCFLAGS} -c vconfig.c
> + ${CC} ${CCFLAGS} ${LDFLAGS} -o vconfig vconfig.o ${LDLIBS}
> +}
> +
> +do_install() {
> + install -d "${D}${sbindir}"
> + install -m 755 "${S}/vconfig" "${D}${sbindir}/vconfig"
> + install -d ${D}/${sysconfdir}/network/if-pre-up.d
> + install -d ${D}/${sysconfdir}/network/if-post-down.d
> + install -d ${D}/${sysconfdir}/network/if-up.d
> + install -m 0755 ${WORKDIR}/ip ${D}/${sysconfdir}/network/if-up.d/
> + install -m 0755 ${WORKDIR}/vlan-pre-up
> ${D}/${sysconfdir}/network/if-pre-up.d/vlan + install -m 0755
> ${WORKDIR}/vlan-post-down ${D}/${sysconfdir}/network/if-post-down.d/vlan
> +}
> +
> +
> +SRC_URI[md5sum] = "5f0c6060b33956fb16e11a15467dd394"
> +SRC_URI[sha256sum] =
> "3b8f0a1bf0d3642764e5f646e1f3bbc8b1eeec474a77392d9aeb4868842b4cca"
Please move these just after SRC_URI.
> +LIC_FILES_CHKSUM =
> "file://macvlan_config.c;beginline=4;endline=62;md5=dc0660d77e4313e8ccdf256
> fbe436a63" +
Please move this towards the top (usually after the first block which includes
LICENSE).
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
prev parent reply other threads:[~2013-05-30 9:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-30 3:42 [meta-networking][PATCH] vlan: Add vlan recipe lei.yang
2013-05-30 9:24 ` Paul Eggleton [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3725130.cHFgpLoDH1@helios \
--to=paul.eggleton@linux.intel.com \
--cc=Joe.MacDonald@windriver.com \
--cc=lei.yang@windriver.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.