1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 14:28:05 +00:00

linux-am335x-psp: Add Beaglebone Black support

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Franklin S. Cooper Jr
2013-06-27 10:57:34 -05:00
committed by Denys Dmytriyenko
parent 616f91bc32
commit cc36865809
2 changed files with 114 additions and 1 deletions
+4 -1
View File
@@ -15,7 +15,7 @@ DEPENDS += "am33x-cm3"
KERNEL_IMAGETYPE = "uImage"
# The main PR is now using MACHINE_KERNEL_PR, for ti33x see conf/machine/include/ti33x.inc
MACHINE_KERNEL_PR_append = "f+gitr${SRCPV}"
MACHINE_KERNEL_PR_append = "g+gitr${SRCPV}"
BRANCH = "v3.2-staging"
@@ -87,6 +87,9 @@ PATCHES += "file://0001-am335x-enable-pullup-on-the-WLAN-enable-pin-fo.patch"
# Update SPI flash layout. Increase space allocated for u-boot
PATCHES += "file://0001-ARM-OMAP2-AM335x-Update-SPI-flash-layout.patch"
# Add support for Beaglebone Black
PATCHES += "file://0001-am335x-Add-minimal-support-for-Beaglebone-Black.patch"
# Copy the am33x-cm3 firmware if it is available
do_configure_append() {
if [ -e "${STAGING_DIR_HOST}/${base_libdir}/firmware/am335x-pm-firmware.bin" ]