summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-bsp/u-boot/u-boot-aspeed.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-bsp/u-boot/u-boot-aspeed.inc')
-rw-r--r--meta-phosphor/common/recipes-bsp/u-boot/u-boot-aspeed.inc23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-aspeed.inc b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-aspeed.inc
deleted file mode 100644
index 5286c1b0a..000000000
--- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-aspeed.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-inherit image_version
-
-SRC_URI_append_aspeed = " file://0001-configs-ast-Add-redundnant-env.patch"
-
-SRC_URI_append_aspeed_df-obmc-ubi-fs = " \
- file://0002-config-ast-common-hack-bootopts.patch \
- file://0003-config-ast-common-Add-bootopts-to-support-ubi-and-mt.patch \
- file://0004-config-ast-common-Add-conditional-factory-reset-comm.patch \
- file://0005-config-ast-common-Fall-back-to-secondary-flash-on-fa.patch \
- "
-
-do_patch[depends] += "os-release:do_populate_sysroot"
-
-python do_patch_append_aspeed_df-obmc-ubi-fs () {
- version_id=do_get_versionID(d)
- d.setVar('VERSION_ID', version_id)
- bb.build.exec_func("patch_kernelname", d)
-}
-
-patch_kernelname () {
- sed -ri "s/kernel-(0|[a-fA-F0-9]{8})/kernel-${VERSION_ID}/g" \
- ${S}/include/configs/ast-common.h &> /dev/null
-}