From: "Franklin S. Cooper Jr" <[email protected]> * We no longer have any U-boot PSP recipes and instead mainline U-boot recipes are now the default "u-boot" recipe. * Update the "u-boot" sources packaged by sourceipk to reflect this change.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../conf/distro/arago-source-ipk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-distro/conf/distro/arago-source-ipk.conf index ccb6e2d..f6e1da7 100644 --- a/meta-arago-distro/conf/distro/arago-source-ipk.conf +++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf @@ -107,7 +107,7 @@ CREATE_SRCIPK_pn-av-examples = "1" SRCIPK_INSTALL_DIR_pn-av-examples = "example-applications/av-examples-${PV}" CREATE_SRCIPK_pn-u-boot = "1" -SRCIPK_INSTALL_DIR_pn-u-boot = "board-support/u-boot-${UVER}-psp${PSPREL}" +SRCIPK_INSTALL_DIR_pn-u-boot = "board-support/u-boot-${PV}" # For beagleboard we use the git version which doesn't define UVER SRCIPK_INSTALL_DIR_pn-u-boot_beagleboard = "board-support/${P}" SRCIPK_PACKAGE_ARCH_pn-u-boot = "${MACHINE_ARCH}" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
