From a4e919b793e397ba859a082c10bdb097ca1b8946 Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Fri, 29 Mar 2013 16:26:38 -0700 Subject: [PATCH] Add a first run at an arm image as a starting point --- configurations.yaml | 14 +++---- custom/part/ivi-panda | 3 ++ ivi/{ivi-2.0-panda.yaml => ivi-2.0alpha-ia32.yaml} | 2 +- panda/ivi-2.0-panda.yaml | 44 ++++++++++++++++++++++ 4 files changed, 55 insertions(+), 8 deletions(-) create mode 100755 custom/part/ivi-panda rename ivi/{ivi-2.0-panda.yaml => ivi-2.0alpha-ia32.yaml} (96%) create mode 100755 panda/ivi-2.0-panda.yaml diff --git a/configurations.yaml b/configurations.yaml index bb9d8a9..37dc406 100755 --- a/configurations.yaml +++ b/configurations.yaml @@ -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 index 0000000..6b83ee9 --- /dev/null +++ b/custom/part/ivi-panda @@ -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 diff --git a/ivi/ivi-2.0-panda.yaml b/ivi/ivi-2.0alpha-ia32.yaml similarity index 96% rename from ivi/ivi-2.0-panda.yaml rename to ivi/ivi-2.0alpha-ia32.yaml index f082fcf..1bff1aa 100755 --- a/ivi/ivi-2.0-panda.yaml +++ b/ivi/ivi-2.0alpha-ia32.yaml @@ -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 index 0000000..8d5c76c --- /dev/null +++ b/panda/ivi-2.0-panda.yaml @@ -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 -- 2.7.4