aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/x-load/x-load_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/x-load/x-load_git.bb')
-rw-r--r--recipes-bsp/x-load/x-load_git.bb24
1 files changed, 12 insertions, 12 deletions
diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/x-load_git.bb
index f45bac9516..ddb20907ec 100644
--- a/recipes-bsp/x-load/x-load_git.bb
+++ b/recipes-bsp/x-load/x-load_git.bb
@@ -1,22 +1,22 @@
require x-load.inc
-DEFAULT_PREFERENCE_omap3-pandora = "-1"
-
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git"
-
-SRCREV_pn-${PN} = "1c9276af4d6a5b7014a7630a1abeddf3b3177563"
+#FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}"
PV = "1.44+${PR}+gitr${SRCREV}"
-PR ="r16"
+PR ="r17"
PE = "1"
-SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git"
+SRCREV_pn-${PN} = "6f3a26101303051e0f91b6213735b68ce804e94e"
+SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git \
+ file://0001-OMAP4-clocks-Enable-only-required-clks.patch \
+ file://0002-OMAP4-Select-DPLL-PER-Clock-as-source-for-SGX-FCLK.patch \
+ file://0003-MUX-Configure-SYS_NIRQ2-pin-in-safe-mode.patch \
+ file://0004-OMAP4-clocks-Disable-slimbus-and-pad_clks.patch \
+ file://0005-omap4-Make-1GHz-as-default-MPU-clock.patch \
+ "
-SRC_URI_append_beagleboard = " \
- file://name.patch \
- file://bb8547fcbc54ecc7a75f9ad45a31042a04d8a2ce.patch \
- file://xm-mem.patch \
- "
S = "${WORKDIR}/git"
+XLOAD_MACHINE_beagleboard = "omap3530beagle_config"
+
PACKAGE_ARCH = "${MACHINE_ARCH}"