diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2018-07-30 21:42:54 +0900 |
---|---|---|
committer | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2018-07-31 12:39:02 +0900 |
commit | 5019540344d6b0f2341a32566401a5b2544e2e38 (patch) | |
tree | 99c0f95b2d724495d0876cd471b8c63f12ecb93f | |
parent | 1364f4e52d8eb3bfbea024a9621221a7e87bd23d (diff) |
[RCAR] Fixed revision value for R-Car.
The meta-rcar repository is published in github. However,
the commit ID doesn't be used manifest. To avoid
unexpected update after mastar branch is fix, the commit
ID should be specified.
Change-Id: I0d1d002eedeb00fdb19f75799e265736a9cf6202
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index 2f305a7e..8a760265 100644 --- a/default.xml +++ b/default.xml @@ -26,7 +26,7 @@ <!-- Renesas Gen3 specific things --> <project name="AGL/meta-renesas-rcar-gen3" path="meta-renesas-rcar-gen3"/> - <project name="CogentEmbedded/meta-rcar" path="meta-rcar" remote="github" revision="v3.7.0"/> + <project name="CogentEmbedded/meta-rcar" path="meta-rcar" remote="github" revision="a0551596548ef3a4c9132161f3d9c4ae538d6fdc" upstream="v3.7.0"/> <!-- Updater layers. --> <project name="advancedtelematic/meta-updater" path="meta-updater" remote="github" revision="ff555e8690eb47177ade42dc6912ae17a759cc45" upstream="rocko"/> |