diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-08 14:45:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-08 14:45:42 +0000 |
commit | d1272f8a0d21ec3065084963514ed2141421daae (patch) | |
tree | cfecd76d1a00995581f664c84d676d97d834d034 /conf/machine/h2200.conf | |
parent | a5f559d252b844f9265eaec3aaca827967067772 (diff) |
h2200.conf: make symlink relative to fix booting with LAB
Diffstat (limited to 'conf/machine/h2200.conf')
-rw-r--r-- | conf/machine/h2200.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index e1baea775d..45eda7251f 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -33,3 +33,6 @@ include conf/machine/include/handheld-common.conf GUI_MACHINE_CLASS = "smallscreen" include conf/machine/include/tune-xscale.conf + +# LAB can only resolve relative symlinks +ROOTFS_POSTPROCESS_COMMAND += "make_zimage_symlink_relative; " |