Rename create an rpi target.

TG-8 closed
This commit is contained in:
2017-04-07 21:31:21 +02:00
parent df1c87838f
commit 1541898ad2
21 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#
# Entry point for the project.
# Define the target.
export BR_PROJECT:=$(shell pwd)
export BR_PROJECT_NAME:=pi_domo
export BR_BOARD:=$(shell pwd)/../../bsp/board/domo/
include $(BR_BOARD)/main.mk
install:
cp $(BR_STAGING)/buildroot/images/zImage /tftpboot/
cp $(BR_STAGING)/buildroot/images/pi_Domo.dtb /tftpboot/
cp $(BR_STAGING)/buildroot/images/rootfs.cpio.uboot /tftpboot/