diff options
Diffstat (limited to 'recipes-bsp/ddr-phy/ddr-phy_git.bb')
-rw-r--r-- | recipes-bsp/ddr-phy/ddr-phy_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ddr-phy/ddr-phy_git.bb b/recipes-bsp/ddr-phy/ddr-phy_git.bb index 31f6c101..17893733 100644 --- a/recipes-bsp/ddr-phy/ddr-phy_git.bb +++ b/recipes-bsp/ddr-phy/ddr-phy_git.bb | |||
@@ -9,7 +9,7 @@ SRCREV = "fbc036b88acb6c06ffed02c898cbae9856ec75ba" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | REGLEX_lx2160a = "lx2160a" | 12 | REGLEX = "lx2160a" |
13 | 13 | ||
14 | DEPENDS += "atf-tools-native" | 14 | DEPENDS += "atf-tools-native" |
15 | 15 | ||
@@ -40,5 +40,5 @@ addtask deploy before do_populate_sysroot after do_install | |||
40 | PACKAGES += "${PN}-image" | 40 | PACKAGES += "${PN}-image" |
41 | FILES_${PN}-image += "/boot" | 41 | FILES_${PN}-image += "/boot" |
42 | 42 | ||
43 | COMPATIBLE_MACHINE = "(lx2160a)" | 43 | COMPATIBLE_MACHINE = "(lx2160a|lx2162a)" |
44 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 44 | PACKAGE_ARCH = "${MACHINE_ARCH}" |