Commit 655e9fe3 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

rocko related changes

parent 7a7600ac
......@@ -11,6 +11,9 @@ include u-boot-ezynq.inc
PROVIDES = "u-boot virtual/bootloader"
inherit zynq7-platform-paths
# Define the path to the xilinx platform init code/headers
PLATFORM_INIT_DIR ?= "/usr/src/xilinx-platform-init"
PLATFORM_INIT_STAGE_DIR = "${STAGING_DIR_HOST}${PLATFORM_INIT_DIR}"
#UBOOT_CONFIG="dtb"
......@@ -11,7 +11,10 @@ include u-boot-ezynq.inc
#PROVIDES = "u-boot virtual/bootloader"
inherit zynq7-platform-paths
# Define the path to the xilinx platform init code/headers
PLATFORM_INIT_DIR ?= "/usr/src/xilinx-platform-init"
PLATFORM_INIT_STAGE_DIR = "${STAGING_DIR_HOST}${PLATFORM_INIT_DIR}"
INSANE_SKIP_${PN} = "already-stripped"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment