summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README92
1 files changed, 92 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6912b73
--- /dev/null
+++ b/README
@@ -0,0 +1,92 @@
+===============================================================================
+Type: BSP
+Version: master
+Release Date: N/A
+Yocto Project Compatible: Yes
+Processor Family: ARM
+===============================================================================
+
+This README file contains information about 'meta-isee-ti' Yocto layer.
+Please see the corresponding sections below for details.
+
+Dependencies
+============
+
+This layer depends on:
+ URI: git://git.yoctoproject.org/poky
+ branch: master
+
+and
+
+ URI: git://git.yoctoproject.org/meta-ti
+ branch: master
+
+and
+
+ URI: git://git.isee.biz/pub/scm/meta-isee-ti.git
+ branch: master
+
+and (optional demo rootfs)
+
+ URI: git://git.isee.biz/pub/scm/meta-isee.git
+ branch: master
+
+
+Patches
+=======
+
+Please to submit any patches against this layer send email to ISEE support:
+
+ ISEE Support <support [at] isee.biz>
+
+Table of Contents
+=================
+
+ I. Board Support Package (BSP)
+II. Building the 'meta-isee-ti' layer
+
+
+I. Board Support Package (BSP)
+=========================================
+
+This is BSP (Boards Support Package) OFFICIAL ISEE Yocto Layer for
+ISEE IGEP boards based on TI processors.
+
+II. Building the 'meta-isee-ti' layer
+=========================================
+
+In order to build an full image with BSP support for a given release,
+you need to download the corresponding Poky Distro Yocto environment.
+
+ git://git.yoctoproject.org/poky
+
+Having done that, and assuming you downloaded the BSP contents
+into the top-level directory of your poky yocto tree. Then you can build
+image by adding top level 'meta-isee' BSP ISEE Yocto layer, this
+'meta-isee-ti' layer to 'build/conf/bblayers.conf' config file, and
+'meta-ti' TI Yocto layer e.g.:
+
+ poky/meta-isee \
+ poky/meta-isee-ti \
+ poky/meta-ti \
+
+To select which machines are built, add to 'build/conf/local.conf:
+
+ o Machine configuration for the IGEP COM AQUILA AM335x Processor Board
+
+ MACHINE ?= "igep0033"
+
+ o Machine configuration for the IGEP SMARC AM335x Processor Board
+
+ MACHINE ?= "igep0034"
+
+Then, you should be able to build an IGEP image as such:
+
+ ~/yocto$ source oe-init-build-env ../build
+
+and run
+
+ ~/build$ bitbake core-image-minimal
+
+At the end of a successful build, you should have a image that
+you can boot a micro-SD card.