This email list is read-only. Emails sent to this list will be discarded
----------------------------------
configure.ac | 4 +++-
debian/changelog | 3 ++-
default_config/defaults.cfg | 23 ++++++++++++++++++++++-
platforms/Makefile.am | 4 +++-
platforms/platforms.cfg | 11 +++++++++++
5 files changed, 41 insertions(+), 4 deletions(-)
New commits:
commit 2689d5b2c7b84c316b320893c1bf9313849d4078
Author: Prajwal Mohan <[EMAIL PROTECTED]>
Date: Mon Aug 18 23:46:07 2008 -0700
Adding platform definition for netbook-lpia-mobiln and menlow-lpia-moblin
Diff in this email is a maximum of 400 lines.
diff --git a/configure.ac b/configure.ac
index 28c2bb6..99c3ff8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,5 +47,7 @@ AC_CONFIG_FILES([Makefile po/Makefile.in
platforms/menlow-lpia-ubuntu-hardy-ppa-snapshot/Makefile
platforms/menlow-lpia-ubuntu-hardy-ppa/Makefile
platforms/menlow-lpia-ubuntu-hardy/Makefile
- platforms/menlow-lpia/Makefile])
+ platforms/menlow-lpia/Makefile
+ platforms/menlow-lpia-moblin2/Makefile
+ platforms/netbook-lpia-moblin2/Makefile])
AC_OUTPUT
diff --git a/debian/changelog b/debian/changelog
index f3285b9..83c244b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -115,8 +115,9 @@ moblin-image-creator (0.45) UNRELEASED; urgency=low
[ Prajwal Mohan ]
* Adding ubuntu jax10 platform
+ * Adding platform definition for netbook-lpia-moblin and menlow-lpia-moblin
- -- Prajwal Mohan <[EMAIL PROTECTED]> Mon, 18 Aug 2008 12:28:34 -0700
+ -- Prajwal Mohan <[EMAIL PROTECTED]> Mon, 18 Aug 2008 23:45:05 -0700
moblin-image-creator (0.44) gaston; urgency=low
diff --git a/default_config/defaults.cfg b/default_config/defaults.cfg
index 2e6964f..d9dae24 100644
--- a/default_config/defaults.cfg
+++ b/default_config/defaults.cfg
@@ -128,6 +128,22 @@ buildroot_extras = squashfs-tools dosfstools syslinux
module-init-tools mtools b
# What packages need to be installed in the buildroot (outside the rootstrap
archive)
buildroot_packages = grub man less vim automake autotools-dev openssh-clients
+[platform.netbook-lpia-moblin2]
+# What additional packages need to be installed in the buildroot roostrap
+buildroot_extras = squashfs-tools dosfstools syslinux module-init-tools mtools
busybox setup
+
+# What packages need to be installed in the buildroot (outside the rootstrap
archive)
+#buildroot_packages = grub man less vim automake autotools-dev openssh-clients
+buildroot_packages=
+
+[platform.menlow-lpia-moblin2]
+# What additional packages need to be installed in the buildroot roostrap
+buildroot_extras = squashfs-tools dosfstools syslinux module-init-tools mtools
busybox setup
+
+# What packages need to be installed in the buildroot (outside the rootstrap
archive)
+#buildroot_packages = grub man less vim automake autotools-dev openssh-clients
+buildroot_packages =
+
# ********** Install Image section ***********
[installimage]
welcome_message = Welcome to Moblin:
@@ -175,7 +191,12 @@ fat32_partition_size = 4096
[installimage.menlow-lpia-ubuntu-hardy-ppa-snapshot]
fat32_partition_size = 4096
-[installimage.menlow-lpia-ubuntu-hardy-jax10-snapshot1]
+[installimage.menlow-lpia-ubuntu-hardy-jax10-snapshot1]
+boot_partition_size = 768
+swap_partition_size = 512
+
+[installimage.menlow-lpia-moblin2]
+use_squashfs = 1
boot_partition_size = 768
swap_partition_size = 512
diff --git a/platforms/Makefile.am b/platforms/Makefile.am
index 589eb6e..0838aea 100644
--- a/platforms/Makefile.am
+++ b/platforms/Makefile.am
@@ -8,7 +8,9 @@ SUBDIRS = \
menlow-lpia-ubuntu-hardy \
menlow-lpia-ubuntu-hardy-ppa \
menlow-lpia-ubuntu-hardy-ppa-snapshot \
- menlow-lpia-ubuntu-hardy-jax10-snapshot1
+ menlow-lpia-ubuntu-hardy-jax10-snapshot1 \
+ menlow-lpia-moblin2 \
+ netbook-lpia-moblin2
debootstrap_scriptdir = ${pkgdatadir}/debootstrap-scripts
debootstrap_script_DATA = \
diff --git a/platforms/platforms.cfg b/platforms/platforms.cfg
index 4c43ca6..da609e0 100644
--- a/platforms/platforms.cfg
+++ b/platforms/platforms.cfg
@@ -47,3 +47,14 @@ target_os = ubuntu
description = [BETA] McCaslin on LPIA architecture (e.g. Samsung Q1 Ultra)
using Fedora
package_manager = yum
target_os = fedora
+
+[netbook-lpia-moblin2]
+description = [BETA] Netbook on LPIA architecture (e.g. Eeeepc) using moblin2
+package_manager = yum
+target_os = moblin2
+
+[menlow-lpia-moblin2]
+description = [BETA] Menlow on LPIA architecture (Crown Beach) using moblin2
+package_manager = yum
+target_os = moblin2
+
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits