aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h3600.conf
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2021-10-05 21:37:25 +0200
committerPaul Eggleton <bluelightning@bluelightning.org>2021-10-06 13:22:30 +1300
commit3fb09263c2f85f7e5d457aa96dc50b8dd3f9d13d (patch)
treea9e03a0b6b1cb7465e204446fddaee191f6f219d /conf/machine/h3600.conf
parentade8fd08ae7e325f6c3744570d71cc224991fde6 (diff)
downloadmeta-handheld-3fb09263c2f85f7e5d457aa96dc50b8dd3f9d13d.tar.gz
meta-handheld: convert to new override syntax
-replace old syntax -fix tune files paths now in subdirectories Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Diffstat (limited to 'conf/machine/h3600.conf')
-rw-r--r--conf/machine/h3600.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf
index f64817d..c2488fb 100644
--- a/conf/machine/h3600.conf
+++ b/conf/machine/h3600.conf
@@ -5,7 +5,7 @@
#
# Hardware-based properties
#
-require conf/machine/include/tune-strongarm1100.inc
+require conf/machine/include/arm/armv4/tune-strongarm1100.inc
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
@@ -15,7 +15,7 @@ MACHINE_FEATURES = "touchscreen apm alsa irda usbgadget screen vfat ext2 qvga"
#
# Software/packages selection
#
-PREFERRED_PROVIDER_virtual/kernel = "linux-handheld"
+PREFERRED_PROVIDER:virtual/kernel = "linux-handheld"
KERNEL_IMAGETYPE ?= "zImage"
# Compression level for 32MB RAM
XZ_COMPRESSION_LEVEL = "-2e"
@@ -32,8 +32,8 @@ MACHINE_EXTRA_RRECOMMENDS = ""
JFFS2_ERASEBLOCK = "0x40000"
# For NOR flash we need the cleanmarkers so override the defaults
-EXTRA_IMAGECMD_jffs2 = "-p -l -e ${JFFS2_ERASEBLOCK}"
-EXTRA_IMAGECMD_jffs2_append = " ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${IMGDEPLOYDIR}/reflash.ctl"
+EXTRA_IMAGECMD:jffs2 = "-p -l -e ${JFFS2_ERASEBLOCK}"
+EXTRA_IMAGECMD:jffs2:append = " ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${IMGDEPLOYDIR}/reflash.ctl"
#
# Modules autoload and other boot properties