Skip to content

Commit df1d646

Browse files
author
Susan Montooth
committed
weboslayers.py: Comment newly added MACHINE-s list
: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>
1 parent 2b5f9c6 commit df1d646

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎weboslayers.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@
4646
#
4747
# working-dir = Alternative directory for the layer.
4848
#
49-
# The name of the distribution is also defined in this file.
49+
# The name of the distribution is also defined in this file
50+
# along with a list of the valid MACHINE-s
5051
#
5152

5253
Distribution = "webos"
5354

55+
# Supported MACHINE-s
5456
Machines = ['qemux86', 'qemuarm']
5557

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

0 commit comments

Comments
 (0)