summaryrefslogtreecommitdiff
path: root/linux/nslu2-linksys-kernel_2.4.22.bb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 01:41:27 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 01:41:27 +0000
commit3e215c9557a4e20d039d60eb20b2d3455f75143b (patch)
treede3f2644461c82391de4478dea758fd7d8236cd5 /linux/nslu2-linksys-kernel_2.4.22.bb
parent104a515c3e74a9a4a4598bb69391092b88880588 (diff)
Rename updates after the recent nslu2 merge.
BKrev: 41b7ad47lCNmwOlCvE1A_nD66bIcBw
Diffstat (limited to 'linux/nslu2-linksys-kernel_2.4.22.bb')
-rw-r--r--linux/nslu2-linksys-kernel_2.4.22.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/nslu2-linksys-kernel_2.4.22.bb b/linux/nslu2-linksys-kernel_2.4.22.bb
index f7c41a4a11..0421d69c6e 100644
--- a/linux/nslu2-linksys-kernel_2.4.22.bb
+++ b/linux/nslu2-linksys-kernel_2.4.22.bb
@@ -18,8 +18,8 @@ S = "${WORKDIR}/linux-2.4.22"
python () {
# Don't build unless we're targeting an nslu2
- if oe.data.getVar("MACHINE", d, 1) != "nslu2":
- raise oe.parse.SkipPackage("NSLU2 kernel only builds for the Linksys NSLU2")
+ if bb.data.getVar("MACHINE", d, 1) != "nslu2":
+ raise bb.parse.SkipPackage("NSLU2 kernel only builds for the Linksys NSLU2")
}
COMPATIBLE_HOST = 'arm.*-linux'