Re: [OE-core] [PATCH 1/4] bootimg.bbclass: add support to disable HDD image building

2011-10-21 Thread Khem Raj
On Thu, Oct 20, 2011 at 8:31 PM, Otavio Salvador ota...@ossystems.com.br wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---  meta/classes/bootimg.bbclass |   44 +  1 files changed, 23 insertions(+), 21 deletions(-) diff --git

Re: [OE-core] [PATCH 1/4] bootimg.bbclass: add support to disable HDD image building

2011-10-21 Thread Otavio Salvador
On Fri, Oct 21, 2011 at 04:07, Khem Raj raj.k...@gmail.com wrote: On Thu, Oct 20, 2011 at 8:31 PM, Otavio Salvador ota...@ossystems.com.br wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---  meta/classes/bootimg.bbclass |   44 +  1

[OE-core] [PATCH 1/4] bootimg.bbclass: add support to disable HDD image building

2011-10-21 Thread Otavio Salvador
If an image sets NOHDD = 1 the HDD image won't be build. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/bootimg.bbclass | 44 + 1 files changed, 23 insertions(+), 21 deletions(-) diff --git a/meta/classes/bootimg.bbclass

Re: [OE-core] [PATCH 1/4] bootimg.bbclass: add support to disable HDD image building

2011-10-21 Thread Khem Raj
On Fri, Oct 21, 2011 at 5:27 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Fri, Oct 21, 2011 at 04:07, Khem Raj raj.k...@gmail.com wrote: On Thu, Oct 20, 2011 at 8:31 PM, Otavio Salvador ota...@ossystems.com.br wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---  

[OE-core] [PATCH 1/4] bootimg.bbclass: add support to disable HDD image building

2011-10-20 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/bootimg.bbclass | 44 + 1 files changed, 23 insertions(+), 21 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index a5ba3cf..eecc2bf 100644 ---