Skip to content

Commit

Permalink
ls2080ardb: drop as it is unbuildable for too long
Browse files Browse the repository at this point in the history
Fixes: #1498.
Signed-off-by: Otavio Salvador <[email protected]>
  • Loading branch information
otavio committed Oct 12, 2023
1 parent 769e3c7 commit a8d8dc4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 24 deletions.
20 changes: 0 additions & 20 deletions conf/machine/ls2080ardb.conf

This file was deleted.

1 change: 0 additions & 1 deletion recipes-core/udev/udev-rules-qoriq.bb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ RULE:ls1046a = "73-fsl-dpaa-persistent-networking.rules \
74-ls1046a-xfi2-networking.rules \
"
RULE:ls1012a = ""
RULE:ls2080a = ""

do_install () {
install -d ${D}${sysconfdir}/udev/rules.d/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ SRCREV = "bb19f586b87b97878b4bd0d3e57da2ca40c5c69f"
S = "${WORKDIR}/git"

REGLEX:ls2088a = "ls2088a"
REGLEX:ls2080a = "ls2080a"
REGLEX:ls1088a = "ls1088a"
REGLEX:lx2160a = "lx216xa"
REGLEX:lx2162a = "lx216xa"
Expand Down
2 changes: 1 addition & 1 deletion recipes-extended/odp/odp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ SRCREV_rta = "bbab28b03ae21c52ce913f8b052acf53bd24ff5d"

S = "${WORKDIR}/git"

COMPATIBLE_MACHINE = "(ls1043a|ls1046a|ls2080a|ls2088a|ls1088a)"
COMPATIBLE_MACHINE = "(ls1043a|ls1046a|ls2088a|ls1088a)"
1 change: 0 additions & 1 deletion recipes-extended/odp/odp_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ODP_PLATFORM ?= "linux-dpaa2"
ODP_BUILD_TYPE ?= "ls2088"
ODP_BUILD_TYPE:ls1043ardb = "ls1043"
ODP_BUILD_TYPE:ls1046ardb = "ls1046"
ODP_BUILD_TYPE:ls2080ardb = "ls2080"
ODP_BUILD_TYPE:ls1088ardb = "ls1088"

EXTRA_OECONF = "--with-platform=${ODP_PLATFORM} \
Expand Down

0 comments on commit a8d8dc4

Please sign in to comment.