Latest busybox version cannot be used

busybox sha1 76915bf7 (2015-12-19) makes use of MTD_FILE_MODE_RAW.
This is correctly defined in linux/include/uapi/mtd/mtd-abi.h, but
unfortunately not in the toolchain headers
<toolchain>/arm-linux-gnueabihf/libc/usr/include/mtd/mtd-abi.h

Hence the previous sha1 is to be used, that is dbf5a6da

Change-Id: Iec81120623161349cbe2c35601b112d4235f60dc
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Tested-by: Pascal Brand <pascal.brand@linaro.org> (QEMU)
Signed-off-by: Pascal Brand <pascal.brand@st.com>
4 files changed
tree: 0532c23c1ff65c9cc434b51880f68178ffa638d8
  1. default.xml
  2. default_stable.xml
  3. fvp.xml
  4. fvp_stable.xml
  5. hikey.xml
  6. hikey_stable.xml
  7. mt8173-evb.xml
  8. mt8173-evb_stable.xml
  9. README.md
README.md

Repo manifest for OP-TEE development

In the OP-TEE project we try to gather all documentation under the optee_os git, therefore we recommend that you read the instructions at this page which describes how to setup OP-TEE on various platforms.