From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>,
Adrian Freihofer <adrian.freihofer@gmail.com>
Subject: Re: [PATCH 1/1] syslinux: add syslinux-nomtools to PACKAGES
Date: Wed, 15 Apr 2015 10:04:46 +0800 [thread overview]
Message-ID: <552DC73E.5090002@windriver.com> (raw)
In-Reply-To: <23b227aea2cf5a59a34099160df37b0c50077701.1428915889.git.liezhi.yang@windriver.com>
On 04/13/2015 05:05 PM, Robert Yang wrote:
> The default installed syslinux depends on mtools, we install
> syslinux-nomtools too, which has the ext2/3/4 support.
>
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
> meta/recipes-devtools/syslinux/syslinux_6.03.bb | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/syslinux/syslinux_6.03.bb b/meta/recipes-devtools/syslinux/syslinux_6.03.bb
> index 33dd776..ddb8744 100644
> --- a/meta/recipes-devtools/syslinux/syslinux_6.03.bb
> +++ b/meta/recipes-devtools/syslinux/syslinux_6.03.bb
> @@ -66,14 +66,17 @@ do_install() {
> install -d ${D}${datadir}/syslinux/
> install -m 644 ${S}/bios/core/ldlinux.sys ${D}${datadir}/syslinux/
> install -m 644 ${S}/bios/core/ldlinux.bss ${D}${datadir}/syslinux/
> + install -m 644 ${S}/bios/linux/syslinux-nomtools ${D}${bindir}/
Sorry, I updated this patch a little, it should be:
-m 0755, not 0644.
git://git.openembedded.org/openembedded-core-contrib rbt/syslinux
Thanks to Adrian.
// Robert
> }
>
> -PACKAGES += "${PN}-extlinux ${PN}-mbr ${PN}-chain ${PN}-pxelinux ${PN}-isolinux ${PN}-misc"
> +PACKAGES += "${PN}-nomtools ${PN}-extlinux ${PN}-mbr ${PN}-chain ${PN}-pxelinux ${PN}-isolinux ${PN}-misc"
>
> RDEPENDS_${PN} += "mtools"
> +RDEPENDS_${PN}-nomtools += "libext2fs"
> RDEPENDS_${PN}-misc += "perl"
>
> FILES_${PN} = "${bindir}/syslinux"
> +FILES_${PN}-nomtools = "${bindir}/syslinux-nomtools"
> FILES_${PN}-extlinux = "${sbindir}/extlinux"
> FILES_${PN}-mbr = "${datadir}/${BPN}/mbr.bin"
> FILES_${PN}-chain = "${datadir}/${BPN}/chain.c32"
>
next prev parent reply other threads:[~2015-04-15 2:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-13 9:05 [PATCH 0/1] syslinux: add syslinux-nomtools to PACKAGES Robert Yang
2015-04-13 9:05 ` [PATCH 1/1] " Robert Yang
2015-04-15 2:04 ` Robert Yang [this message]
2015-04-15 13:35 ` Richard Purdie
2015-04-15 13:51 ` Robert Yang
-- strict thread matches above, loose matches on Subject: below --
2015-04-14 22:05 Adrian Freihofer
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=552DC73E.5090002@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=adrian.freihofer@gmail.com \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox