summaryrefslogtreecommitdiffstats
path: root/scripts/envsetup.sh
AgeCommit message (Expand)AuthorFilesLines
2016-07-05new configuration templates based on fragmentsStephane Desneux1-202/+77
2016-05-02Add DragonBoard-410c as target boardKotaro Hashimoto1-0/+97
2016-05-01Add raspberrypi 2 and 3Jan-Simon Möller1-0/+4
2016-05-01Introduce TI DRA7 vayu and cleanup template filesJan-Simon Möller1-2/+14
2016-04-28scripts: fix regression on reuse of shell environment variablesYannick Gicquel1-5/+5
2016-04-09Add machine porter-nogfxJan-Simon Möller1-0/+7
2016-02-19Allow alias names in envsetup.sh - here for minnowboardJan-Simon Möller1-4/+12
2016-02-09Add wandboard as target boardJan-Simon Möller1-5/+7
2016-02-08Fix error by envsetup.sh when reuse a terminalTadao Tanikawa1-0/+1
2016-01-20Provide template configuration for each machine or boardTadao Tanikawa1-12/+21
2016-01-15Support MinnowBoard MAXTadao Tanikawa1-0/+4
2015-12-05Bugfix for envsetup.sh script.Jan-Simon Möller1-2/+2
2015-10-06Improve instructions to build AGL DistributionTadao Tanikawa1-0/+64
#008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

PACKAGE_ARCH = "${MACHINE_ARCH}"

WESTON_DISPLAYS_append = "${@bb.utils.contains("DISTRO_FEATURES", "weston-remoting", " remote-output", "", d)}"
WESTON_DISPLAYS_append = "${@bb.utils.contains("AGL_FEATURES", "waltham-remoting", " transmitter-output", "", d)}"

# For virtual machines and intel-corei7-64 we want to support both the HDMI-A-1
# and Virtual-1 outputs. This allows us to run virtual images on real hardware
# and vice versa.
WESTON_DISPLAYS_append_qemuall = " virtual-270"
WESTON_DISPLAYS_append_intel-corei7-64 = " virtual-270"