Yes please.
> -----Original Message----- > From: Dmytriyenko, Denys > Sent: Friday, March 21, 2014 3:17 PM > To: Cooper Jr., Franklin > Cc: [email protected] > Subject: Re: [meta-arago] [PATCH 1/4] tisdk-install: Add SDK_PATH_TARGET > varaible > > Franklin, > > I pushed these 5 patches to dora now. Do you need them in dylan? But they > didn't make the cut for the release, though. > > Denys > > > On Fri, Mar 07, 2014 at 03:57:03PM -0600, Franklin S. Cooper Jr wrote: > > * Some software like cryptodev-linux needs to know where to install header > or > > library files that may be needed to cross compile. > > * These files should go to the SDK_PATH_TARGET directory that is defined in > > environment-setup. > > * Add that variable to Rules.make to enable proper cross compiling from > the top > > level Makefile. > > > > Signed-off-by: Franklin S. Cooper Jr <[email protected]> > > --- > > .../tisdk-install/tisdk-install/sdk-install.sh | 4 ++++ > > .../tisdk-install/tisdk-install_1.0.bb | 2 +- > > 2 files changed, 5 insertions(+), 1 deletions(-) > > > > diff --git > > a/meta-arago-distro/recipes-tisdk/tisdk-install/tisdk-install/sdk-inst > > all.sh > > b/meta-arago-distro/recipes-tisdk/tisdk-install/tisdk-install/sdk-inst > > all.sh > > index 86799c1..c0284c7 100644 > > --- > > a/meta-arago-distro/recipes-tisdk/tisdk-install/tisdk-install/sdk-inst > > all.sh > > +++ b/meta-arago-distro/recipes-tisdk/tisdk-install/tisdk-install/sdk- > > +++ install.sh > > @@ -94,6 +94,10 @@ GCC_VERSION=`ls > > $install_dir/linux-devkit/sysroots/$SDK_SYS/usr/lib/gcc/$TOOLCHA > > TOOLCHAIN_TARGET_INCLUDE_DIR="linux- > devkit/sysroots/$REAL_MULTIMACH_TARGET_SYS/usr/include" > > TOOLCHAIN_INCLUDE_DIR="linux- > devkit/sysroots/$SDK_SYS/usr/lib/gcc/$TOOLCHAIN_SYS/$GCC_VERSION/inclu > de" > > > > +SDK_PATH_TARGET="linux- > devkit/sysroots/$REAL_MULTIMACH_TARGET_SYS/" > > + > > +sed -i -e s=__SDK_PATH_TARGET__=$SDK_PATH_TARGET= > > +$install_dir/Rules.make > > + > > # Update CCS project files using important paths to headers > > > > find $install_dir/example-applications -type f -exec sed -i > > > "s|<TOOLCHAIN_TARGET_INCLUDE_DIR>|$TOOLCHAIN_TARGET_INCLUDE_DIR > |g" {} > > \; diff --git > > a/meta-arago-distro/recipes-tisdk/tisdk-install/tisdk-install_1.0.bb > > b/meta-arago-distro/recipes-tisdk/tisdk-install/tisdk-install_1.0.bb > > index 9548ee5..98304b4 100644 > > --- > > a/meta-arago-distro/recipes-tisdk/tisdk-install/tisdk-install_1.0.bb > > +++ b/meta-arago-distro/recipes-tisdk/tisdk-install/tisdk-install_1.0. > > +++ bb > > @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = > > "file://../sdk-install.sh;beginline=3;endline=19;md5=4b899037 > > > > SRC_URI = "file://sdk-install.sh" > > > > -PR = "r2" > > +PR = "r3" > > > > do_install () { > > install -d ${D}/ > > -- > > 1.7.0.4 > > > > _______________________________________________ > > meta-arago mailing list > > [email protected] > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
