* Recipes have been moved to meta-ti and are using the updated naming scheme. * Mimic the name changes. * Use latest version of the Graphics SDK
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../conf/distro/arago-source-ipk.conf | 6 +++--- .../conf/distro/include/branding-amsdk.inc | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-distro/conf/distro/arago-source-ipk.conf index f9bb5b7..912ec36 100644 --- a/meta-arago-distro/conf/distro/arago-source-ipk.conf +++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf @@ -147,9 +147,9 @@ CREATE_SRCIPK_pn-linux-omap-psp = "1" SRCIPK_INSTALL_DIR_pn-linux-omap-psp = "board-support/linux-${KVER}-psp${PSPREL}" SRCIPK_PACKAGE_ARCH_pn-linux-omap-psp = "${MACHINE_ARCH}" -CREATE_SRCIPK_pn-linux-am335x = "1" -SRCIPK_INSTALL_DIR_pn-linux-am335x = "board-support/linux-${KVER}" -SRCIPK_PACKAGE_ARCH_pn-linux-am335x = "${MACHINE_ARCH}" +CREATE_SRCIPK_pn-linux-am335x-psp = "1" +SRCIPK_INSTALL_DIR_pn-linux-am335x-psp = "board-support/linux-${KVER}" +SRCIPK_PACKAGE_ARCH_pn-linux-am335x-psp = "${MACHINE_ARCH}" CREATE_SRCIPK_pn-linux-omap = "1" SRCIPK_INSTALL_DIR_pn-linux-omap = "board-support/linux-${PV}-${PR}" diff --git a/meta-arago-distro/conf/distro/include/branding-amsdk.inc b/meta-arago-distro/conf/distro/include/branding-amsdk.inc index dc3f448..8fdf93d 100644 --- a/meta-arago-distro/conf/distro/include/branding-amsdk.inc +++ b/meta-arago-distro/conf/distro/include/branding-amsdk.inc @@ -1,13 +1,13 @@ # AM-SDK branding configuration # Use the SDK supported kernel and kernel version -PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-am335x" -PREFERRED_VERSION_linux-am335x = "3.2.0-psp05.06.00.00" +PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-am335x-psp" +PREFERRED_VERSION_linux-am335x-psp = "3.2" PREFERRED_PROVIDER_ltp-ddt_am335x-evm = "ltp-ddt-legacy" PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-am33x" PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-am33x" -PREFERRED_VERSION_u-boot-am33x = "2012.10" +PREFERRED_VERSION_u-boot-am33x = "2013.01.01" -# Use v4.08.00.02 of the Graphics SDK -PREFERRED_VERSION_omap3-sgx-modules = "4.08.00.02" -PREFERRED_VERSION_libgles-omap3 = "4.08.00.02" +# Use v4.09.00.01 of the Graphics SDK +PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01" +PREFERRED_VERSION_libgles-omap3 = "4.09.00.01" -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
