Merge lp:~dpigott/lava-master-image-scripts/add-vexpress into lp:lava-master-image-scripts

Proposed by Dave Pigott
Status: Merged
Merged at revision: 39
Proposed branch: lp:~dpigott/lava-master-image-scripts/add-vexpress
Merge into: lp:lava-master-image-scripts
Diff against target: 26 lines (+22/-0)
1 file modified
boards.d/vexpress.conf (+22/-0)
To merge this branch: bzr merge lp:~dpigott/lava-master-image-scripts/add-vexpress
Reviewer Review Type Date Requested Status
Zygmunt Krynicki Pending
Review via email: mp+99037@code.launchpad.net

Description of the change

Add support for vexpress to complete the current set

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

W dniu 23.03.2012 16:06, Dave Pigott pisze:
> Dave Pigott has proposed merging
> lp:~dpigott/lava-master-image-scripts/add-vexpress into
> lp:lava-master-image-scripts.
>
> Requested reviews: Zygmunt Krynicki (zkrynicki)
>
> For more details, see:
> https://code.launchpad.net/~dpigott/lava-master-image-scripts/add-vexpress/+merge/99037
>
>
>
Add support for vexpress to complete the current set

Built fine locally. Thanks

+1

ZK
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJPbJpcAAoJEOvx/vtfL8ZXaQ4QAJ88wRO6JsfoJc/gKBWG7XR1
q488WhaUdzlWRiDKGKWJB7uqdgcPQicHFMcBqHnConX37moRwJzJjg1dlbAVrKIC
tw6lcuvDPyYFT9WZqL+BYNivGUQ8H/6PaBMonVKxgDPnmJgfWEkH0pa0WRB6G9fp
DRgtAfOAIzuiSX/YO26mHzVIZ/zKLCUPibOxU/UB8xIStePb7U/2ICroM5wKoRyw
DsnWPkMFZEt+0IEjVxhviqMvC/XIHg8WvnJRmjPH60MNlSvTvmf5DncrZOWoaEUh
RuSKkK/GnsLxRVVDsgEy13kgb9dwTtzr4Yf+xEYAD7W3ROklaAyFhk9bZGK4DSEb
sXzpLPhSPs/IYoTXj9BpFy/1mTzytArxno+g+BRLgjPwYvIROkhazMzczfbpBmAD
ibytnZolLERpKRR6/BjArSKz8xzXSa0aDQRxrfzJwC14piJ3VAQk+Z/4ppsyJdy7
cmUplcCFspL8wX7PTeJGoD6l5/pIUH0367SirIPVhoit+ExolqaRiwOQ5nPIcZ1c
+AMvFgnFmbampALzQOqCqEux3tVx0OlUDHj8TU85H7ErYXdaUqQVC667g5bvvfFO
IXWz3ndDfChJtoaEKw4Rs3O5IFOSK5pnRjK0Y9+0SVfHDz0PpJtE2yrw/ksavLn9
cDYC8Yfo1hy3az3RQTHH
=2XUr
-----END PGP SIGNATURE-----

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'boards.d/vexpress.conf'
2--- boards.d/vexpress.conf 1970-01-01 00:00:00 +0000
3+++ boards.d/vexpress.conf 2012-03-23 15:05:24 +0000
4@@ -0,0 +1,22 @@
5+# vim: syntax=sh
6+DESC="ARM Versatile Express"
7+# Root File System
8+ROOTFS=$COMMON_ROOTFS
9+ROOTFS_URL=$COMMON_ROOTFS_URL
10+ROOTFS_MD5=$COMMON_ROOTFS_MD5
11+# Root filesystem partition number as created by linaro-media-create
12+ROOTFS_PARTITION=2
13+# Hardware Pack
14+HWPACK=hwpack_linaro-lt-vexpress-a9_20120221-1_armel_supported.tar.gz
15+HWPACK_URL=http://releases.linaro.org/12.02/ubuntu/oneiric-images/nano/hwpack_linaro-lt-vexpress-a9_20120221-1_armel_supported.tar.gz
16+HWPACK_MD5=3c5562d100c669b6bc951f8565fe1988
17+# Device name for linaro-media-create
18+LMC_DEV=vexpress-a9
19+# Device name for LAVA
20+LAVA_DEV=lava:vexpress
21+# When LICENSE_WRAP is not empty then a custom download handler is required to
22+# evade the license wrapper. In such cases a dedicated download function must
23+# be defined in this file. The function has to be called
24+# ${board}_download_and_md5() where ${board} is the name of this file without
25+# the .conf suffix.
26+LICENSE_WRAP=

Subscribers

People subscribed via source and target branches