Whamcloud - gitweb
LU-16976 ldiskfs: add support for openEuler 22.03 SP2
[fs/lustre-release.git] / contrib / lbuild / lbuild-oe2203
deleted file mode 100644 (file)
index 1f4dc54947c70f89173ffed7e60740888e7d6541..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,39 +0,0 @@
-source ${LBUILD_DIR}/lbuild-rhel
-
-# increment this if you have made a change that should force a new kernel
-# to build built
-BUILD_GEN+=".0"
-
-SPEC_NAME="kernel.spec"
-DEVEL_PATH_ARCH_DELIMETER="."
-USE_KABI=false
-RPM_HELPERS_DIR="/usr/lib/rpm/openEuler"
-# Pkg which contains ext4 source code
-KERNEL_DEBUGINFO="kernel-debugsource-${lnxmaj}-${lnxrel}.${TARGET_ARCH}.rpm"
-
-# force local definition of %dist into ~/.rpmmacros
-# to avoid verbose extended strings like ".el9.centos"
-# in kernel version and rpm names
-#
-RMAC=$HOME/.rpmmacros
-grep '^%dist' $RMAC &> /dev/null || echo '%dist .oe2203' >> $RMAC
-
-unpack_linux_devel_rpm-oe2203() {
-       local callers_rpm="$1"
-
-       unpack_linux_devel_rpm-rhel "$callers_rpm"
-}
-
-find_linux_rpm-oe2203() {
-       local prefix="$1"
-       local wanted_kernel="$2"
-       local pathtorpms=${3:-"$KERNELRPMSBASE/$lnxmaj/$DISTROMAJ/$TARGET_ARCH"}
-
-       find_linux_rpm-rhel "$prefix" "$wanted_kernel" "$pathtorpms"
-}
-
-kernel_debuginfo_location() {
-       local base_os="https://repo.openeuler.org/openEuler-22.03-LTS"
-
-       echo "$base_os/update/$TARGET_ARCH/Packages/"
-}
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..4f83bd2f913e0b051d10c45ed32b33bc26071cb7
--- /dev/null
@@ -0,0 +1 @@
+lbuild-openeuler
\ No newline at end of file