summaryrefslogtreecommitdiff
path: root/packages/linux/devkitidp-pxa255-kernel_2.6.11.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-09 19:15:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-09 19:15:46 +0000
commitedbb148535f63e58a8e10ed5c68b7aecb983602e (patch)
tree213eecd0bc209439eee84a7f355455852c61e01a /packages/linux/devkitidp-pxa255-kernel_2.6.11.bb
parent511684d214520a8bd7f9b95ca0ffce860009d6f2 (diff)
slugos: remove/correct references to openslug
- apex: contains an absolute build sys path name (commented) - base-files: rename openslug to slugos in 3.0.14 - busybox: rename openslug to slugos in 1.00, 1.01 - netbase: rename openslug to slugos in 4.21 - slugos-init: rename openslug to slugos in 0.10 - all others: remove or replace openslug in comments (no build changes)
Diffstat (limited to 'packages/linux/devkitidp-pxa255-kernel_2.6.11.bb')
-rw-r--r--packages/linux/devkitidp-pxa255-kernel_2.6.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/devkitidp-pxa255-kernel_2.6.11.bb b/packages/linux/devkitidp-pxa255-kernel_2.6.11.bb
index aa5e74f551..a0571bedb7 100644
--- a/packages/linux/devkitidp-pxa255-kernel_2.6.11.bb
+++ b/packages/linux/devkitidp-pxa255-kernel_2.6.11.bb
@@ -40,7 +40,7 @@ do_deploy[dirs] = "${S}"
addtask deploy before do_build after do_compile
python () {
- # Don't build openslug kernel unless we're targeting an nslu2
+ # Don't build kernel unless we're targeting an nslu2
mach = bb.data.getVar("MACHINE", d, 1)
if mach != 'devkitidp-pxa255':
raise bb.parse.SkipPackage("This kernel only builds for the PXA255 DevKitIDP")