diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/creat-lsb-image | 34 | ||||
-rwxr-xr-x | scripts/poky-setup-builddir | 4 | ||||
-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-x | scripts/runqemu | 18 | ||||
-rw-r--r-- | scripts/runqemu.README | 2 |
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" | |||
60 | cd $IMAGE_PATH | 60 | cd $IMAGE_PATH |
61 | 61 | ||
62 | #get architecture | 62 | #get architecture |
63 | PN=`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 ;}'` | 63 | PN=`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 ;}'` |
64 | if [ "XPN" == "X" ];then | 64 | if [ "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 |
67 | fi | 67 | fi |
68 | 68 | ||
69 | if [ $PN -eq 0 ];then | 69 | if [ $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 |
72 | fi | 72 | fi |
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}" |
126 | fi | 126 | fi |
127 | cd .. | 127 | cd .. |
128 | if [ -L poky-image-lsb-${MACHINE_ARCH}.ext3 ];then | 128 | if [ -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 |
131 | fi | 131 | fi |
132 | 132 | ||
133 | #creat lsb image | 133 | #creat lsb image |
134 | if [ -f poky-image-lsb-${MACHINE_ARCH}-test.ext3 ];then | 134 | if [ -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 |
140 | fi | 140 | fi |
141 | ECHO "creat a big ext3 file for lsb image with 5G..." | 141 | ECHO "creat a big ext3 file for lsb image with 5G..." |
142 | dd if=/dev/zero of=poky-image-lsb-${MACHINE_ARCH}-test.ext3 bs=1M count=5000 | 142 | dd if=/dev/zero of=core-image-lsb-${MACHINE_ARCH}-test.ext3 bs=1M count=5000 |
143 | exit_check | 143 | exit_check |
144 | ECHO "Format ext3 image,please input \"y\"" | 144 | ECHO "Format ext3 image,please input \"y\"" |
145 | mkfs.ext3 poky-image-lsb-${MACHINE_ARCH}-test.ext3 | 145 | mkfs.ext3 core-image-lsb-${MACHINE_ARCH}-test.ext3 |
146 | tune2fs -j poky-image-lsb-${MACHINE_ARCH}-test.ext3 | 146 | tune2fs -j core-image-lsb-${MACHINE_ARCH}-test.ext3 |
147 | 147 | ||
148 | 148 | ||
149 | ECHO "get a lsb image with lsb test suite" | 149 | ECHO "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 |
156 | sudo mount -o loop poky-image-lsb-${MACHINE_ARCH}-test.ext3 lsbtmp | 156 | sudo mount -o loop core-image-lsb-${MACHINE_ARCH}-test.ext3 lsbtmp |
157 | exit_check | 157 | exit_check |
158 | 158 | ||
159 | ECHO " ->Install file system..." | 159 | ECHO " ->Install file system..." |
160 | sudo tar jxf poky-image-lsb-${MACHINE_ARCH}-${PN}.rootfs.tar.bz2 -C lsbtmp | 160 | sudo tar jxf core-image-lsb-${MACHINE_ARCH}-${PN}.rootfs.tar.bz2 -C lsbtmp |
161 | exit_check | 161 | exit_check |
162 | 162 | ||
163 | ECHO " ->Install lsb test suite..." | 163 | ECHO " ->Install lsb test suite..." |
@@ -181,18 +181,18 @@ exit_check | |||
181 | sudo rm -rf lsbtmp | 181 | sudo rm -rf lsbtmp |
182 | 182 | ||
183 | #change file attribute | 183 | #change file attribute |
184 | sudo chown ${USER}:${USER} poky-image-lsb-${MACHINE_ARCH}-test.ext3 | 184 | sudo chown ${USER}:${USER} core-image-lsb-${MACHINE_ARCH}-test.ext3 |
185 | exit_check | 185 | exit_check |
186 | sudo chmod 755 poky-image-lsb-${MACHINE_ARCH}-test.ext3 | 186 | sudo chmod 755 core-image-lsb-${MACHINE_ARCH}-test.ext3 |
187 | exit_check | 187 | exit_check |
188 | 188 | ||
189 | #set up link | 189 | #set up link |
190 | if [ -L poky-image-lsb-${MACHINE_ARCH}.ext3 ];then | 190 | if [ -L core-image-lsb-${MACHINE_ARCH}.ext3 ];then |
191 | ECHO "Set up link" | 191 | ECHO "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 |
194 | fi | 194 | fi |
195 | ln -s poky-image-lsb-${MACHINE_ARCH}-test.ext3 poky-image-lsb-${MACHINE_ARCH}.ext3 | 195 | ln -s core-image-lsb-${MACHINE_ARCH}-test.ext3 core-image-lsb-${MACHINE_ARCH}.ext3 |
196 | 196 | ||
197 | ECHO "LSB test environment is set successfully, Please run this image on platform ${MACHINE_ARCH}" | 197 | ECHO "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 | |||
103 | You can now run 'bitbake <target>' | 103 | You can now run 'bitbake <target>' |
104 | 104 | ||
105 | Common targets are: | 105 | Common 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 |
235 | QEMUX86_DEFAULT_KERNEL=bzImage-qemux86.bin | 235 | QEMUX86_DEFAULT_KERNEL=bzImage-qemux86.bin |
236 | QEMUX86_DEFAULT_FSTYPE=ext3 | 236 | QEMUX86_DEFAULT_FSTYPE=ext3 |
237 | QEMUX86_DEFAULT_ROOTFS="poky-image-sato-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal" | 237 | QEMUX86_DEFAULT_ROOTFS="core-image-sato-sdk core-image-sato core-image-lsb core-image-basic core-image-minimal" |
238 | 238 | ||
239 | QEMUX86_64_DEFAULT_KERNEL=bzImage-qemux86-64.bin | 239 | QEMUX86_64_DEFAULT_KERNEL=bzImage-qemux86-64.bin |
240 | QEMUX86_64_DEFAULT_FSTYPE=ext3 | 240 | QEMUX86_64_DEFAULT_FSTYPE=ext3 |
241 | QEMUX86_64_DEFAULT_ROOTFS="poky-image-sato-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal" | 241 | QEMUX86_64_DEFAULT_ROOTFS="core-image-sato-sdk core-image-sato core-image-lsb core-image-basic core-image-minimal" |
242 | 242 | ||
243 | QEMUARM_DEFAULT_KERNEL=zImage-qemuarm.bin | 243 | QEMUARM_DEFAULT_KERNEL=zImage-qemuarm.bin |
244 | QEMUARM_DEFAULT_FSTYPE=ext3 | 244 | QEMUARM_DEFAULT_FSTYPE=ext3 |
245 | QEMUARM_DEFAULT_ROOTFS="poky-image-sato-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal" | 245 | QEMUARM_DEFAULT_ROOTFS="core-image-sato-sdk core-image-sato core-image-lsb core-image-basic core-image-minimal" |
246 | 246 | ||
247 | QEMUMIPS_DEFAULT_KERNEL=vmlinux-qemumips.bin | 247 | QEMUMIPS_DEFAULT_KERNEL=vmlinux-qemumips.bin |
248 | QEMUMIPS_DEFAULT_FSTYPE=ext3 | 248 | QEMUMIPS_DEFAULT_FSTYPE=ext3 |
249 | QEMUMIPS_DEFAULT_ROOTFS="poky-image-sato-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal" | 249 | QEMUMIPS_DEFAULT_ROOTFS="core-image-sato-sdk core-image-sato core-image-lsb core-image-basic core-image-minimal" |
250 | 250 | ||
251 | QEMUPPC_DEFAULT_KERNEL=zImage-qemuppc.bin | 251 | QEMUPPC_DEFAULT_KERNEL=zImage-qemuppc.bin |
252 | QEMUPPC_DEFAULT_FSTYPE=ext3 | 252 | QEMUPPC_DEFAULT_FSTYPE=ext3 |
253 | QEMUPPC_DEFAULT_ROOTFS="poky-image-sato-sdk poky-image-sato poky-image-lsb poky-image-basic poky-image-minimal" | 253 | QEMUPPC_DEFAULT_ROOTFS="core-image-sato-sdk core-image-sato core-image-lsb core-image-basic core-image-minimal" |
254 | 254 | ||
255 | AKITA_DEFAULT_KERNEL=zImage-akita.bin | 255 | AKITA_DEFAULT_KERNEL=zImage-akita.bin |
256 | AKITA_DEFAULT_FSTYPE=jffs2 | 256 | AKITA_DEFAULT_FSTYPE=jffs2 |
257 | AKITA_DEFAULT_ROOTFS="poky-image-sato" | 257 | AKITA_DEFAULT_ROOTFS="core-image-sato" |
258 | 258 | ||
259 | SPITZ_DEFAULT_KERNEL=zImage-spitz.bin | 259 | SPITZ_DEFAULT_KERNEL=zImage-spitz.bin |
260 | SPITZ_DEFAULT_FSTYPE=ext3 | 260 | SPITZ_DEFAULT_FSTYPE=ext3 |
261 | SPITZ_DEFAULT_ROOTFS="poky-image-sato" | 261 | SPITZ_DEFAULT_ROOTFS="core-image-sato" |
262 | 262 | ||
263 | setup_tmpdir() { | 263 | setup_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 |
357 | if [ "$LAZY_ROOTFS" = "true" ]; then | 357 | if [ "$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 | ||
42 | It will default to the qemuarm, ext2 and the last kernel and poky-image-sdk | 42 | It will default to the qemuarm, ext2 and the last kernel and core-image-sdk |
43 | image built by poky. | 43 | image built by poky. |
44 | 44 | ||
45 | 45 | ||