summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2017-11-25 14:46:12 +0000
committerDaniel Díaz <daniel.diaz@linaro.org>2017-11-25 11:12:47 -0600
commitc12af41f41ba93fb36e2830aec6e8a24282a8a70 (patch)
tree2486f61f2ff580ae556196ecd6ddf6177d33a5c2
parentfdac20ecf160b40b33412a41e792eb55418a3f7e (diff)
functions.sh: keep requiring linux-dtb.inc for ILP32 HiKey
The change in meta-linaro to reflect the current state in OE is still in the future with regards to the revision of OE-core that we're git-resetting to here, so revert it. Change-Id: I844bdf3a8dda67284b709cd21cc4d2fe65aded91 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
-rwxr-xr-xfunctions.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index 70141b4..99db627 100755
--- a/functions.sh
+++ b/functions.sh
@@ -73,6 +73,10 @@ fix_oe_core_git()
sed -i "s/sysrootcache/aclocalcache/g" meta/classes/autotools.bbclass
sed -i 's/"ilp32"/"_ilp32"/' meta/classes/cross-canadian.bbclass
cd -
+
+ cd meta-linaro
+ git revert --no-edit bd4487ec3d11921ac19cbff315765ed468b26d1e
+ cd -
}
conf_bblayers()