From f1c1d6417dde3ca1f56c94015b3679eaf1435129 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 2 May 2007 14:57:26 +0000 Subject: preferred-opie-versions-1.2.3-pre: Bump CVS version to 20070428. --- conf/distro/include/preferred-opie-versions-1.2.3-pre.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/include/preferred-opie-versions-1.2.3-pre.inc b/conf/distro/include/preferred-opie-versions-1.2.3-pre.inc index ea5d6b1153..6990c98000 100644 --- a/conf/distro/include/preferred-opie-versions-1.2.3-pre.inc +++ b/conf/distro/include/preferred-opie-versions-1.2.3-pre.inc @@ -3,7 +3,7 @@ QTE_VERSION ?= "2.3.10" PALMTOP_USE_MULTITHREADED_QT ?= "yes" -OPIE_SRCDATE ?= "20070328" +OPIE_SRCDATE ?= "20070428" OPIE_VERSION ?= "1.2.2+cvs${OPIE_SRCDATE}" OPIE_CVS_PV ?= "1.2.2+cvs${OPIE_SRCDATE}" -- cgit v1.2.3 From bd04bdf78d070b58637c10269573e444a71ada73 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Wed, 2 May 2007 15:17:06 +0000 Subject: conf/bitbake.conf:make default values for jffs2, squashfs and squashfs-lzma generated images architecture neutral --- conf/bitbake.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index ae26d992f2..c754dab273 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -205,9 +205,9 @@ IMAGE_CMD_tar.bz2 = "cd ${IMAGE_ROOTFS} && tar -jcvf ${DEPLOY_DIR_IMAGE}/${IMAGE IMAGE_CMD_cpio = "cd ${IMAGE_ROOTFS} && (find . | cpio -o -H newc >${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.cpio)" IMAGE_CMD_cpio.gz = "cd ${IMAGE_ROOTFS} && (find . | cpio -o -H newc | gzip -c -9 >${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.cpio.gz)" EXTRA_IMAGECMD = "" -EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" -EXTRA_IMAGECMD_squashfs = "-le -b 16384" -EXTRA_IMAGECMD_squashfs-lzma = "-le -b 16384" +EXTRA_IMAGECMD_jffs2 = "" +EXTRA_IMAGECMD_squashfs = "" +EXTRA_IMAGECMD_squashfs-lzma = "" IMAGE_DEPENDS = "" IMAGE_DEPENDS_jffs2 = "mtd-utils-native" -- cgit v1.2.3 From 31e928d015c9869e185a55414a217eda6b195aae Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Wed, 2 May 2007 15:18:30 +0000 Subject: conf/machine/magicbox.conf: Make sure squashfs-lzma image builds for big endian arch --- conf/machine/magicbox.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/machine/magicbox.conf b/conf/machine/magicbox.conf index 5231c68bb1..22e30542f9 100644 --- a/conf/machine/magicbox.conf +++ b/conf/machine/magicbox.conf @@ -18,6 +18,7 @@ SERIAL_CONSOLE = "115200 ttyS0" PREFERRED_VERSION_u-boot = "1.1.2" EXTRA_IMAGECMD_jffs2 = "--big-endian" EXTRA_IMAGECMD_squashfs = " -be -all-root " +EXTRA_IMAGECMD_squashfs-lzma = " -be -all-root " #tune for the 405 cpu require conf/machine/include/tune-ppc405.conf -- cgit v1.2.3 From 95a0a58daebf20ca23c55d09d1cad3c82a55d867 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 3 May 2007 12:22:59 +0000 Subject: ixp4xxbe: the gcc patch is in, so no need for this workaround anymore --- conf/machine/ixp4xxbe.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'conf') diff --git a/conf/machine/ixp4xxbe.conf b/conf/machine/ixp4xxbe.conf index 9b3a4f693f..f208852d3a 100644 --- a/conf/machine/ixp4xxbe.conf +++ b/conf/machine/ixp4xxbe.conf @@ -8,6 +8,4 @@ PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb" require conf/machine/include/ixp4xx.conf -TARGET_CC_ARCH += " -D__ARMEB__ " - EXTRA_IMAGECMD_jffs2 += "--big-endian" -- cgit v1.2.3 From 5b5b45a39e698b3c5e0f5647413a2cb051a991bc Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Fri, 4 May 2007 08:46:07 +0000 Subject: conf/machine/magicbox.conf: Clean up the image generation parameters , inherit magicbox-image.bbclass in order to create "ready-to-burn" images --- conf/machine/magicbox.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/machine/magicbox.conf b/conf/machine/magicbox.conf index 22e30542f9..19dae402d9 100644 --- a/conf/machine/magicbox.conf +++ b/conf/machine/magicbox.conf @@ -2,6 +2,8 @@ #@Name: Magicbox router board #@DESCRIPTION: Machine configuration for Magicbox router board http://wwww.magicbox.pl +INHERIT += "magicbox-image" + TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "ppc405" @@ -16,9 +18,11 @@ OLDEST_KERNEL = "2.6.18" SERIAL_CONSOLE = "115200 ttyS0" PREFERRED_VERSION_u-boot = "1.1.2" -EXTRA_IMAGECMD_jffs2 = "--big-endian" -EXTRA_IMAGECMD_squashfs = " -be -all-root " -EXTRA_IMAGECMD_squashfs-lzma = " -be -all-root " +EXTRA_IMAGECMD_jffs2 = "-pad --big-endian --squash -e 0x10000" +EXTRA_IMAGECMD_squashfs = " -be -all-root -nopad -noappend -root-owned" +EXTRA_IMAGECMD_squashfs-lzma = " -be -all-root -nopad -noappend -root-owned" + + #tune for the 405 cpu require conf/machine/include/tune-ppc405.conf -- cgit v1.2.3