Browse Source

meta-starfive: Remove dependency on meta-riscv

Signed-off-by: Jun Yuan Tan <junyuan.tan@starfivetech.com>
Jun Yuan Tan 5 months ago
parent
commit
fb3a3ff8ee
4 changed files with 1 additions and 5 deletions
  1. 1 1
      README.md
  2. 0 1
      recipes-kernel/linux/linux-mainline_%.bbappend
  3. 0 1
      setup.sh
  4. 0 2
      tools/manifests/starfive.xml

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # StarFive Linux Software Development Kit (SDK)
 
 The StarFive Dubhe Linux SDK is based on Yocto Project. It enables the creation of Linux distributions for any embedded project, as well as easy migration from a different architecture platform. 
-The meta-starfive layer is built on top of meta-riscv to provide additional modifications such as Linux Kernel, and toolchains like GCC and LLVM.
+The meta-starfive layer provides additional modifications such as Linux Kernel, and toolchains like GCC and LLVM.
 
 
 ## Supported Features

+ 0 - 1
recipes-kernel/linux/linux-mainline_%.bbappend

@@ -1 +0,0 @@
-SRCPV = ""

+ 0 - 1
setup.sh

@@ -51,7 +51,6 @@ bitbake-layers add-layer ../meta-openembedded/meta-networking
 bitbake-layers add-layer ../meta-openembedded/meta-gnome
 bitbake-layers add-layer ../meta-openembedded/meta-xfce
 bitbake-layers add-layer ../meta-openembedded/meta-webserver
-bitbake-layers add-layer ../meta-riscv
 bitbake-layers add-layer ../meta-starfive
 bitbake-layers add-layer ../meta-clang
 

+ 0 - 2
tools/manifests/starfive.xml

@@ -2,13 +2,11 @@
 
 <manifest>
   <remote name="openembedded" fetch="https://github.com/openembedded/" />
-  <remote name="riscv" fetch="https://github.com/riscv/" />
   <default remote="openembedded" revision="master" />
   <remote name="starfive" fetch="https://github.com/starfive-tech" />
   <remote name="kraj" fetch="https://github.com/kraj" />
   <remote name="yoctoproject" fetch="https://github.com/yoctoproject" />
 
-  <project name="meta-riscv" remote="riscv" path="meta-riscv" revision="kirkstone" />
   <project name="meta-openembedded" remote="openembedded" path="meta-openembedded" revision="kirkstone" />
   <project name="meta-starfive" remote="starfive" path="meta-starfive" revision="starfive-kirkstone" />
   <project name="meta-clang" remote="kraj" path="meta-clang" revision="kirkstone" />