Add a first run at an arm image as a starting point accepted/2.0alpha/20130329.225620 submit/2.0alpha/20130329.232642
authorGraydon, Tracy <tracy.graydon@intel.com>
Fri, 29 Mar 2013 23:26:38 +0000 (16:26 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Fri, 29 Mar 2013 23:26:38 +0000 (16:26 -0700)
configurations.yaml
custom/part/ivi-panda [new file with mode: 0755]
ivi/ivi-2.0alpha-ia32.yaml [moved from ivi/ivi-2.0-panda.yaml with 96% similarity]
panda/ivi-2.0-panda.yaml [new file with mode: 0755]

index bb9d8a9..37dc406 100755 (executable)
@@ -1,5 +1,6 @@
 ExternalConfigs:
   - ivi
+  - panda
 
 Default:
     Baseline: tizen-0.0
@@ -7,7 +8,7 @@ Default:
     Active: True
     Language: en_US.UTF-8
     Keyboard: us
-    SaveRepos:  True
+    SaveRepos: False
     Timezone: America/Los_Angeles
     RootPass: tizen
     DefaultUser: tizen
@@ -22,7 +23,6 @@ IVI:
     BootloaderAppend: "rootwait rootfstype=ext4 quiet"
     BootloaderTimeout: 0
     BootloaderOptions: "--ptable=gpt"
-    SaveRepos: False
     StartX: False
     Architecture: ia32
     Desktop: None
@@ -33,15 +33,15 @@ IVI:
     NoChrootScripts:
         - buildname
 
-IVI-DEVEL:
-    PartSize: 3000
+
+PANDA:
+    Part: ivi-panda
     Bootloader: True
-    BootloaderAppend: "rootwait rootfstype=ext4"
+    BootloaderAppend: "rootwait rootfstype=ext4 quiet"
     BootloaderTimeout: 0
     BootloaderOptions: "--ptable=gpt"
-    SaveRepos: False
     StartX: False
-    Architecture: ia32
+    Architecture: armv7l
     Desktop: None
     Mic2Options: -f raw --copy-kernel --compress-disk-image=bz2 --generate-bmap
     Repos:
diff --git a/custom/part/ivi-panda b/custom/part/ivi-panda
new file mode 100755 (executable)
index 0000000..6b83ee9
--- /dev/null
@@ -0,0 +1,3 @@
+part /boot --size 64 --ondisk sdb --fstype=ext4 --label boot --active --align 1024
+part /opt --size 676 --ondisk sdb --fstype=ext4 --label opt --align 1024
+part / --size 3072 --ondisk sdb --fstype=ext4 --label platform --align 1024
similarity index 96%
rename from ivi/ivi-2.0-panda.yaml
rename to ivi/ivi-2.0alpha-ia32.yaml
index f082fcf..1bff1aa 100755 (executable)
@@ -4,7 +4,7 @@ Active: True
 Platform: IVI
 Part: tizen-ivi
 Kernel: kernel-x86-ivi
-FileName: ivi-2.0-alpha-panda
+FileName: ivi-2.0alpha-ia32
 Groups:
     - common
     - appscommon
diff --git a/panda/ivi-2.0-panda.yaml b/panda/ivi-2.0-panda.yaml
new file mode 100755 (executable)
index 0000000..8d5c76c
--- /dev/null
@@ -0,0 +1,44 @@
+Name: Tizen IVI Panda 2.0 Alpha
+Schedule: "*"
+Active: True
+Platform: IVI
+Part: ivi-panda
+Kernel: kernel-x86-ivi
+FileName: ivi-2.0alpha-panda
+Groups:
+    - common
+    - appscommon
+    - appstargetsdk
+    - trats
+    - pinetrail-support
+ExtraPackages:
+    - ivi-repos-auto
+RemovePackages:
+    - opengl-es
+PrePackages:
+    - eglibc
+    - systemd
+    - busybox
+    - libacl
+    - libcap
+    - dbus-libs
+    - libgcc
+    - libudev
+    - libattr
+    - default-files-slp
+    - openssl
+    - libprivilege-control
+    - libprivilege-control-conf
+    - security-server
+    - libdlog
+    - libsecurity-server-client
+    - sqlite
+    - tzdata-slp
+    - vconf
+    - tizen-coreutils
+PostScripts:
+    - ivi-2.0-symlinks
+    - inittab
+    - usb-networking
+    - symlink-root
+    - boot-into-ui