Re: [OE-core] [PATCH 5/5] kernel.bbclass: remove unshipped files in do_install

2011-09-28 Thread Richard Purdie
On Sun, 2011-09-18 at 02:18 +0400, Dmitry Eremin-Solenikov wrote: > Drop two unsed files (modules.order and modules.builtin) in do_install > to stop the "unshipped files" warning. > > Signed-off-by: Dmitry Eremin-Solenikov > --- > meta/classes/kernel.bbclass |2 ++ > 1 files changed, 2 inser

Re: [OE-core] [PATCH 5/5] kernel.bbclass: remove unshipped files in do_install

2011-09-27 Thread Bruce Ashfield
On Sat, Sep 17, 2011 at 6:18 PM, Dmitry Eremin-Solenikov wrote: > Drop two unsed files (modules.order and modules.builtin) in do_install > to stop the "unshipped files" warning. One less warning is a good thing! Looks good to me, I can add my vote to this one. Acked-by: Bruce Ashfield > > Si

[OE-core] [PATCH 5/5] kernel.bbclass: remove unshipped files in do_install

2011-09-17 Thread Dmitry Eremin-Solenikov
Drop two unsed files (modules.order and modules.builtin) in do_install to stop the "unshipped files" warning. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/kernel.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classe