mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
meta-ti: x-load: add config header support for BeagleBoard
Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://common/cmd_load.c;beginline=4;endline=22;md5=14420d7c
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
|
||||
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CONFIG_HEADER=${CONFIG_HEADER}"
|
||||
|
||||
XLOAD_MACHINE ?= "${MACHINE}_config"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ require x-load.inc
|
||||
#FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}"
|
||||
|
||||
PV = "1.5.1"
|
||||
PR ="r1"
|
||||
PR ="r2"
|
||||
PE = "1"
|
||||
|
||||
SRCREV_pn-${PN} = "c4289f1bee035dea41536c5ba5e1bc36c7d493c4"
|
||||
@@ -13,6 +13,7 @@ SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
XLOAD_MACHINE_beagleboard = "omap3530beagle_config"
|
||||
CONFIG_HEADER_beagleboard = 1
|
||||
XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
Reference in New Issue
Block a user