Skip to content
Snippets Groups Projects
Commit 2b1633c4 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

linux-asos: Project rename


Followed up the project rename in the unified linux tree recipe.
Remaining change is the rename of the branch in the kernel repo and the
follow up change here.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent 86b2d33a
No related branches found
No related tags found
No related merge requests found
...@@ -28,10 +28,10 @@ IMAGE_FEATURES_remove = " nfs-server nfs-client nfs-utils" ...@@ -28,10 +28,10 @@ IMAGE_FEATURES_remove = " nfs-server nfs-client nfs-utils"
DISTRO_EXTRA_RDEPENDS_remove = " packagegroup-core-device-devel" DISTRO_EXTRA_RDEPENDS_remove = " packagegroup-core-device-devel"
PREFERRED_VERSION_linux-yocto = "5.10%" PREFERRED_VERSION_linux-yocto = "5.10%"
PREFERRED_PROVIDER_virtual/kernel_qemuarm = "linux-asos" PREFERRED_PROVIDER_virtual/kernel_qemuarm = "linux-oniro"
PREFERRED_PROVIDER_virtual/kernel_qemuarm64 = "linux-asos" PREFERRED_PROVIDER_virtual/kernel_qemuarm64 = "linux-oniro"
PREFERRED_PROVIDER_virtual/kernel_qemux86 = "linux-asos" PREFERRED_PROVIDER_virtual/kernel_qemux86 = "linux-oniro"
PREFERRED_PROVIDER_virtual/kernel_qemux86-64 = "linux-asos" PREFERRED_PROVIDER_virtual/kernel_qemux86-64 = "linux-oniro"
# Default to enabling serial debug console on RaspberryPi # Default to enabling serial debug console on RaspberryPi
ENABLE_UART ?= "1" ENABLE_UART ?= "1"
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# FIXME RENAME branch name need to change in upstream repo
KBRANCH ?= "asos/v5.10/base" KBRANCH ?= "asos/v5.10/base"
KMETA = "kernel-meta" KMETA = "kernel-meta"
...@@ -17,7 +18,7 @@ SRCREV_meta ?= "3b283fa8d4068ff68457b93e07d321c6c06d37e0" ...@@ -17,7 +18,7 @@ SRCREV_meta ?= "3b283fa8d4068ff68457b93e07d321c6c06d37e0"
SRC_URI = "git://git.ostc-eu.org/OSTC/OHOS/components/kernel/linux.git;protocol=http;name=machine;branch=${KBRANCH}; \ SRC_URI = "git://git.ostc-eu.org/OSTC/OHOS/components/kernel/linux.git;protocol=http;name=machine;branch=${KBRANCH}; \
git://git.ostc-eu.org/OSTC/OHOS/components/kernel/linux-meta.git;type=kmeta;protocol=http;name=meta;branch=asos/v5.10;destsuffix=${KMETA}" git://git.ostc-eu.org/OSTC/OHOS/components/kernel/linux-meta.git;type=kmeta;protocol=http;name=meta;branch=asos/v5.10;destsuffix=${KMETA}"
require recipes-kernel/linux/linux-asos-tweaks-all.inc require recipes-kernel/linux/linux-oniro-tweaks-all.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
LINUX_VERSION ?= "5.10.61" LINUX_VERSION ?= "5.10.61"
...@@ -26,7 +27,7 @@ DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" ...@@ -26,7 +27,7 @@ DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
DEPENDS += "openssl-native util-linux-native gmp-native" DEPENDS += "openssl-native util-linux-native gmp-native"
PV = "${LINUX_VERSION}+git${SRCPV}" PV = "${LINUX_VERSION}+git${SRCPV}"
PROVIDES="linux-asos virtual/kernel" PROVIDES="linux-oniro virtual/kernel"
KCONF_BSP_AUDIT_LEVEL = "1" KCONF_BSP_AUDIT_LEVEL = "1"
......
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
require recipes-kernel/linux/linux-asos-tweaks-all.inc require recipes-kernel/linux/linux-oniro-tweaks-all.inc
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
require recipes-kernel/linux/linux-asos-tweaks-all.inc require recipes-kernel/linux/linux-oniro-tweaks-all.inc
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
require recipes-kernel/linux/linux-asos-tweaks-all.inc require recipes-kernel/linux/linux-oniro-tweaks-all.inc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment