From 3d7e3250574c95497418b67f410178f5a62f2195 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 15 Aug 2013 22:17:13 +0300 Subject: Add initial AA9 hardware pack Signed-off-by: Fathi Boudra --- hwpacks/linaro-lt-aa9 | 37 +++++++++++++++++++++++++++++++++++++ project | 11 +++++++++++ 2 files changed, 48 insertions(+) create mode 100644 hwpacks/linaro-lt-aa9 create mode 100644 project diff --git a/hwpacks/linaro-lt-aa9 b/hwpacks/linaro-lt-aa9 new file mode 100644 index 0000000..57dff9e --- /dev/null +++ b/hwpacks/linaro-lt-aa9 @@ -0,0 +1,37 @@ +format: '3.0' +name: linaro-lt-aa9 +architectures: +- armhf +origin: Linaro +maintainer: Linaro Platform +support: supported +bootloaders: + u_boot: + file: usr/lib/u-boot/mb8ac0300eb/u-boot.bin + in_boot_part: true + package: u-boot-linaro-lt-aa9 +serial_tty: ttyS0 +kernel_addr: '0x40000000' +initrd_addr: '0x41100000' +load_addr: '0x40008000' +dtb_addr: '0x41000000' +partition_layout: bootfs_rootfs +mmc_id: '0:1' +kernel_file: boot/vmlinuz-* +initrd_file: boot/initrd.img-* +dtb_file: lib/firmware/*/device-tree/mb8ac0300eb.dtb +boot_script: boot.scr +extra_serial_options: +- console=ttyS0,115200n8 +assume_installed: +- linaro-headless +packages: +- linux-image-3.11.0-rc5 +- linux-headers-3.11.0-rc5 +- uboot-mkimage +wired_interfaces: +- eth0 +sources: + linaro: http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu raring main + ubuntu: http://ports.ubuntu.com/ubuntu-ports raring main universe + repo: http://repo.linaro.org/private/lt-fujitsu raring main diff --git a/project b/project new file mode 100644 index 0000000..9e4b12a --- /dev/null +++ b/project @@ -0,0 +1,11 @@ +# config/project - OEM Services: project and hook options. + +# IBS_BUILDTOOL - Set build tool to use to build project (mic or lh). +IBS_BUILDTOOL="hwpack" + +# IBS_BUILDTOOL_VERSION - Set build tool version to use. +#IBS_BUILDTOOL_VERSION="2.0~a10.1-1ubuntu1~linaro*" + +# BCCTREPORT - Enable or disable the bcct report for project builds (enabled or +# disabled). +BCCTREPORT="disable" -- cgit v1.2.1