From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Cc: Jeff Lance <j-lance1@ti.com>
Subject: Re: [PATCH 1/1] matrix-tui: Update to arago toolchain
Date: Wed, 22 Jun 2011 17:11:11 -0400 [thread overview]
Message-ID: <20110622211111.GH1324@denix.org> (raw)
In-Reply-To: <1308769321-26192-1-git-send-email-j-lance1@ti.com>
On Wed, Jun 22, 2011 at 02:02:01PM -0500, Jeff Lance wrote:
> * Modify to use arago MACHINE name for platforms
> * Add all Sitara platforms
> * Update SRCREV to 41
>
> Signed-off-by: Jeff Lance <j-lance1@ti.com>
Jeff,
See my coments below.
> ---
> recipes/ti/matrix-tui.inc | 12 +++---------
> recipes/ti/matrix-tui_1.1.bb | 4 ++--
> 2 files changed, 5 insertions(+), 11 deletions(-)
>
> diff --git a/recipes/ti/matrix-tui.inc b/recipes/ti/matrix-tui.inc
> index 1ad8aa8..a3793d3 100644
> --- a/recipes/ti/matrix-tui.inc
> +++ b/recipes/ti/matrix-tui.inc
> @@ -9,13 +9,6 @@ INC_PR = "r7"
>
> COMPATIBLE_MACHINE = "(omapl138|omap3)"
>
> -PLATFORM_am37x-evm = "am3715"
> -PLATFORM_beagleboard = "am3715"
> -PLATFORM_am3517-evm = "am3517"
> -PLATFORM_am180x-evm = "am180x"
> -PLATFORM_am181x-evm = "am181x"
> -PLATFORM_da850-omapl138-evm = "am180x"
> -
> SRC_URI = "svn://gforge.ti.com/svn/matrix_tui/;module=trunk;proto=https;user=anonymous;pswd='' \
> file://init \
> "
> @@ -28,7 +21,7 @@ S = "${WORKDIR}/trunk"
> #INITSCRIPT_PARAMS = "defaults 99"
>
> do_configure() {
> - sed -i -e 's:PATH=${LINUX_DEVKIT_PATH}/arm-none-linux-gnueabi:PATH ?= ${LINUX_DEVKIT_PATH}/arm-none-linux-gnueabi:' makefile.init
> + sed -i -e 's:PATH=${LINUX_DEVKIT_PATH}/arm-arago-linux-gnueabi:PATH ?= ${LINUX_DEVKIT_PATH}/arm-arago-linux-gnueabi:' makefile.init
I don't think this is needed. The whole point of that sed magic I put in
there, is to make assignments of TUI_INCLUDE_PATH, XML_INCLUDE_PATH and
TUI_LIB_PATH conditionally, so they can be overwritten below in the
do_compile() task...
> sed -i -e 's|LIBS :=|LIBS := ${LDFLAGS} |' Release/objects.mk
> }
>
> @@ -39,11 +32,12 @@ do_compile() {
> export TUI_INCLUDE_PATH=${STAGING_INCDIR}
> export XML_INCLUDE_PATH=${STAGING_INCDIR}/libxml2
> export TUI_LIB_PATH=${STAGING_LIBDIR}
> + export PLATFORM=${MACHINE}
> make release
> }
>
> do_install() {
> - export PLATFORM=${PLATFORM}
> + export PLATFORM=${MACHINE}
> make DESTDIR=${D} install
> install -d ${D}${sysconfdir}/init.d/
> install -c -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/matrix-tui
> diff --git a/recipes/ti/matrix-tui_1.1.bb b/recipes/ti/matrix-tui_1.1.bb
> index 9814d5f..7e95d62 100644
> --- a/recipes/ti/matrix-tui_1.1.bb
> +++ b/recipes/ti/matrix-tui_1.1.bb
> @@ -1,4 +1,4 @@
> require matrix-tui.inc
>
> -SRCREV = "37"
> -PR = "${INC_PR}.4"
> +SRCREV = "41"
> +PR = "${INC_PR}.5"
> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2011-06-22 22:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-22 19:02 [PATCH 1/1] matrix-tui: Update to arago toolchain Jeff Lance
2011-06-22 20:48 ` Koen Kooi
2011-06-22 21:08 ` Denys Dmytriyenko
2011-06-22 21:58 ` Koen Kooi
2011-06-23 14:40 ` Jeff Lance
2011-06-22 21:11 ` Denys Dmytriyenko [this message]
2011-06-22 22:17 ` Maupin, Chase
2011-06-23 0:30 ` Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110622211111.GH1324@denix.org \
--to=denis@denix.org \
--cc=j-lance1@ti.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox