Guest User

Untitled

a guest
Jun 22nd, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. FROM openwrt
  2. COPY ./patches/* ./target/linux/hisilicon/patches-3.4.35/
  3.  
  4. # RUN ( make package/example/{clean,prepare} V=s QUILT=1 \
  5. # && cd ./build_dir/target-arm_arm926ej-s_uClibc-0.9.33.2_eabi/linux-hisilicon/ \
  6. # && for i in /src/chaos_calmer/target/linux/hisilicon/patches-3.4.35/010-*.patch; do patch -s -p0 < $i; done )
  7.  
  8. # RUN make package/kernel/linux/{clean,prepare} V=s QUILT=1 \
  9. # && cd ./build_dir/target-arm_arm926ej-s_uClibc-0.9.33.2_eabi/linux-hisilicon/ \
  10. # && quilt refresh \
  11. # && cd ../../../ \
  12. # && make -j7 V=s package/kernel/linux/update
  13.  
  14. RUN make clean
  15. RUN make target/linux/clean -j7
  16. RUN make target/linux/prepare -j7
  17. # RUN make target/linux/refresh -j7 QUILT=1
  18. RUN make target/linux/compile -j7 QUILT=1
  19. # RUN make target/linux/install -j7 V=s QUILT=1
  20. # RUN make target/linux/update
  21.  
  22. # RUN make package/kernel/linux/clean package/index -i -j7
  23. # RUN make package/kernel/linux/compile package/index -i -j7
  24. # RUN make package/kernel/linux/install package/index -i -j7
  25.  
  26. # RUN make package/index
  27.  
  28. RUN make -i -j7
  29. # RUN make target/linux/update
  30.  
  31. # COPY ./ZFT_Lab.sh ./
  32. # RUN ./ZFT_Lab.sh hi3516cv2
  33. RUN cat ./build_dir/target-arm_arm926ej-s_uClibc-0.9.33.2_eabi/linux-hisilicon/linux-3.4.35/drivers/net/ethernet/hieth-sf/net.c
  34. RUN ls ./build_dir/target-arm_arm926ej-s_uClibc-0.9.33.2_eabi/linux-hisilicon/linux-3.4.35/.pc/platform/
  35.  
  36. RUN find / -name "hieth-sf"
Add Comment
Please, Sign In to add comment