commit | author | age | ||
849fbd | 1 | |
G | 2 | # bootloader files |
3 | bootloader/firmware* | |
4 | bootloader/imx-atf* | |
5 | bootloader/imx-mkimage* | |
6 | bootloader/uboot-imx* | |
7 | ||
8 | # linux kernel files | |
9 | kernel/linux-imx* | |
10 | ||
11 | # yocto files | |
12 | yocto/**/*.patch | |
13 | yocto/mickledore-*/ | |
b1e355 | 14 | yocto/**/config-*.txt |
849fbd | 15 | |
G | 16 | # image files |
17 | images/rootfs-* | |
b1e355 | 18 | images/yocto-*.img |
G | 19 | images/yocto-*.wic |
849fbd | 20 | |
G | 21 | # common files |
22 | tarballs | |
23 | install |