* Pull in commit that updates the Makefile to remove hard coding architecture and softfp. * Pull in commit that updates the CCS project to use toolchain alias that will be updated during SDK installation.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../oprofile-example/oprofile-example_git.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb b/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb index 681a47d..5799f6c 100644 --- a/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb +++ b/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb @@ -7,10 +7,10 @@ SECTION = "system" INHIBIT_PACKAGE_STRIP = "1" -PR = "r1" +PR = "r2" BRANCH ?= "master" -SRCREV = "875147fcaf0706f91b1bcbf9d80821de78257955" +SRCREV = "3aa2de4bb698c96f8a481c4048e3140503b26082" SRC_URI = "git://gitorious.org/oprofile-example/oprofile-example.git;protocol=git;branch=${BRANCH}" -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
