summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 17:25:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 00:29:30 +0100
commit6e95cb246f39e4d49d46761b9a7d51c858ac7e9d (patch)
tree1646acfdc315d3dfcc2516a6f49509ba7f633fae /scripts
parent4d609d502161137620c4b1901cc225f9e871c3dc (diff)
downloadpoky-6e95cb246f39e4d49d46761b9a7d51c858ac7e9d.tar.gz
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
(From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/creat-lsb-image34
-rwxr-xr-xscripts/poky-setup-builddir4
-rw-r--r--scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb (renamed from scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemuarm/core-image-minimal (renamed from scripts/qemuimage-tests/scenario/qemuarm/poky-image-minimal)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemuarm/core-image-sato (renamed from scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk (renamed from scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato-sdk)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemumips/core-image-lsb (renamed from scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemumips/core-image-minimal (renamed from scripts/qemuimage-tests/scenario/qemumips/poky-image-minimal)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemumips/core-image-sato (renamed from scripts/qemuimage-tests/scenario/qemumips/poky-image-sato)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk (renamed from scripts/qemuimage-tests/scenario/qemumips/poky-image-sato-sdk)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb (renamed from scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemuppc/core-image-minimal (renamed from scripts/qemuimage-tests/scenario/qemuppc/poky-image-minimal)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemuppc/core-image-sato (renamed from scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk (renamed from scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato-sdk)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb (renamed from scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86-64/core-image-minimal (renamed from scripts/qemuimage-tests/scenario/qemux86-64/poky-image-minimal)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato (renamed from scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk (renamed from scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato-sdk)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86/core-image-lsb (renamed from scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86/core-image-minimal (renamed from scripts/qemuimage-tests/scenario/qemux86/poky-image-minimal)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86/core-image-sato (renamed from scripts/qemuimage-tests/scenario/qemux86/poky-image-sato)0
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk (renamed from scripts/qemuimage-tests/scenario/qemux86/poky-image-sato-sdk)0
-rwxr-xr-xscripts/runqemu18
-rw-r--r--scripts/runqemu.README2
24 files changed, 29 insertions, 29 deletions
diff --git a/scripts/creat-lsb-image b/scripts/creat-lsb-image
index 1dc48dd54c..657784cba4 100755
--- a/scripts/creat-lsb-image
+++ b/scripts/creat-lsb-image
@@ -60,14 +60,14 @@ ECHO "Enter directory $IMAGE_PATH"
60cd $IMAGE_PATH 60cd $IMAGE_PATH
61 61
62#get architecture 62#get architecture
63PN=`find . -name poky-image-lsb-${MACHINE_ARCH}\*.rootfs.tar.bz2 -type f | awk -F- 'BEGIN{ max=0;} {if( NR!=0 && $5>max ) max=$5 }END{ printf "%d" ,max ;}'` 63PN=`find . -name core-image-lsb-${MACHINE_ARCH}\*.rootfs.tar.bz2 -type f | awk -F- 'BEGIN{ max=0;} {if( NR!=0 && $5>max ) max=$5 }END{ printf "%d" ,max ;}'`
64if [ "XPN" == "X" ];then 64if [ "XPN" == "X" ];then
65 ECHO "${red}Don't find lsb image on platform, Please run \"poky-image-lsb\" to generate lsb image" 65 ECHO "${red}Don't find lsb image on platform, Please run \"core-image-lsb\" to generate lsb image"
66 exit 1 66 exit 1
67fi 67fi
68 68
69if [ $PN -eq 0 ];then 69if [ $PN -eq 0 ];then
70 ECHO "${red}Can't ${MACHINE_ARCH} rootfs.tar.gz,Please run poky-image-lsb to get lsb image" 70 ECHO "${red}Can't ${MACHINE_ARCH} rootfs.tar.gz,Please run core-image-lsb to get lsb image"
71 exit 1 71 exit 1
72fi 72fi
73#set varible ARCH 73#set varible ARCH
@@ -125,25 +125,25 @@ else
125 ECHO "Can't find lsb test suite for ${MACHINE_ARCH}" 125 ECHO "Can't find lsb test suite for ${MACHINE_ARCH}"
126fi 126fi
127cd .. 127cd ..
128if [ -L poky-image-lsb-${MACHINE_ARCH}.ext3 ];then 128if [ -L core-image-lsb-${MACHINE_ARCH}.ext3 ];then
129 /bin/rm poky-image-lsb-${MACHINE_ARCH}.ext3 129 /bin/rm core-image-lsb-${MACHINE_ARCH}.ext3
130 exit_check 130 exit_check
131fi 131fi
132 132
133#creat lsb image 133#creat lsb image
134if [ -f poky-image-lsb-${MACHINE_ARCH}-test.ext3 ];then 134if [ -f core-image-lsb-${MACHINE_ARCH}-test.ext3 ];then
135 if [ -d lsbtmp ];then 135 if [ -d lsbtmp ];then
136 sudo umount lsbtmp 136 sudo umount lsbtmp
137 fi 137 fi
138 ECHO "Remove old lsb image..." 138 ECHO "Remove old lsb image..."
139 /bin/rm poky-image-lsb-${MACHINE_ARCH}-test.ext3 139 /bin/rm core-image-lsb-${MACHINE_ARCH}-test.ext3
140fi 140fi
141ECHO "creat a big ext3 file for lsb image with 5G..." 141ECHO "creat a big ext3 file for lsb image with 5G..."
142dd if=/dev/zero of=poky-image-lsb-${MACHINE_ARCH}-test.ext3 bs=1M count=5000 142dd if=/dev/zero of=core-image-lsb-${MACHINE_ARCH}-test.ext3 bs=1M count=5000
143exit_check 143exit_check
144ECHO "Format ext3 image,please input \"y\"" 144ECHO "Format ext3 image,please input \"y\""
145mkfs.ext3 poky-image-lsb-${MACHINE_ARCH}-test.ext3 145mkfs.ext3 core-image-lsb-${MACHINE_ARCH}-test.ext3
146tune2fs -j poky-image-lsb-${MACHINE_ARCH}-test.ext3 146tune2fs -j core-image-lsb-${MACHINE_ARCH}-test.ext3
147 147
148 148
149ECHO "get a lsb image with lsb test suite" 149ECHO "get a lsb image with lsb test suite"
@@ -153,11 +153,11 @@ fi
153 153
154 154
155#install file system and lsb test suite to lsb image 155#install file system and lsb test suite to lsb image
156sudo mount -o loop poky-image-lsb-${MACHINE_ARCH}-test.ext3 lsbtmp 156sudo mount -o loop core-image-lsb-${MACHINE_ARCH}-test.ext3 lsbtmp
157exit_check 157exit_check
158 158
159ECHO " ->Install file system..." 159ECHO " ->Install file system..."
160sudo tar jxf poky-image-lsb-${MACHINE_ARCH}-${PN}.rootfs.tar.bz2 -C lsbtmp 160sudo tar jxf core-image-lsb-${MACHINE_ARCH}-${PN}.rootfs.tar.bz2 -C lsbtmp
161exit_check 161exit_check
162 162
163ECHO " ->Install lsb test suite..." 163ECHO " ->Install lsb test suite..."
@@ -181,18 +181,18 @@ exit_check
181sudo rm -rf lsbtmp 181sudo rm -rf lsbtmp
182 182
183#change file attribute 183#change file attribute
184sudo chown ${USER}:${USER} poky-image-lsb-${MACHINE_ARCH}-test.ext3 184sudo chown ${USER}:${USER} core-image-lsb-${MACHINE_ARCH}-test.ext3
185exit_check 185exit_check
186sudo chmod 755 poky-image-lsb-${MACHINE_ARCH}-test.ext3 186sudo chmod 755 core-image-lsb-${MACHINE_ARCH}-test.ext3
187exit_check 187exit_check
188 188
189#set up link 189#set up link
190if [ -L poky-image-lsb-${MACHINE_ARCH}.ext3 ];then 190if [ -L core-image-lsb-${MACHINE_ARCH}.ext3 ];then
191ECHO "Set up link" 191ECHO "Set up link"
192 /bin/rm poky-image-lsb-${MACHINE_ARCH}.ext3 192 /bin/rm core-image-lsb-${MACHINE_ARCH}.ext3
193 exit_check 193 exit_check
194fi 194fi
195ln -s poky-image-lsb-${MACHINE_ARCH}-test.ext3 poky-image-lsb-${MACHINE_ARCH}.ext3 195ln -s core-image-lsb-${MACHINE_ARCH}-test.ext3 core-image-lsb-${MACHINE_ARCH}.ext3
196 196
197ECHO "LSB test environment is set successfully, Please run this image on platform ${MACHINE_ARCH}" 197ECHO "LSB test environment is set successfully, Please run this image on platform ${MACHINE_ARCH}"
198 198
diff --git a/scripts/poky-setup-builddir b/scripts/poky-setup-builddir
index aabf358e13..c900d0e0cb 100755
--- a/scripts/poky-setup-builddir
+++ b/scripts/poky-setup-builddir
@@ -103,8 +103,8 @@ cat <<EOM
103You can now run 'bitbake <target>' 103You can now run 'bitbake <target>'
104 104
105Common targets are: 105Common targets are:
106 poky-image-minimal 106 core-image-minimal
107 poky-image-sato 107 core-image-sato
108 meta-toolchain 108 meta-toolchain
109 meta-toolchain-sdk 109 meta-toolchain-sdk
110 110
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb
index 4fa6068768..4fa6068768 100644
--- a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb
+++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-minimal b/scripts/qemuimage-tests/scenario/qemuarm/core-image-minimal
index 0fcc7bba84..0fcc7bba84 100644
--- a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-minimal
+++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-minimal
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato
index 7a6353e1af..7a6353e1af 100644
--- a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato
+++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk
index 42b8e19026..42b8e19026 100644
--- a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato-sdk
+++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk
diff --git a/scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb
index 4fa6068768..4fa6068768 100644
--- a/scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb
+++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb
diff --git a/scripts/qemuimage-tests/scenario/qemumips/poky-image-minimal b/scripts/qemuimage-tests/scenario/qemumips/core-image-minimal
index 0fcc7bba84..0fcc7bba84 100644
--- a/scripts/qemuimage-tests/scenario/qemumips/poky-image-minimal
+++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-minimal
diff --git a/scripts/qemuimage-tests/scenario/qemumips/poky-image-sato b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato
index 7a6353e1af..7a6353e1af 100644
--- a/scripts/qemuimage-tests/scenario/qemumips/poky-image-sato
+++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato
diff --git a/scripts/qemuimage-tests/scenario/qemumips/poky-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk
index 42b8e19026..42b8e19026 100644
--- a/scripts/qemuimage-tests/scenario/qemumips/poky-image-sato-sdk
+++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk
diff --git a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb
index 4fa6068768..4fa6068768 100644
--- a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb
+++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb
diff --git a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-minimal b/scripts/qemuimage-tests/scenario/qemuppc/core-image-minimal
index 0fcc7bba84..0fcc7bba84 100644
--- a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-minimal
+++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-minimal
diff --git a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato
index 7a6353e1af..7a6353e1af 100644
--- a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato
+++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato
diff --git a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk
index 42b8e19026..42b8e19026 100644
--- a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato-sdk
+++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk
diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb
index 4fa6068768..4fa6068768 100644
--- a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb
+++ b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb
diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-minimal b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-minimal
index 0fcc7bba84..0fcc7bba84 100644
--- a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-minimal
+++ b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-minimal
diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato
index 7a6353e1af..7a6353e1af 100644
--- a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato
+++ b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato
diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk
index 42b8e19026..42b8e19026 100644
--- a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato-sdk
+++ b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk
diff --git a/scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb
index 4fa6068768..4fa6068768 100644
--- a/scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb
+++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb
diff --git a/scripts/qemuimage-tests/scenario/qemux86/poky-image-minimal b/scripts/qemuimage-tests/scenario/qemux86/core-image-minimal
index 0fcc7bba84..0fcc7bba84 100644
--- a/scripts/qemuimage-tests/scenario/qemux86/poky-image-minimal
+++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-minimal
diff --git a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato
index 7a6353e1af..7a6353e1af 100644
--- a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato
+++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato
diff --git a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk
index 42b8e19026..42b8e19026 100644
--- a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato-sdk
+++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk
diff --git a/scripts/runqemu b/scripts/runqemu
index d155b561f1..894a296e1c 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -34,7 +34,7 @@ usage() {
34 echo "" 34 echo ""
35 echo "Examples:" 35 echo "Examples:"
36 echo " $MYNAME qemuarm" 36 echo " $MYNAME qemuarm"
37 echo " $MYNAME qemux86-64 poky-image-sato ext3" 37 echo " $MYNAME qemux86-64 core-image-sato ext3"
38 echo " $MYNAME path/to/bzImage-qemux86.bin path/to/nfsrootdir/ serial" 38 echo " $MYNAME path/to/bzImage-qemux86.bin path/to/nfsrootdir/ serial"
39 echo " $MYNAME qemux86 \"<-m 256>\"" 39 echo " $MYNAME qemux86 \"<-m 256>\""
40 exit 1 40 exit 1
@@ -234,31 +234,31 @@ machine2=`echo $MACHINE | tr 'a-z' 'A-Z' | sed 's/-/_/'`
234# Defaults used when these vars need to be inferred 234# Defaults used when these vars need to be inferred
235QEMUX86_DEFAULT_KERNEL=bzImage-qemux86.bin 235QEMUX86_DEFAULT_KERNEL=bzImage-qemux86.bin
236QEMUX86_DEFAULT_FSTYPE=ext3 236QEMUX86_DEFAULT_FSTYPE=ext3
237QEMUX86_DEFAULT_ROOTFS="poky-image-sato-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal" 237QEMUX86_DEFAULT_ROOTFS="core-image-sato-sdk core-image-sato core-image-lsb core-image-basic core-image-minimal"
238 238
239QEMUX86_64_DEFAULT_KERNEL=bzImage-qemux86-64.bin 239QEMUX86_64_DEFAULT_KERNEL=bzImage-qemux86-64.bin
240QEMUX86_64_DEFAULT_FSTYPE=ext3 240QEMUX86_64_DEFAULT_FSTYPE=ext3
241QEMUX86_64_DEFAULT_ROOTFS="poky-image-sato-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal" 241QEMUX86_64_DEFAULT_ROOTFS="core-image-sato-sdk core-image-sato core-image-lsb core-image-basic core-image-minimal"
242 242
243QEMUARM_DEFAULT_KERNEL=zImage-qemuarm.bin 243QEMUARM_DEFAULT_KERNEL=zImage-qemuarm.bin
244QEMUARM_DEFAULT_FSTYPE=ext3 244QEMUARM_DEFAULT_FSTYPE=ext3
245QEMUARM_DEFAULT_ROOTFS="poky-image-sato-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal" 245QEMUARM_DEFAULT_ROOTFS="core-image-sato-sdk core-image-sato core-image-lsb core-image-basic core-image-minimal"
246 246
247QEMUMIPS_DEFAULT_KERNEL=vmlinux-qemumips.bin 247QEMUMIPS_DEFAULT_KERNEL=vmlinux-qemumips.bin
248QEMUMIPS_DEFAULT_FSTYPE=ext3 248QEMUMIPS_DEFAULT_FSTYPE=ext3
249QEMUMIPS_DEFAULT_ROOTFS="poky-image-sato-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal" 249QEMUMIPS_DEFAULT_ROOTFS="core-image-sato-sdk core-image-sato core-image-lsb core-image-basic core-image-minimal"
250 250
251QEMUPPC_DEFAULT_KERNEL=zImage-qemuppc.bin 251QEMUPPC_DEFAULT_KERNEL=zImage-qemuppc.bin
252QEMUPPC_DEFAULT_FSTYPE=ext3 252QEMUPPC_DEFAULT_FSTYPE=ext3
253QEMUPPC_DEFAULT_ROOTFS="poky-image-sato-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal" 253QEMUPPC_DEFAULT_ROOTFS="core-image-sato-sdk core-image-sato core-image-lsb core-image-basic core-image-minimal"
254 254
255AKITA_DEFAULT_KERNEL=zImage-akita.bin 255AKITA_DEFAULT_KERNEL=zImage-akita.bin
256AKITA_DEFAULT_FSTYPE=jffs2 256AKITA_DEFAULT_FSTYPE=jffs2
257AKITA_DEFAULT_ROOTFS="poky-image-sato" 257AKITA_DEFAULT_ROOTFS="core-image-sato"
258 258
259SPITZ_DEFAULT_KERNEL=zImage-spitz.bin 259SPITZ_DEFAULT_KERNEL=zImage-spitz.bin
260SPITZ_DEFAULT_FSTYPE=ext3 260SPITZ_DEFAULT_FSTYPE=ext3
261SPITZ_DEFAULT_ROOTFS="poky-image-sato" 261SPITZ_DEFAULT_ROOTFS="core-image-sato"
262 262
263setup_tmpdir() { 263setup_tmpdir() {
264 if [ -z "$TMPDIR" ]; then 264 if [ -z "$TMPDIR" ]; then
@@ -353,7 +353,7 @@ fi
353# FSTYPE is now set for all cases 353# FSTYPE is now set for all cases
354 354
355# Handle cases where a ROOTFS type is given instead of a filename, e.g. 355# Handle cases where a ROOTFS type is given instead of a filename, e.g.
356# poky-image-sato 356# core-image-sato
357if [ "$LAZY_ROOTFS" = "true" ]; then 357if [ "$LAZY_ROOTFS" = "true" ]; then
358 setup_tmpdir 358 setup_tmpdir
359 echo "Assuming $ROOTFS really means $TMPDIR/deploy/images/$ROOTFS-$MACHINE.$FSTYPE" 359 echo "Assuming $ROOTFS really means $TMPDIR/deploy/images/$ROOTFS-$MACHINE.$FSTYPE"
diff --git a/scripts/runqemu.README b/scripts/runqemu.README
index 12f1191ab7..38f9306381 100644
--- a/scripts/runqemu.README
+++ b/scripts/runqemu.README
@@ -39,7 +39,7 @@ where:
39 <zimage> is the path to a kernel (e.g. zimage-qemuarm.bin) 39 <zimage> is the path to a kernel (e.g. zimage-qemuarm.bin)
40 <filesystem> is the path to the image (e.g. filesystem-qemuarm.ext2) 40 <filesystem> is the path to the image (e.g. filesystem-qemuarm.ext2)
41 41
42It will default to the qemuarm, ext2 and the last kernel and poky-image-sdk 42It will default to the qemuarm, ext2 and the last kernel and core-image-sdk
43image built by poky. 43image built by poky.
44 44
45 45