summaryrefslogtreecommitdiffstats
path: root/recipes-core/psplash
AgeCommit message (Expand)AuthorFilesLines
2023-11-22KVM demo updatesScott Murray2-0/+22
2023-05-29Improvement to psplash recipe using service overrideNaoto Yamaguchi8-35/+16
2023-05-09Enable psplash in guest container using drm-leaseNaoto Yamaguchi5-0/+32
2022-07-06psplash-portrait-config: add recipeScott Murray2-0/+23
2021-08-20Convert to new override syntaxScott Murray1-3/+3
2020-12-17SPEC-3723: restructure meta-agl-demoJan-Simon Moeller5-0/+5455
ighlight .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 */
require conf/include/agl_rcar.inc
SOC_FAMILY = "r8a7796"
BOARD_NAME = "m3-salvator-x"

DTB_SUFFIX = "r8a7796-salvator-xs"

IMAGE_INSTALL:append:rcar-gen3 = " \
    kernel-module-vspmif \
"