From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooper@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 6/6] av-examples: Grab CFLAGS from OE or Rules.make
Date: Mon, 6 May 2013 18:52:36 -0400 [thread overview]
Message-ID: <20130506225236.GF10607@edge> (raw)
In-Reply-To: <1367875707-8579-6-git-send-email-fcooper@ti.com>
BTW, thanks for fixing av-examples - I haven't seen the breakage until I
started building for am37x and am3517...
--
Denys
On Mon, May 06, 2013 at 04:28:27PM -0500, Franklin S. Cooper Jr wrote:
> * When building from OE CFLAGS will be passed in.
> * When building from within the sdk CFLAGS from Rules.make will be used.
> * This insures the optimal CFLAGS are used which corrects optimization and
> * also the correct toolchain settings (ie softfp/hardfp) are used.
> ---
> .../av-examples/av-examples_1.0.bb | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-multimedia/av-examples/av-examples_1.0.bb b/meta-arago-extras/recipes-multimedia/av-examples/av-examples_1.0.bb
> index 3782cba..dec17a8 100644
> --- a/meta-arago-extras/recipes-multimedia/av-examples/av-examples_1.0.bb
> +++ b/meta-arago-extras/recipes-multimedia/av-examples/av-examples_1.0.bb
> @@ -12,7 +12,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
> COMPATIBLE_MACHINE = "(omap3)"
>
> BRANCH ?= "master"
> -SRCREV = "ac75d09d29a805d89c49dd2741b79f3069e97827"
> +SRCREV = "87469a47bf91d681f15f0a2eb368fe695b21508c"
>
> SRC_URI = "git://gitorious.org/av_examples/av_examples.git;protocol=git;branch=${BRANCH}"
>
> @@ -24,6 +24,7 @@ INSANE_SKIP_${PN} = "True"
> do_compile() {
> touch debug
> export CROSS_COMPILE=${TARGET_PREFIX}
> + export CFLAGS='${TARGET_CC_ARCH}'
> make release LINUXKERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR}" PLATFORM="${MACHINE}"
> }
>
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2013-05-06 22:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-06 21:28 [PATCH 1/6] ti-tisdk-makefile: Prepare for Linaro transition Franklin S. Cooper Jr
2013-05-06 21:28 ` [PATCH 2/6] arm-benchmarks: Grab CFLAGS from OE or Rules.make Franklin S. Cooper Jr
2013-05-06 21:28 ` [PATCH 3/6] am-sysinfo: " Franklin S. Cooper Jr
2013-05-06 21:28 ` [PATCH 4/6] ti-crypto-examples: " Franklin S. Cooper Jr
2013-05-06 21:28 ` [PATCH 5/6] screenshot: " Franklin S. Cooper Jr
2013-05-06 21:28 ` [PATCH 6/6] av-examples: " Franklin S. Cooper Jr
2013-05-06 22:52 ` Denys Dmytriyenko [this message]
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=20130506225236.GF10607@edge \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.