[OE-core] [PATCH 1/1] syslinux: add syslinux-nomtools to PACKAGES

Richard Purdie richard.purdie at linuxfoundation.org
Wed Apr 15 13:35:30 UTC 2015


On Wed, 2015-04-15 at 10:04 +0800, Robert Yang wrote:
> 
> 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 at 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.

I merged master-next which contained this patch before seeing this. I've
created a fix for master-next. With this tweak in it. This is the
downside to tweaking branches already in master-next though :(.

Cheers,

Richard




More information about the Openembedded-core mailing list