Skip to content

Commit

Permalink
Update sbsa app bitbake script to fix build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Sakar Arora <[email protected]>
  • Loading branch information
Sakar Arora committed Nov 25, 2018
1 parent a62e77d commit 9171e45
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions linux_app/sbsa-acs-app.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ SRC_URI = "file://sbsa_app_main.c \
file://sbsa_drv_intf.c \
file://include/sbsa_drv_intf.h \
file://include/sbsa_app.h \
https://raw.githubusercontent.com/ARM-software/sbsa-acs/master/val/include/sbsa_avs_common.h \
file://include/sbsa_avs_common.h \
"
SRC_URI[md5sum] = "3bff44b2755c130da1c74fbf2a0223d5"

S = "${WORKDIR}"

do_compile() {
${CC} sbsa_app_main.c sbsa_app_pcie.c sbsa_drv_intf.c -o sbsa
${CC} sbsa_app_main.c sbsa_app_pcie.c sbsa_drv_intf.c -Iinclude -o sbsa
}

do_install() {
Expand Down

0 comments on commit 9171e45

Please sign in to comment.