[oe-commits] org.oe.dev ixp4xx-kernel.inc: Removed jffs2 endianness patch (it's always native endian)

rwhitby commit openembedded-commits at lists.openembedded.org
Fri Dec 1 11:55:55 UTC 2006


ixp4xx-kernel.inc: Removed jffs2 endianness patch (it's always native endian)

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

#
# mt diff -r177e169f58174790ff4064c06b8305584b5d024e -reaa3c8a8c6d2fa64e3c099d65ed9632e38b6f8d3
#
# 
# 
# patch "packages/linux/ixp4xx-kernel.inc"
#  from [3e65d9298bc48c67b050e4ba594159c3c1969471]
#    to [0e3ac0bbcc825695a118cef78256462a763770b0]
# 
============================================================
--- packages/linux/ixp4xx-kernel.inc	3e65d9298bc48c67b050e4ba594159c3c1969471
+++ packages/linux/ixp4xx-kernel.inc	0e3ac0bbcc825695a118cef78256462a763770b0
@@ -190,14 +190,6 @@ do_configure_prepend() {
 	then
 		echo 'CONFIG_CPU_BIG_ENDIAN=y' >>'${S}/.config'
 	fi
-	if test '${SLUGOS_IMAGESEX}' = big-endian
-	then
-		echo 'CONFIG_JFFS2_BIG_ENDIAN=y' >>'${S}/.config'
-	fi
-	if test '${SLUGOS_IMAGESEX}' = little-endian
-	then
-		echo 'CONFIG_JFFS2_LITTLE_ENDIAN=y' >>'${S}/.config'
-	fi
 
         if [ "${TARGET_OS}" == "linux-gnueabi" -o  "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then               
                 echo "CONFIG_AEABI=y"                   >> ${S}/.config               
@@ -209,9 +201,6 @@ do_configure_prepend() {
 
         sed     -e '/CONFIG_CPU_BIG_ENDIAN/d' \
 	        -e '/CONFIG_CMDLINE=/d' \
-		-e '/CONFIG_JFFS2_NATIVE_ENDIAN=/d' \
-		-e '/CONFIG_JFFS2_BIG_ENDIAN=/d' \
-		-e '/CONFIG_JFFS2_LITTLE_ENDIAN=/d' \
 		-e '/CONFIG_AEABI/d' \
 		-e '/CONFIG_OABI_COMPAT=/d' \
 		'${WORKDIR}/defconfig' >>'${S}/.config'






More information about the Openembedded-commits mailing list