mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
netbook: changed platform name from eee901 to netbook
We want to have a more generic platform definition. The netbook machine one currently supports the eee901 and the aspire one. We also moved the machine and netbook image definitions to meta-moblin.
This commit is contained in:
committed by
Samuel Ortiz
parent
3e045793c7
commit
e5c53ce035
@@ -64,12 +64,12 @@ runImage(f3, 'beagleboard', 'poky-image-sato')
|
||||
runImage(f3, 'qemux86', 'poky-image-minimal')
|
||||
runImage(f3, 'qemux86', 'poky-image-sato')
|
||||
runImage(f3, 'qemux86', 'poky-image-sdk')
|
||||
runImage(f3, 'eee901', 'poky-image-minimal')
|
||||
runImage(f3, 'eee901', 'poky-image-minimal-live')
|
||||
runImage(f3, 'eee901', 'poky-image-sato')
|
||||
runImage(f3, 'eee901', 'poky-image-sato-live')
|
||||
runImage(f3, 'eee901', 'poky-image-netbook-live')
|
||||
runImage(f3, 'eee901', 'poky-image-sdk')
|
||||
runImage(f3, 'netbook', 'poky-image-minimal')
|
||||
runImage(f3, 'netbook', 'poky-image-minimal-live')
|
||||
runImage(f3, 'netbook', 'poky-image-sato')
|
||||
runImage(f3, 'netbook', 'poky-image-sato-live')
|
||||
runImage(f3, 'netbook', 'poky-image-live')
|
||||
runImage(f3, 'netbook', 'poky-image-sdk')
|
||||
runImage(f3, 'bootcdx86', 'poky-image-sato-cd')
|
||||
defaultenv['POKYLIBC'] = 'uclibc'
|
||||
runImage(f3, 'cm-x270', 'poky-image-minimal-mtdutils')
|
||||
@@ -87,7 +87,7 @@ runImage(f4, 'qemuarm', 'world')
|
||||
runImage(f4, 'qemux86', 'poky-image-sdk')
|
||||
runImage(f4, 'qemux86', 'world')
|
||||
runImage(f4, 'omap-3430ldp', 'poky-image-sato')
|
||||
runImage(f4, 'eee901', 'poky-image-sato-live')
|
||||
runImage(f4, 'netbook', 'poky-image-sato-live')
|
||||
runComplete(f4)
|
||||
|
||||
from buildbot.process import step, factory
|
||||
|
||||
Reference in New Issue
Block a user