Re: [OE-core] [PATCH] image: Handle image types containing '-' correctly

2016-01-17 Thread Jonathan Liu
Hi Richard, On 18 January 2016 at 09:25, Richard Purdie wrote: > Shell function names can't contain '-' characters, which means our image > task names also can't. Add some mapping to use '_' instead of the '-' so > images like "rpi-sdimg" work again. > > Signed-off-by: Richard Purdie > > diff --

[OE-core] [PATCH] image: Handle image types containing '-' correctly

2016-01-17 Thread Richard Purdie
Shell function names can't contain '-' characters, which means our image task names also can't. Add some mapping to use '_' instead of the '-' so images like "rpi-sdimg" work again. Signed-off-by: Richard Purdie diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 58b75da..