* The root directory of board-support typically only has the kernel and u-boot sources while additional drivers are placed in the extra drivers directory. * Move the cryptodev sources to fit this behavior. This would mimic where other drivers such as wifi/bluetooth and ocf are currently placed.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../conf/distro/arago-source-ipk.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-distro/conf/distro/arago-source-ipk.conf index 691ba60..9b5c57e 100644 --- a/meta-arago-distro/conf/distro/arago-source-ipk.conf +++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf @@ -188,7 +188,7 @@ SRCIPK_INSTALL_DIR_pn-linux-omapl1 = "board-support/linux-${KVER}-psp${PSPREL}" SRCIPK_PACKAGE_ARCH_pn-linux-omapl1 = "${MACHINE_ARCH}" CREATE_SRCIPK_pn-cryptodev = "1" -SRCIPK_INSTALL_DIR_pn-cryptodev = "board-support/cryptodev-${PV}" +SRCIPK_INSTALL_DIR_pn-cryptodev = "board-support/extra-drivers/cryptodev-${PV}" SRCIPK_PACKAGE_ARCH_pn-cryptodev = "${MACHINE_ARCH}" CREATE_SRCIPK_pn-ti-linux-driver-examples = "1" -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
