summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--README.commands5
-rw-r--r--meta-extras/packages/images/poky-image-extras.bb (renamed from meta-extras/packages/images/oh-image-extras.bb)0
-rw-r--r--meta/packages/images/poky-image-base.bb (renamed from meta/packages/images/oh-image-base.bb)0
-rw-r--r--meta/packages/images/poky-image-core.bb (renamed from meta/packages/images/oh-image-core.bb)0
-rw-r--r--meta/packages/images/poky-image-minimal.bb (renamed from meta/packages/images/oh-image-minimal.bb)2
-rw-r--r--meta/packages/images/poky-image-sato-cd.bb (renamed from meta/packages/images/oh-cd-pda.bb)4
-rw-r--r--meta/packages/images/poky-image-sato.bb (renamed from meta/packages/images/oh-image-pda.bb)0
-rw-r--r--meta/packages/images/poky-image-sdk.bb (renamed from meta/packages/images/oh-image-sdk.bb)0
-rw-r--r--scripts/poky-qemu.README2
-rwxr-xr-xscripts/runqemu8
11 files changed, 15 insertions, 10 deletions
diff --git a/README b/README
index 1820eee536..fc435bd01a 100644
--- a/README
+++ b/README
@@ -44,13 +44,13 @@ Building An Image
44Simply run; 44Simply run;
45 45
46% source poky-init-build-env 46% source poky-init-build-env
47% bitbake oh-image-pda 47% bitbake poky-image-sato
48 48
49This will result in an ext2 image and kernel for qemu arm (see scripts dir). 49This will result in an ext2 image and kernel for qemu arm (see scripts dir).
50 50
51To build for other machine types see MACHINE in build/conf/local.conf 51To build for other machine types see MACHINE in build/conf/local.conf
52 52
53Other image targets such as oh-image-sdk or oh-image-core are available, 53Other image targets such as poky-image-sdk or poky-image-minimal are available,
54see meta/packages/images/*. 54see meta/packages/images/*.
55 55
56Notes: 56Notes:
diff --git a/README.commands b/README.commands
index c3e0476d59..c84eefad99 100644
--- a/README.commands
+++ b/README.commands
@@ -77,6 +77,11 @@ can be useful for world or unattended builds.
77The -s option lists all the versions of packages that bitbake will use. 77The -s option lists all the versions of packages that bitbake will use.
78 78
79 79
80Bitbake - More Information
81==========================
82
83See the bitbake user manual at: http://bitbake.berlios.de/manual/
84
80QEMU 85QEMU
81==== 86====
82 87
diff --git a/meta-extras/packages/images/oh-image-extras.bb b/meta-extras/packages/images/poky-image-extras.bb
index d9b879683b..d9b879683b 100644
--- a/meta-extras/packages/images/oh-image-extras.bb
+++ b/meta-extras/packages/images/poky-image-extras.bb
diff --git a/meta/packages/images/oh-image-base.bb b/meta/packages/images/poky-image-base.bb
index 13545d9842..13545d9842 100644
--- a/meta/packages/images/oh-image-base.bb
+++ b/meta/packages/images/poky-image-base.bb
diff --git a/meta/packages/images/oh-image-core.bb b/meta/packages/images/poky-image-core.bb
index 431a1c583e..431a1c583e 100644
--- a/meta/packages/images/oh-image-core.bb
+++ b/meta/packages/images/poky-image-core.bb
diff --git a/meta/packages/images/oh-image-minimal.bb b/meta/packages/images/poky-image-minimal.bb
index 609db30728..29d442bf21 100644
--- a/meta/packages/images/oh-image-minimal.bb
+++ b/meta/packages/images/poky-image-minimal.bb
@@ -10,4 +10,4 @@ IMAGE_LINGUAS = " "
10require poky-image.inc 10require poky-image.inc
11 11
12# remove not needed ipkg informations 12# remove not needed ipkg informations
13ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files" 13ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/"
diff --git a/meta/packages/images/oh-cd-pda.bb b/meta/packages/images/poky-image-sato-cd.bb
index 7fa00cc637..dd882e7f88 100644
--- a/meta/packages/images/oh-cd-pda.bb
+++ b/meta/packages/images/poky-image-sato-cd.bb
@@ -1,11 +1,11 @@
1DESCRIPTION = "Bootable CD" 1DESCRIPTION = "Bootable CD"
2DEPENDS = "oh-image-pda" 2DEPENDS = "poky-image-sato"
3 3
4COMPATIBLE_MACHINE = "bootcdx86" 4COMPATIBLE_MACHINE = "bootcdx86"
5 5
6IMAGE_NAME = "${PN}-${DATETIME}" 6IMAGE_NAME = "${PN}-${DATETIME}"
7AUTO_SYSLINUXCFG = "1" 7AUTO_SYSLINUXCFG = "1"
8INITRD = "${DEPLOY_DIR_IMAGE}/oh-image-pda-${MACHINE}.ext2" 8INITRD = "${DEPLOY_DIR_IMAGE}/oh-image-sato-${MACHINE}.ext2"
9LABELS = "poky" 9LABELS = "poky"
10APPEND = "root=/dev/ram0" 10APPEND = "root=/dev/ram0"
11 11
diff --git a/meta/packages/images/oh-image-pda.bb b/meta/packages/images/poky-image-sato.bb
index 51632f6258..51632f6258 100644
--- a/meta/packages/images/oh-image-pda.bb
+++ b/meta/packages/images/poky-image-sato.bb
diff --git a/meta/packages/images/oh-image-sdk.bb b/meta/packages/images/poky-image-sdk.bb
index fd8fc272fc..fd8fc272fc 100644
--- a/meta/packages/images/oh-image-sdk.bb
+++ b/meta/packages/images/poky-image-sdk.bb
diff --git a/scripts/poky-qemu.README b/scripts/poky-qemu.README
index 3fbeb65029..e6d3c48a7b 100644
--- a/scripts/poky-qemu.README
+++ b/scripts/poky-qemu.README
@@ -39,7 +39,7 @@ where:
39 <zimage> is the path to a kernel (zimage-qemuarm.bin) 39 <zimage> is the path to a kernel (zimage-qemuarm.bin)
40 <filesystem> is the path to an ext2 image (filesystem-qemuarm.ext2) 40 <filesystem> is the path to an ext2 image (filesystem-qemuarm.ext2)
41 41
42It will default to the qemuarm, ext2 and the last kernel and oh-image-sdk 42It will default to the qemuarm, ext2 and the last kernel and poky-image-sdk
43image built by poky. 43image built by poky.
44 44
45 45
diff --git a/scripts/runqemu b/scripts/runqemu
index 42bcbca48f..a3bb777bbc 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -68,7 +68,7 @@ fi
68if [ "$MACHINE" = "qemuarm" ]; then 68if [ "$MACHINE" = "qemuarm" ]; then
69 if [ "$TYPE" = "ext2" ]; then 69 if [ "$TYPE" = "ext2" ]; then
70 if [ "x$HDIMAGE" = "x" ]; then 70 if [ "x$HDIMAGE" = "x" ]; then
71 HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-sdk-qemuarm.ext2 71 HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-sdk-qemuarm.ext2
72 fi 72 fi
73 fi 73 fi
74fi 74fi
@@ -76,7 +76,7 @@ fi
76if [ "$MACHINE" = "spitz" ]; then 76if [ "$MACHINE" = "spitz" ]; then
77 if [ "$TYPE" = "ext3" ]; then 77 if [ "$TYPE" = "ext3" ]; then
78 if [ "x$HDIMAGE" = "x" ]; then 78 if [ "x$HDIMAGE" = "x" ]; then
79 HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-pda-spitz.ext3 79 HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-pda-spitz.ext3
80 fi 80 fi
81 fi 81 fi
82fi 82fi
@@ -84,7 +84,7 @@ fi
84if [ "$MACHINE" = "akita" ]; then 84if [ "$MACHINE" = "akita" ]; then
85 if [ "$TYPE" = "jffs2" ]; then 85 if [ "$TYPE" = "jffs2" ]; then
86 if [ "x$HDIMAGE" = "x" ]; then 86 if [ "x$HDIMAGE" = "x" ]; then
87 HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-pda-akita.jffs2 87 HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-pda-akita.jffs2
88 fi 88 fi
89 fi 89 fi
90fi 90fi
@@ -95,7 +95,7 @@ if [ "$MACHINE" = "qemux86" ]; then
95 fi 95 fi
96 if [ "$TYPE" = "ext2" ]; then 96 if [ "$TYPE" = "ext2" ]; then
97 if [ "x$HDIMAGE" = "x" ]; then 97 if [ "x$HDIMAGE" = "x" ]; then
98 HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-sdk-qemux86.ext2 98 HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-sdk-qemux86.ext2
99 fi 99 fi
100 fi 100 fi
101 CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin 101 CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin