diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2008-02-17 18:22:31 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-17 18:22:31 +0000 |
| commit | 2bd1b434ce09511ecc5ffe6b872162251ee1eab8 (patch) | |
| tree | d90ba00133e0860e009660eca6c5d4bcda6868e0 /classes/image.bbclass | |
| parent | 55f1bbed28e78a1f327b5ac198a0e54d02263890 (diff) | |
| parent | 673d1bb689817bb46661662b5d1459d587f038ab (diff) | |
merge of 'cb01f2744d89a35b7112e49fc0d5862aba66733f'
and 'd0092933b0c82a6d8470e8da03507e0e5e71529c'
Diffstat (limited to 'classes/image.bbclass')
| -rw-r--r-- | classes/image.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/image.bbclass b/classes/image.bbclass index e8fca61fb2..67a3a4fa10 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -35,9 +35,9 @@ python () { } # -# Get a list of files containing device tables to create. +# Get a list of files containing tables of devices to be created. # * IMAGE_DEVICE_TABLE is the old name to an absolute path to a device table file -# * IMAGE_DEVICE_TABLES is a new name for a file, or list of files, seached +# * IMAGE_DEVICE_TABLES is a new name for a file, or list of files, searched # for in the BBPATH # If neither are specified then the default name of files/device_table-minimal.txt # is searched for in the BBPATH (same as the old version.) |
