diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2008-10-21 16:01:02 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-10-21 16:01:02 +0200 |
commit | e5c53ce035eb36fc1b416e9971582a45754844be (patch) | |
tree | 4d14d39f2e5f5c4a371a17563155b3f6bd2f0e93 /scripts | |
parent | 3e045793c740cbac302c2077cc839f1a64c03bc2 (diff) | |
download | poky-e5c53ce035eb36fc1b416e9971582a45754844be.tar.gz |
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.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-autobuild-postprocess | 6 | ||||
-rwxr-xr-x | scripts/poky-env-internal | 4 | ||||
-rw-r--r-- | scripts/pokyABConfig.py | 14 |
3 files changed, 14 insertions, 10 deletions
diff --git a/scripts/poky-autobuild-postprocess b/scripts/poky-autobuild-postprocess index 2e9a9259d3..cbe5203fb5 100755 --- a/scripts/poky-autobuild-postprocess +++ b/scripts/poky-autobuild-postprocess | |||
@@ -70,7 +70,7 @@ if [ "x$ABTARGET" = "xpoky" ]; then | |||
70 | `readlink images/zImage-spitz.bin` | 70 | `readlink images/zImage-spitz.bin` |
71 | `readlink images/zImage-nokia800.bin` | 71 | `readlink images/zImage-nokia800.bin` |
72 | `readlink images/bzImage-qemux86.bin` | 72 | `readlink images/bzImage-qemux86.bin` |
73 | `readlink images/bzImage-eee901.bin` | 73 | `readlink images/bzImage-netbook.bin` |
74 | `readlink images/zImage-htcuniversal.bin` | 74 | `readlink images/zImage-htcuniversal.bin` |
75 | `readlink images/zImage-mx31litekit.bin` | 75 | `readlink images/zImage-mx31litekit.bin` |
76 | `readlink images/zImage-mx31ads.bin` | 76 | `readlink images/zImage-mx31ads.bin` |
@@ -86,8 +86,8 @@ if [ "x$ABTARGET" = "xpoky" ]; then | |||
86 | updater.sh.c7x0 | 86 | updater.sh.c7x0 |
87 | updater.sh.spitz | 87 | updater.sh.spitz |
88 | gnu-tar | 88 | gnu-tar |
89 | poky-image-netbook-live-eee901-*.hddimg | 89 | poky-image-live-netbook-*.hddimg |
90 | poky-image-minimal-live-eee901-*.hddimg | 90 | poky-image-minimal-live-netbook-*.hddimg |
91 | poky-image-sato-akita-*.rootfs.summary.jffs2 | 91 | poky-image-sato-akita-*.rootfs.summary.jffs2 |
92 | poky-image-sato-c7x0-*.rootfs.jffs2 | 92 | poky-image-sato-c7x0-*.rootfs.jffs2 |
93 | poky-image-sato-spitz-*.rootfs.tar.gz | 93 | poky-image-sato-spitz-*.rootfs.tar.gz |
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index b805abe2d5..6acc7a3905 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
@@ -33,6 +33,7 @@ fi | |||
33 | 33 | ||
34 | BBDIR="$OEROOT/bitbake$BBEXTRA/" | 34 | BBDIR="$OEROOT/bitbake$BBEXTRA/" |
35 | PKGDIR="$OEROOT/meta/" | 35 | PKGDIR="$OEROOT/meta/" |
36 | PKGDIR_MOBLIN="$OEROOT/meta-moblin/" | ||
36 | BUILDDIR="$OEROOT/$BDIR/" | 37 | BUILDDIR="$OEROOT/$BDIR/" |
37 | MSG='' | 38 | MSG='' |
38 | 39 | ||
@@ -59,6 +60,9 @@ if ! (test -r "$BUILDDIR/conf/local.conf"); then | |||
59 | fi | 60 | fi |
60 | 61 | ||
61 | BBPATH=$BBDIR | 62 | BBPATH=$BBDIR |
63 | if test x"$BBDIR" != x"$PKGDIR_MOBLIN"; then | ||
64 | BBPATH=$PKGDIR_MOBLIN:$BBPATH | ||
65 | fi | ||
62 | if test x"$BBDIR" != x"$PKGDIR"; then | 66 | if test x"$BBDIR" != x"$PKGDIR"; then |
63 | BBPATH=$PKGDIR:$BBPATH | 67 | BBPATH=$PKGDIR:$BBPATH |
64 | fi | 68 | fi |
diff --git a/scripts/pokyABConfig.py b/scripts/pokyABConfig.py index 30e89c8cfb..27fe5e6354 100644 --- a/scripts/pokyABConfig.py +++ b/scripts/pokyABConfig.py | |||
@@ -64,12 +64,12 @@ runImage(f3, 'beagleboard', 'poky-image-sato') | |||
64 | runImage(f3, 'qemux86', 'poky-image-minimal') | 64 | runImage(f3, 'qemux86', 'poky-image-minimal') |
65 | runImage(f3, 'qemux86', 'poky-image-sato') | 65 | runImage(f3, 'qemux86', 'poky-image-sato') |
66 | runImage(f3, 'qemux86', 'poky-image-sdk') | 66 | runImage(f3, 'qemux86', 'poky-image-sdk') |
67 | runImage(f3, 'eee901', 'poky-image-minimal') | 67 | runImage(f3, 'netbook', 'poky-image-minimal') |
68 | runImage(f3, 'eee901', 'poky-image-minimal-live') | 68 | runImage(f3, 'netbook', 'poky-image-minimal-live') |
69 | runImage(f3, 'eee901', 'poky-image-sato') | 69 | runImage(f3, 'netbook', 'poky-image-sato') |
70 | runImage(f3, 'eee901', 'poky-image-sato-live') | 70 | runImage(f3, 'netbook', 'poky-image-sato-live') |
71 | runImage(f3, 'eee901', 'poky-image-netbook-live') | 71 | runImage(f3, 'netbook', 'poky-image-live') |
72 | runImage(f3, 'eee901', 'poky-image-sdk') | 72 | runImage(f3, 'netbook', 'poky-image-sdk') |
73 | runImage(f3, 'bootcdx86', 'poky-image-sato-cd') | 73 | runImage(f3, 'bootcdx86', 'poky-image-sato-cd') |
74 | defaultenv['POKYLIBC'] = 'uclibc' | 74 | defaultenv['POKYLIBC'] = 'uclibc' |
75 | runImage(f3, 'cm-x270', 'poky-image-minimal-mtdutils') | 75 | runImage(f3, 'cm-x270', 'poky-image-minimal-mtdutils') |
@@ -87,7 +87,7 @@ runImage(f4, 'qemuarm', 'world') | |||
87 | runImage(f4, 'qemux86', 'poky-image-sdk') | 87 | runImage(f4, 'qemux86', 'poky-image-sdk') |
88 | runImage(f4, 'qemux86', 'world') | 88 | runImage(f4, 'qemux86', 'world') |
89 | runImage(f4, 'omap-3430ldp', 'poky-image-sato') | 89 | runImage(f4, 'omap-3430ldp', 'poky-image-sato') |
90 | runImage(f4, 'eee901', 'poky-image-sato-live') | 90 | runImage(f4, 'netbook', 'poky-image-sato-live') |
91 | runComplete(f4) | 91 | runComplete(f4) |
92 | 92 | ||
93 | from buildbot.process import step, factory | 93 | from buildbot.process import step, factory |