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
hlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #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 */ }
# Disable the amqp transport, due to linking error in meta-iot repository for amqp
# symbols from amqp code are not included in the libiothub_client.so

# NOTE: amqp is not used by AGL in IoT context at the moment
PACKAGECONFIG_remove = "amqp"