Merge lp:~danilo/linaro-image-tools/bug-900460-panda into lp:linaro-image-tools/11.11

Proposed by Данило Шеган
Status: Merged
Approved by: Данило Шеган
Approved revision: 475
Merged at revision: 474
Proposed branch: lp:~danilo/linaro-image-tools/bug-900460-panda
Merge into: lp:linaro-image-tools/11.11
Diff against target: 25 lines (+2/-2)
2 files modified
linaro_image_tools/media_create/android_boards.py (+1/-1)
linaro_image_tools/media_create/tests/test_media_create.py (+1/-1)
To merge this branch: bzr merge lp:~danilo/linaro-image-tools/bug-900460-panda
Reviewer Review Type Date Requested Status
Guilherme Salgado (community) Approve
Review via email: mp+85908@code.launchpad.net

Description of the change

= Bug 900460 =

'console=tty0' presence causes ugliness for PandaBoard android builds. Since we are close to a release and we haven't received any other reports, we are not changing any other board's config.

To post a comment you must log in.
Revision history for this message
Guilherme Salgado (salgado) wrote :

Looks good to me.

 review approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'linaro_image_tools/media_create/android_boards.py'
--- linaro_image_tools/media_create/android_boards.py 2011-12-05 19:53:49 +0000
+++ linaro_image_tools/media_create/android_boards.py 2011-12-15 16:51:25 +0000
@@ -179,7 +179,7 @@
179179
180180
181class AndroidPandaConfig(AndroidOmapConfig, PandaConfig):181class AndroidPandaConfig(AndroidOmapConfig, PandaConfig):
182 _extra_serial_opts = 'console=tty0 console=ttyO2,115200n8'182 _extra_serial_opts = 'console=ttyO2,115200n8'
183 extra_boot_args_options = (183 extra_boot_args_options = (
184 'earlyprintk fixrtc nocompcache vram=48M '184 'earlyprintk fixrtc nocompcache vram=48M '
185 'omapfb.vram=0:24M,1:24M mem=456M@0x80000000 mem=512M@0xA0000000')185 'omapfb.vram=0:24M,1:24M mem=456M@0x80000000 mem=512M@0xA0000000')
186186
=== modified file 'linaro_image_tools/media_create/tests/test_media_create.py'
--- linaro_image_tools/media_create/tests/test_media_create.py 2011-12-05 19:53:49 +0000
+++ linaro_image_tools/media_create/tests/test_media_create.py 2011-12-15 16:51:25 +0000
@@ -1412,7 +1412,7 @@
1412 config.serial_tty = config._serial_tty1412 config.serial_tty = config._serial_tty
1413 boot_commands = config._get_boot_env(consoles=[])1413 boot_commands = config._get_boot_env(consoles=[])
1414 expected = {1414 expected = {
1415 'bootargs': 'console=tty0 console=ttyO2,115200n8 '1415 'bootargs': 'console=ttyO2,115200n8 '
1416 'rootwait ro earlyprintk fixrtc '1416 'rootwait ro earlyprintk fixrtc '
1417 'nocompcache vram=48M omapfb.vram=0:24M,1:24M '1417 'nocompcache vram=48M omapfb.vram=0:24M,1:24M '
1418 'mem=456M@0x80000000 mem=512M@0xA0000000 '1418 'mem=456M@0x80000000 mem=512M@0xA0000000 '

Subscribers

People subscribed via source and target branches