Add support for the Toybox project

Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
This commit is contained in:
Maxime Chretien 2020-04-20 09:44:44 +02:00
parent f597fce20d
commit f25d1b3205
3 changed files with 10 additions and 1 deletions

8
projects/toybox.sh Normal file
View file

@ -0,0 +1,8 @@
# Elixir definitions for Toybox
list_tags_h()
{
echo "$tags" |
tac |
sed -r 's/^([0-9]*)\.([0-9]*)(.*)$/\1 \1.\2 \1.\2\3/'
}

View file

@ -65,3 +65,4 @@ index qemu https://git.qemu.org/git/qemu.git &
index u-boot https://gitlab.denx.de/u-boot/u-boot.git &
index uclibc-ng git://uclibc-ng.org/git/uclibc-ng &
index zephyr https://github.com/zephyrproject-rtos/zephyr &
index toybox https://github.com/landley/toybox.git &

View file

@ -13,7 +13,7 @@ if [ -z "$ELIXIR_INSTALL" ]; then
exit 1
fi
for p in linux u-boot busybox zephyr musl barebox uclibc-ng arm-trusted-firmware amazon-freertos qemu glibc coreboot llvm mesa ofono dpdk; do
for p in linux u-boot busybox zephyr musl barebox uclibc-ng arm-trusted-firmware amazon-freertos qemu glibc coreboot llvm mesa ofono dpdk toybox; do
echo "Processing project $root/$p ..."
export LXR_DATA_DIR=$root/$p/data
export LXR_REPO_DIR=$root/$p/repo