summaryrefslogtreecommitdiffstats
path: root/templates/machines/bbe.jinja2
blob: c9424786a3e8932bd5f2e1f887a6308618aef2d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{%- extends 'boot/generic-uboot-tftp.jinja2' %}
{%- set device_arch = "arm" %}
{%- set sdk_arch = "arm" %}
{%- set device_mach = "omap" %}
{%- set device_type = "am335x-sancloud-bbe" %}
{%- set dtb = dtb|default("am335x-sancloud-bbe.dtb") %}
{%- set kernel_image = kernel_image|default("zImage") %}
{%- set rootfs_type = rootfs_type|default("nbd") %}
{%- set uboot_type = "bootz" %}
{%- if (build_type == 'daily') or (build_type == 'release') or (build_type == 'snapshot') or (build_type == 'prerelease') %}
	{%- set rfs_image = rfs_image|default("agl-demo-platform-crosssdk-bbe.ext4.xz") %}
{%- else %}
	{%- set rfs_image = rfs_image|default("agl-demo-platform-bbe.ext4.xz") %}
{% endif %}
"1.0+git${SRCPV}" S = "${WORKDIR}/git" B = "${WORKDIR}/build" SRC_URI = " \ git://github.com/AGL-web-applications/webapp-samples.git;protocol=https;branch=master \ file://${APPINFO_FILE} \ " SRCREV = "b24a62cc524bdec98a61acc03fc53cbab24c1571" WAM_APPLICATIONS_DIR="${libdir}/wam_apps" do_install() { install -d ${D}${WAM_APPLICATIONS_DIR}/${PN} install ${WORKDIR}/${APPINFO_FILE} ${D}${WAM_APPLICATIONS_DIR}/${PN}/appinfo.json } FILES:${PN} = " \ ${WAM_APPLICATIONS_DIR}/${PN} \ "