[OE-core] [PATCH] Add makedevs to nativesdk, which can later allow creation of a small script which allows users of the toolchain tarball to create a custom rootfs from a package feed, using pseudo & makedevs.

Saul Wold sgw at linux.intel.com
Fri Sep 20 21:14:40 UTC 2013


Please reformat the commit message to meet the guidelines

http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

It should have a distinct summary: "makedevs: Add nativesdk" and then 
the "why" in the body of the commit message.

Thanks
	Sau!


On 09/19/2013 06:45 AM, David Nyström wrote:
> Signed-off-by: David Nyström <david.nystrom at enea.com>
> ---
>   meta/recipes-devtools/makedevs/makedevs_1.0.0.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb b/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
> index 2b9fd37..e6860f0 100644
> --- a/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
> +++ b/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
> @@ -19,4 +19,4 @@ do_install() {
>   	install -m 0755 ${S}/makedevs ${D}${base_sbindir}/makedevs
>   }
>
> -BBCLASSEXTEND = "native"
> +BBCLASSEXTEND = "native nativesdk"
>



More information about the Openembedded-core mailing list