Jailhouse support for K3 platforms is dropped. Remove the refences to Jailhouse and IVSHMEM in the arago conf files.
Signed-off-by: Nikhil Devshatwar <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 3 --- meta-arago-distro/conf/distro/include/arago-source-ipk.inc | 7 ------- 2 files changed, 10 deletions(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 206e65ef..508b636d 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -158,9 +158,6 @@ PACKAGECONFIG_append_pn-openssl = " cryptodev-linux" PACKAGECONFIG_remove_pn-alsa-plugins = "pulseaudio" RDEPENDS_pulseaudio-server_remove = "alsa-plugins-pulseaudio-conf" -# Configure RAMFS for jailhouse linux-demo -JH_RAMFS_IMAGE = "tisdk-tiny-image" - # Enable UI and scripting for perf PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui" diff --git a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc index 232cd4c3..d4122339 100644 --- a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc +++ b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc @@ -373,10 +373,6 @@ SRCIPK_INSTALL_DIR_pn-hplib-mod ?= "board-support/extra-drivers/${PN}-${PV}" CREATE_SRCIPK_pn-uio-module-drv ?= "1" SRCIPK_INSTALL_DIR_pn-uio-module-drv ?= "board-support/extra-drivers/${PN}-${PV}" -CREATE_SRCIPK_pn-ivshmem-uio-driver ?= "1" -SRCIPK_INSTALL_DIR_pn-ivshmem-uio-driver ?= "board-support/extra-drivers/${PN}-${PV}" -SRCIPK_PRESERVE_GIT_pn-ivshmem-uio-driver ?= "true" - CREATE_SRCIPK_pn-ipsecmgr-mod ?= "1" SRCIPK_INSTALL_DIR_pn-ipsecmgr-mod ?= "board-support/extra-drivers/${PN}-${PV}" @@ -397,6 +393,3 @@ SRCIPK_INSTALL_DIR_pn-vlib-c66x ?= "component-sources/vlib_c66x_${PV}" CREATE_SRCIPK_pn-big-data-ipc-demo-linux ?= "1" SRCIPK_INSTALL_DIR_pn-big-data-ipc-demo-linux ?= "example-applications/${PN}-${PV}" - -CREATE_SRCIPK_pn-jailhouse ?= "1" -SRCIPK_INSTALL_DIR_pn-jailhouse ?= "board-support/extra-drivers/${PN}-${PV}" -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
