* Defined the XLOAD_MACHINE value for dm37x-evm and am37x-evm machine types.
Signed-off-by: Chase Maupin <[email protected]> --- recipes/x-load/x-load_git.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb index cbcbf17..a14d6cb 100644 --- a/recipes/x-load/x-load_git.bb +++ b/recipes/x-load/x-load_git.bb @@ -9,7 +9,7 @@ SRCREV_beagleboard = "1c9276af4d6a5b7014a7630a1abeddf3b3177563" PV = "1.42+${PR}+gitr${SRCREV}" PV_beagleboard = "1.44+${PR}+gitr${SRCREV}" -PR ="r15" +PR ="r16" PE = "1" SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git" @@ -34,11 +34,13 @@ PV_omap3evm = "1.46+${PR}+gitr${SRCREV}" SRC_URI_dm37x-evm = "git://arago-project.org/git/projects/x-load-omap3.git;protocol=git" SRCREV_dm37x-evm = "fc6d5be15c703d21aef0ae0b8c02177721f0445f" PV_dm37x-evm = "1.46+${PR}+gitr${SRCREV}" +XLOAD_MACHINE_dm37x-evm = "omap3evm_config" # TI PSP v1.46_OMAPPSP_03.00.01.06 (Tag is one commit different) SRC_URI_am37x-evm = "git://arago-project.org/git/projects/x-load-omap3.git;protocol=git" SRCREV_am37x-evm = "fc6d5be15c703d21aef0ae0b8c02177721f0445f" PV_am37x-evm = "1.46+${PR}+gitr${SRCREV}" +XLOAD_MACHINE_dm37x-evm = "omap3evm_config" # TI PSP v1.46_OMAPPSP_03.00.01.06 (Tag is one commit different) SRC_URI_am3517-evm = "git://arago-project.org/git/projects/x-load-omap3.git;protocol=git" -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
