[meta-amd] [PATCH 1/3] amd: Add missing READMEs

Adrian Calianu Adrian.Calianu at enea.com
Mon Feb 1 01:43:01 PST 2016


Hi Drew,

New README files have extra blank lines that makes git to throw some warnings:

> git am -s readme.patch
Applying: amd: Add missing READMEs
.../patch:39: new blank line at EOF.
+
.../patch:53: new blank line at EOF.
+
.../patch:67: new blank line at EOF.
+
warning: 3 lines add whitespace errors.

Will nice also if you can provide an example of BBLAYERS or a list of layer dependencies for each BSP so thinks will be clears for new comers.
I see that meta-common add dependency on meta-openembedded/meta-oe for example.

Best regards,
Adrian

> -----Original Message-----
> From: meta-amd-bounces at yoctoproject.org [mailto:meta-amd-
> bounces at yoctoproject.org] On Behalf Of Drew Moseley
> Sent: Friday, January 29, 2016 9:37 PM
> To: meta-amd at yoctoproject.org
> Subject: [meta-amd] [PATCH 1/3] amd: Add missing READMEs
> 
> Signed-off-by: Drew Moseley <drew_moseley at mentor.com>
> ---
>  common/README            | 8 ++++++++
>  meta-amdfalconx86/README | 8 ++++++++
>  meta-baldeagle/README    | 8 ++++++++
>  meta-steppeeagle/README  | 8 ++++++++
>  4 files changed, 32 insertions(+)
>  create mode 100644 common/README
>  create mode 100644 meta-amdfalconx86/README  create mode 100644
> meta-baldeagle/README  create mode 100644 meta-steppeeagle/README
> 
> diff --git a/common/README b/common/README new file mode 100644
> index 0000000..f153f5d
> --- /dev/null
> +++ b/common/README
> @@ -0,0 +1,8 @@
> +meta-amd/common
> +===============
> +
> +This layer contains metadata that is appropriate for all AMD-based
> +platforms.
> +
> +Settings in this layer should use appropriate variable suffixes to
> +ensure they only apply to expected boards.
> diff --git a/meta-amdfalconx86/README b/meta-amdfalconx86/README
> new file mode 100644 index 0000000..64b3fb6
> --- /dev/null
> +++ b/meta-amdfalconx86/README
> @@ -0,0 +1,8 @@
> +meta-amd/meta-amdfalconx86
> +==========================
> +
> +This is the location for AMD Falcon Family BSP.
> +
> +Please see the README file contained in the root meta-amd directory for
> +general information and usage details.
> +
> diff --git a/meta-baldeagle/README b/meta-baldeagle/README new file
> mode 100644 index 0000000..b28ebc7
> --- /dev/null
> +++ b/meta-baldeagle/README
> @@ -0,0 +1,8 @@
> +meta-amd/meta-baldeagle
> +=======================
> +
> +This is the location for AMD Bald Eagle BSP.
> +
> +Please see the README file contained in the root meta-amd directory for
> +general information and usage details.
> +
> diff --git a/meta-steppeeagle/README b/meta-steppeeagle/README new
> file mode 100644 index 0000000..bf58b27
> --- /dev/null
> +++ b/meta-steppeeagle/README
> @@ -0,0 +1,8 @@
> +meta-amd/meta-steppeeagle
> +=========================
> +
> +This is the location for AMD Steppe Eagle BSP.
> +
> +Please see the README file contained in the root meta-amd directory for
> +general information and usage details.
> +
> --
> 2.7.0
> 
> _______________________________________________
> meta-amd mailing list
> meta-amd at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-amd


More information about the meta-amd mailing list