[oe-commits] org.oe.dev mtx-3a.conf, nylon-image-base.bb: removed remaints from old OE code (PACKAGE_INSTALL instead of IPKG_INSTALL)

MartinDietze commit openembedded-commits at lists.openembedded.org
Thu Apr 19 10:41:40 UTC 2007


mtx-3a.conf, nylon-image-base.bb: removed remaints from old OE code (PACKAGE_INSTALL instead of IPKG_INSTALL)

Author: MartinDietze at openembedded.org
Branch: org.openembedded.dev
Revision: 2668657d32e6b0cebe86909c6abd977804aa350b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2668657d32e6b0cebe86909c6abd977804aa350b
Files:
1
conf/machine/mtx-3a.conf
packages/images/nylon-image-base.bb
Diffs:

#
# mt diff -re322dd800546ea49944e3f03f8b891dca68aa4b2 -r2668657d32e6b0cebe86909c6abd977804aa350b
#
# 
# 
# patch "conf/machine/mtx-3a.conf"
#  from [cfca01bd0a530d291f82e6ca36a324710d2ce2b2]
#    to [d1f7d5a166503cdd2bcc767495e83cdb8a51323d]
# 
# patch "packages/images/nylon-image-base.bb"
#  from [901d2b38da9398bc61d942764277e48032ff0d29]
#    to [e62cc38191137aa875eb2190497d2eef7d718afb]
# 
============================================================
--- conf/machine/mtx-3a.conf	cfca01bd0a530d291f82e6ca36a324710d2ce2b2
+++ conf/machine/mtx-3a.conf	d1f7d5a166503cdd2bcc767495e83cdb8a51323d
@@ -1,9 +1,9 @@ TARGET_ARCH = "arm"
 #@TYPE: Machine - the orange marvell box
 #@NAME: 4G Systems mtx-3a
 #@DESCRIPTION: Machine configuration for the mtx-3a 
 
 TARGET_ARCH = "arm"
-IPKG_ARCHS = "all arm ${MACHINE}"
+#PACKAGE_ARCHS = "all arm ${MACHINE}"
 PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-3a"
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"  
 TARGET_CC_ARCH = "-march=armv5te"
============================================================
--- packages/images/nylon-image-base.bb	901d2b38da9398bc61d942764277e48032ff0d29
+++ packages/images/nylon-image-base.bb	e62cc38191137aa875eb2190497d2eef7d718afb
@@ -1,6 +1,6 @@
-inherit image_ipk 
-inherit nylon_image
-LICENSE = MIT
+inherit image
+inherit nylon-image
+LICENSE = "MIT"
 
 export IMAGE_BASENAME = "nylon-base"
  
@@ -22,7 +22,7 @@ RDEPENDS_append_mtx-3a = " module-init-t
 RDEPENDS_append_mtx-3 = " module-init-tools udev"
 RDEPENDS_append_mtx-3a = " module-init-tools"
 
-export IPKG_INSTALL = "${RDEPENDS}" 
+export PACKAGE_INSTALL = "${RDEPENDS}"
 
 IMAGE_LINGUAS = ""
 






More information about the Openembedded-commits mailing list