From: Nikhil Devshatwar <nikhil.nd@ti.com>
To: <praneeth@ti.com>, <denis@denix.org>, <yogeshs@ti.com>
Cc: meta-arago@arago-project.org
Subject: [dunfell/master 1/2] recipes-tisdk: tisdk-makefile: Remove Jailhouse snippet
Date: Wed, 16 Jun 2021 18:50:23 +0530 [thread overview]
Message-ID: <20210616132024.29566-2-nikhil.nd@ti.com> (raw)
In-Reply-To: <20210616132024.29566-1-nikhil.nd@ti.com>
Jailhouse support is dropped for K3 platforms. This will not be
packaged in the SDK any more. Drop the Makefile snippet for Jailhouse.
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
.../ti-tisdk-makefile/Makefile_jailhouse | 44 -------------------
1 file changed, 44 deletions(-)
delete mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_jailhouse
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_jailhouse b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_jailhouse
deleted file mode 100644
index 8e70fd9d..00000000
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_jailhouse
+++ /dev/null
@@ -1,44 +0,0 @@
-# jailhouse module
-JH_ARCH = "__KERNEL_ARCH__"
-JH_PLATFORM = "__JH_PLATFORM__"
-
-jailhouse_config:
- @echo =====================================
- @echo Configuring jailhouse
- @echo =====================================
- @cd board-support/extra-drivers; \
- cd `find . -maxdepth 1 -name "jailhouse*" -type d`; \
- echo "#define CONFIG_TRACE_ERROR 1" >> include/jailhouse/config.h
-
-jailhouse: linux jailhouse_config
- @echo =====================================
- @echo Building jailhouse
- @echo =====================================
- @cd board-support/extra-drivers; \
- cd `find . -maxdepth 1 -name "jailhouse*" -type d`; \
- make ARCH=$(JH_ARCH) KDIR=${LINUXKERNEL_INSTALL_DIR}
-
-jailhouse_clean:
- @echo =====================================
- @echo Cleaning jailhouse
- @echo =====================================
- @cd board-support/extra-drivers; \
- cd `find . -maxdepth 1 -name "jailhouse*" -type d`; \
- make ARCH=$(JH_ARCH) KDIR=${LINUXKERNEL_INSTALL_DIR} clean
-
-jailhouse_distclean: jailhouse_clean
- @echo =====================================
- @echo Distclean jailhouse
- @echo =====================================
- @cd board-support/extra-drivers; \
- cd `find . -maxdepth 1 -name "jailhouse*" -type d`; \
- rm -vf ./hypervisor/include/jailhouse/config.h
-
-jailhouse_install:
- @echo ================================
- @echo Installing jailhouse
- @echo ================================
- @cd board-support/extra-drivers; \
- cd `find . -maxdepth 1 -name "jailhouse*" -type d`; \
- make ARCH=$(JH_ARCH) KDIR=${LINUXKERNEL_INSTALL_DIR} DESTDIR=$(DESTDIR) INSTALL_MOD_STRIP=$(INSTALL_MOD_STRIP) prefix=/usr install
-
--
2.17.1
next prev parent reply other threads:[~2021-06-16 13:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-16 13:20 [dunfell/master 0/2] Remove Jailhouse support Nikhil Devshatwar
2021-06-16 13:20 ` Nikhil Devshatwar [this message]
2021-06-16 13:20 ` [dunfell/master 2/2] conf: arago: Remove jailhouse references Nikhil Devshatwar
2021-06-22 8:41 ` [dunfell/master 0/2] Remove Jailhouse support Nikhil Devshatwar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210616132024.29566-2-nikhil.nd@ti.com \
--to=nikhil.nd@ti.com \
--cc=denis@denix.org \
--cc=meta-arago@arago-project.org \
--cc=praneeth@ti.com \
--cc=yogeshs@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.