summaryrefslogtreecommitdiff
path: root/functions.sh
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-09-07 10:06:17 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2017-09-07 10:24:09 +0000
commit94fe5725ecc47c69a0836db9a17ad4644bf433ac (patch)
tree51b29dbb6e7c9b080f017b719dda675ca36d81e4 /functions.sh
parent477ca0aceb942c6e3a2bc2f3d9ea85e3dd26fb69 (diff)
FIXME: Use fixed version of oe-core for ilp32 build
Build fails on oe-core master branch. Lets change to the version that works for us for now until the issues are fixed on master branch Change-Id: I0d1940a3a038a5ffabd38f98a560c8ba57727e79 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'functions.sh')
-rwxr-xr-xfunctions.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index 6be1e40..41fea44 100755
--- a/functions.sh
+++ b/functions.sh
@@ -62,6 +62,20 @@ git_clone_update()
fi
}
+fix_oe_core_git()
+{
+ cd openembedded-core;
+ git reset --hard 62f1122ef166eba56441d669c6b3b3fe5f367418
+ git revert --no-edit 1a7b843d575b290917d1e379c2ba106460988230
+ git revert --no-edit a2b278a6eaa9e9b48d858e3be6712267c0122598
+ git revert --no-edit 4097694b13cd5f0d68987551c3f9af80c87dc6ae
+ wget https://patchwork.openembedded.org/patch/143520/raw/ -O patch
+ patch -p1 < patch
+ sed -i "s/sysrootcache/aclocalcache/g" meta/classes/autotools.bbclass
+ rm -rf patch
+ cd -
+}
+
conf_bblayers()
{
# add required layers