summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r--meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/files/remove-redundant-yyloc-global.patch27
-rw-r--r--meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2020.01.bbappend3
2 files changed, 30 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/files/remove-redundant-yyloc-global.patch b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/files/remove-redundant-yyloc-global.patch
new file mode 100644
index 000000000..2a184e57e
--- /dev/null
+++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/files/remove-redundant-yyloc-global.patch
@@ -0,0 +1,27 @@
+From 018921ee79d3f30893614b3b2b63b588d8544f73 Mon Sep 17 00:00:00 2001
+From: Peter Robinson <pbrobinson@gmail.com>
+Date: Thu, 30 Jan 2020 09:37:15 +0000
+Subject: [PATCH] Remove redundant YYLOC global declaration
+
+Same as the upstream fix for building d
{
    "roles":[
    {
        "category": "homescreen",
        "role": "homescreen",
        "area": "fullscreen",
        "layer": "homescreen",
    },
    {
        "category": "map",
        "role": "navigation",
        "area": "normal.full | split.main",
        "layer": "apps",
    },
    {
        "category": "general",
        "role": "launcher | poi | browser | sdl | mixer | radio | hvac | debug | phone | fallback",
        "area": "normal.full",
        "description": "For split test, video and music are moved to category:splitable",
        "layer": "apps",
    },
    {
        "category": "system",
        "role": "settings | dashboard",
        "area": "normal.full",
        "layer": "apps",
    },
    {
        "category": "splitable",
        "role": "video | music",
        "area": "normal.full | split.main | split.sub",
        "description": "For split test, video and music are included here",
        "layer": "apps",
    },
    {
        "category": "software_keyboard",
        "role": "software_keyboard",
        "area": "software_keyboard",
        "layer": "near_homescreen",
    },
    {
        "category": "restriction",
        "role": "restriction",
        "area": "restriction.normal | restriction.split.main | restriction.split.sub",
        "layer": "restriction",
    },
    {
        "category": "pop_up",
        "role": "on_screen | on_screen_phone",
        "area": "on_screen",
        "layer": "on_screen",
    },
    {
        "category": "system_alert",
        "role": "system_alert",
        "area": "on_screen",
        "layer": "on_screen",
    }
    ]
}