[1/2] arm-bsp/linux-yocto: move 5.4 kernel recipe to meta-gem5

Message ID 20220523143846.2645047-1-ross.burton@arm.com
State New
Headers show
Series [1/2] arm-bsp/linux-yocto: move 5.4 kernel recipe to meta-gem5 | expand

Commit Message

Ross Burton May 23, 2022, 2:38 p.m. UTC
The only user of the old 5.4 kernel is meta-gem5, so move it into that
layer to keep it separate.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-kernel/linux/linux-yocto_5.4.bb                       | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {meta-arm-bsp => meta-gem5}/recipes-kernel/linux/linux-yocto_5.4.bb (100%)

Comments

Jon Mason May 24, 2022, 3:39 p.m. UTC | #1
On Mon, 23 May 2022 15:38:45 +0100, Ross Burton wrote:
> The only user of the old 5.4 kernel is meta-gem5, so move it into that
> layer to keep it separate.

Applied, thanks!

[1/2] arm-bsp/linux-yocto: move 5.4 kernel recipe to meta-gem5
      commit: f41c961992275fe5250d655f05848e5e926ce526
[2/2] arm-toolchain/layer.conf: remove BB_DANGLINGAPPENDS_WARNONLY
      commit: 232dc039d09267e6d27e60931d0355d308bdbbf4

Best regards,

Patch

diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.4.bb b/meta-gem5/recipes-kernel/linux/linux-yocto_5.4.bb
similarity index 100%
rename from meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.4.bb
rename to meta-gem5/recipes-kernel/linux/linux-yocto_5.4.bb