Navigation Menu

Skip to content

Commit

Permalink
weboslayers.py: Comment newly added MACHINE-s list
Browse files Browse the repository at this point in the history
:Release Notes:
List of valid MACHINE-s was added in https://gpro.palm.com/46208/
This change adds comments as suggested by Herb Kuta in that review.

:Detailed Notes:

:Testing Performed:
Only build tested

:QA Notes:
No change to image.

:Issues Addressed:
[ES-468] Support checking mcf MACHINE arguments for validity

Open-webOS-DCO-1.0-Signed-off-by: Martin Jansa <martin.jansa@lge.com>
Change-Id: I6a6557a99dce4706e966b7cc5d5b7b47334a61ba
Reviewed-on: https://g2g.palm.com/6154
Reviewed-by: DCO Verification
Build: Martin Jansa <Martin.Jansa@lge.com>
Reviewed-by: Martin Jansa <Martin.Jansa@lge.com>
Tested-by: Martin Jansa <Martin.Jansa@lge.com>
Reviewed-by: Build Verification
Reviewed-by: Susan Montooth <susan.montooth@lge.com>
  • Loading branch information
Susan Montooth committed Jul 2, 2014
1 parent 2b5f9c6 commit df1d646
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion weboslayers.py
Expand Up @@ -46,11 +46,13 @@
#
# working-dir = Alternative directory for the layer.
#
# The name of the distribution is also defined in this file.
# The name of the distribution is also defined in this file
# along with a list of the valid MACHINE-s
#

Distribution = "webos"

# Supported MACHINE-s
Machines = ['qemux86', 'qemuarm']

# github.com/openembedded repositories are read-only mirrors of the authoritative
Expand Down

0 comments on commit df1d646

Please sign in to comment.