[oe-commits] org.oe.dev ixp4xx-kernel: Remove superfluous anonymous python check on SLUGOS_IMAGESEX.

rwhitby commit openembedded-commits at lists.openembedded.org
Tue Jan 23 08:24:07 UTC 2007


ixp4xx-kernel: Remove superfluous anonymous python check on SLUGOS_IMAGESEX.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 77582b02e8dd6f6bd6696e77eeacc19f7be0df0f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=77582b02e8dd6f6bd6696e77eeacc19f7be0df0f
Files:
1
packages/linux/ixp4xx-kernel.inc
Diffs:

#
# mt diff -rf9fc66904a382f9dea4631c84237a8484386831e -r77582b02e8dd6f6bd6696e77eeacc19f7be0df0f
#
# 
# 
# patch "packages/linux/ixp4xx-kernel.inc"
#  from [052a30be73bb14e577fdcd57652408db6d48d1ab]
#    to [0fb85dfe1ca4e4aca87bc7900e62e49f9502da7d]
# 
============================================================
--- packages/linux/ixp4xx-kernel.inc	052a30be73bb14e577fdcd57652408db6d48d1ab
+++ packages/linux/ixp4xx-kernel.inc	0fb85dfe1ca4e4aca87bc7900e62e49f9502da7d
@@ -382,14 +382,3 @@ addtask deploy before do_build after do_
 }
 
 addtask deploy before do_build after do_compile
-
-python () {
-    # check for MACHINE_ARCH - if not set then we don't know what to build,
-    # also sanity check the SLUGOS_IMAGESEX
-    sex = bb.data.getVar("SLUGOS_IMAGESEX", d, 1)
-    if sex != 'little-endian' and sex != 'big-endian':
-        raise bb.parse.SkipPackage("slugos kernels require SLUGOS_IMAGESEX")
-    suffix = bb.data.getVar("MACHINE_ARCH", d, 1)
-    if suffix == '':
-        raise bb.parse.SkipPackage("slugos kernels require MACHINE_ARCH")
-}






More information about the Openembedded-commits mailing list