From 653f907cc45038199bdfe0b13bea08dbddf4d88d Mon Sep 17 00:00:00 2001
From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Date: Fri, 15 Oct 2021 21:09:48 +0200
Subject: [PATCH] sysota: move to recipes-core

The recipes-ota directory was an earlier attempt to package ota as well
as the set of Go dependencies that turned out to be impossible to
package at the time, due to go-mod.bbclass changes they would require.

Since it's just one package, move it to recipes-core, next to rauc
overrides.

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
---
 .../sysota/files/raspberrypi4/sysotad.conf                        | 0
 .../{recipes-ota => recipes-core}/sysota/files/sysotad.conf       | 0
 .../{recipes-ota => recipes-core}/sysota/sysota_git.bb            | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oniro-core/{recipes-ota => recipes-core}/sysota/files/raspberrypi4/sysotad.conf (100%)
 rename meta-oniro-core/{recipes-ota => recipes-core}/sysota/files/sysotad.conf (100%)
 rename meta-oniro-core/{recipes-ota => recipes-core}/sysota/sysota_git.bb (100%)

diff --git a/meta-oniro-core/recipes-ota/sysota/files/raspberrypi4/sysotad.conf b/meta-oniro-core/recipes-core/sysota/files/raspberrypi4/sysotad.conf
similarity index 100%
rename from meta-oniro-core/recipes-ota/sysota/files/raspberrypi4/sysotad.conf
rename to meta-oniro-core/recipes-core/sysota/files/raspberrypi4/sysotad.conf
diff --git a/meta-oniro-core/recipes-ota/sysota/files/sysotad.conf b/meta-oniro-core/recipes-core/sysota/files/sysotad.conf
similarity index 100%
rename from meta-oniro-core/recipes-ota/sysota/files/sysotad.conf
rename to meta-oniro-core/recipes-core/sysota/files/sysotad.conf
diff --git a/meta-oniro-core/recipes-ota/sysota/sysota_git.bb b/meta-oniro-core/recipes-core/sysota/sysota_git.bb
similarity index 100%
rename from meta-oniro-core/recipes-ota/sysota/sysota_git.bb
rename to meta-oniro-core/recipes-core/sysota/sysota_git.bb
-- 
GitLab