Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b8cb120d authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: add abi value


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent dd255323
Branches
Tags 3.16-rc4-bone0
No related merge requests found
......@@ -25,6 +25,8 @@ host_arch="$(uname -m)"
time=$(date +%Y-%m-%d)
OIB_DIR="$(dirname "$( cd "$(dirname "$0")" ; pwd -P )" )"
abi=aa
. ${DIR}/.project
check_defines () {
......@@ -358,6 +360,7 @@ echo "distro=${distro}" > /tmp/rcn-ee.conf
echo "rfs_username=${rfs_username}" >> /tmp/rcn-ee.conf
echo "release_date=${time}" >> /tmp/rcn-ee.conf
echo "third_party_modules=${third_party_modules}" >> /tmp/rcn-ee.conf
echo "abi=${abi}" >> /tmp/rcn-ee.conf
sudo mv /tmp/rcn-ee.conf ${tempdir}/etc/rcn-ee.conf
cat > ${DIR}/chroot_script.sh <<-__EOF__
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment