summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-cloudproxy
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2017-12-01 16:39:28 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-10 12:31:04 +0000
commit4c7279c653f777f5fe98456a7e0cc4fa781bbd25 (patch)
treecd80741f4a5754626de9b278c930aa3537b4439b /templates/feature/agl-cloudproxy
parent376888887cb8ade94ceb4db0ac6cf80fb6cadb4a (diff)
recipes-platform: packagegroups: add agl-service-unicens to section MOST_HVAC_append
This patch is needed to have agl-service-unicens compiled with the agl-demo-platform Change-Id: I67e443e1cd99e3100eb34f25aaa469f308389c66 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Diffstat (limited to 'templates/feature/agl-cloudproxy')
0 files changed, 0 insertions, 0 deletions
light .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .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 */
FILESEXTRAPATHS_prepend_raspberrypi4 := "${THISDIR}/u-boot-2019.07:"
UBOOT_RPI4_SUPPORT_PATCHES = " \
    file://0001-configs-rpi4-Add-defconfigs-for-rpi4-32-64.patch \
    file://0002-ARM-bcm283x-Add-BCM283x_BASE-define.patch \
    file://0003-arm-mach-bcm283x-Define-configs-for-RaspberryPi-4.patch \
    file://0004-rpi-Add-entry-for-Raspberry-Pi-4-model-B.patch \
    file://0005-arm-bcm283x-Include-definition-for-additional-emmc-c.patch \
    file://0006-mmc-bcm2835_sdhci-Add-support-for-bcm2711-device.patch \
    file://0007-rpi-Add-memory-map-for-bcm2838.patch \
"

SRC_URI_append_raspberrypi4 = "${UBOOT_RPI4_SUPPORT_PATCHES}"