diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-20 19:18:10 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-20 19:18:10 +1000 |
| commit | bbe166bd3f9e3e1d88aedaa31b34f96c567ecaea (patch) | |
| tree | c06990ead6e8b23999d4ace8b448d964aa322371 /recipes-kernel | |
| parent | d35b4a3ecca8f9c9479cc75e0b7486940af57727 (diff) | |
| download | meta-xilinx-bbe166bd3f9e3e1d88aedaa31b34f96c567ecaea.tar.gz | |
linux-xlnx-dev: Add ZynqMP as COMPATIBLE_MACHINE
* The current master of linux-xlnx support ZynqMP and provides the
in-kernel device tree
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-xlnx-dev.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-xlnx-dev.bb b/recipes-kernel/linux/linux-xlnx-dev.bb index caf5f3c8..9967c165 100644 --- a/recipes-kernel/linux/linux-xlnx-dev.bb +++ b/recipes-kernel/linux/linux-xlnx-dev.bb | |||
| @@ -19,3 +19,6 @@ LINUX_VERSION_EXTENSION ?= "-xilinx-dev" | |||
| 19 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}" | 19 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}" |
| 20 | 20 | ||
| 21 | include linux-xlnx.inc | 21 | include linux-xlnx.inc |
| 22 | |||
| 23 | COMPATIBLE_MACHINE_zynqmp = "zynqmp" | ||
| 24 | |||
