summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-09-21 21:03:12 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-09-21 21:03:12 -0600
commit9f88f931e15b77c202eadc19e7eb7aaa0a39169c (patch)
tree0ca3045e4842610c1d6dc251752b1daa5da9e1c0
parentf8529d533d1b36d5314053f979c73c83c1b81e7c (diff)
change to v3 format
-rw-r--r--hwpacks/linaro-panda89
1 files changed, 48 insertions, 41 deletions
diff --git a/hwpacks/linaro-panda b/hwpacks/linaro-panda
index da9f8fa..2692670 100644
--- a/hwpacks/linaro-panda
+++ b/hwpacks/linaro-panda
@@ -1,41 +1,48 @@
-[hwpack]
-format=2.0
-name=linaro-panda
-architectures=armhf
-origin=Linaro
-maintainer=Linaro Platform <linaro-dev@lists.linaro.org>
-support=supported
-packages=linux-image-linaro-omap
-assume-installed=linaro-headless
-mmc_id=0:1
-u_boot_package=u-boot-linaro-omap4-panda
-u_boot_file=usr/lib/u-boot/omap4_panda/u-boot.img
-u_boot_in_boot_part=Yes
-spl_package=u-boot-linaro-omap4-panda
-spl_file=usr/lib/u-boot/omap4_panda/MLO
-spl_in_boot_part=Yes
-kernel_addr=0x80200000
-initrd_addr=0x81600000
-load_addr=0x80008000
-dtb_addr=0x815f0000
-wired_interfaces=eth0
-partition_layout=bootfs_rootfs
-kernel_file=boot/vmlinuz-*-linaro-omap
-initrd_file=boot/initrd.img-*-linaro-omap
-dtb_file=boot/dt-*-linaro-omap/omap4-panda.dtb
-serial_tty=ttyO2
-extra_serial_options=console=tty0 console=ttyO2,115200n8
-extra_boot_options=earlyprintk fixrtc nocompcache vram=48M omapfb.vram=0:24M mem=456M@0x80000000 mem=512M@0xA0000000
-boot_script=boot.scr
-
-[ubuntu]
-sources-entry=http://ports.ubuntu.com/ubuntu-ports/ precise main universe
-
-[updates]
-sources-entry=http://ports.ubuntu.com/ubuntu-ports precise-updates main universe
-
-[security]
-sources-entry=http://ports.ubuntu.com/ubuntu-ports precise-security main universe
-
-[linaro]
-sources-entry=http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu precise main
+name: linaro-panda
+origin: Linaro
+format: '3.0'
+boot_script: boot.scr
+kernel_addr: '0x80200000'
+kernel_file: boot/vmlinuz-*-linaro-omap
+initrd_addr: '0x81600000'
+initrd_file: boot/initrd.img-*-linaro-omap
+dtb_addr: '0x815f0000'
+dtb_file: boot/dt-*-linaro-omap/omap4-panda.dtb
+load_addr: '0x80008000'
+maintainer: Linaro Platform <linaro-dev@lists.linaro.org>
+serial_tty: ttyO2
+support: supported
+partition_layout: bootfs_rootfs
+mmc_id: 0:1
+architectures:
+- armhf
+assume_installed:
+- linaro-headless
+extra_serial_options:
+- console=tty0
+- console=ttyO2,115200n8
+packages:
+- linux-image-linaro-omap
+wired_interfaces:
+- eth0
+sources:
+ linaro: http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu precise main
+ security: http://ports.ubuntu.com/ubuntu-ports precise-security main universe
+ ubuntu: http://ports.ubuntu.com/ubuntu-ports precise main universe
+ updates: http://ports.ubuntu.com/ubuntu-ports precise-updates main universe
+bootloaders:
+ u_boot:
+ extra_boot_options:
+ - earlyprintk
+ - fixrtc
+ - nocompcache
+ - vram=48M
+ - omapfb.vram=0:24M
+ - mem=456M@0x80000000
+ - mem=512M@0xA0000000
+ package: u-boot-linaro-omap4-panda
+ file: usr/lib/u-boot/omap4_panda/u-boot.img
+ in_boot_part: true
+ spl_package: u-boot-linaro-omap4-panda
+ spl_file: usr/lib/u-boot/omap4_panda/MLO
+ spl_in_boot_part: true