diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-28 15:29:05 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-28 16:44:04 +0200 |
commit | c9b7de9ab189dbf7477709e427b025e1795b7509 (patch) | |
tree | 44013c4f6d11113bb54613df43099cb9a4de0b64 | |
parent | a8595305e3f93dda49cd631cf66b5fa4793f1dc8 (diff) |
fsogsmd: add fsogsmd.conf files to CONFFILES
* deep sleep and echo option will be changed on many target devices
* can be removed as soon as there is two step lookup in fsobasics
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/freesmartphone/fsogsmd_git.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb index 2797746d23..e2cbd53e27 100644 --- a/recipes/freesmartphone/fsogsmd_git.bb +++ b/recipes/freesmartphone/fsogsmd_git.bb @@ -1,7 +1,7 @@ require cornucopia.inc inherit fso-plugin SRCREV = "${FSO_CORNUCOPIA_SRCREV}" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" PV = "0.5.0+gitr${SRCPV}" PE = "1" @@ -11,3 +11,9 @@ EXTRA_OECONF_append = "\ --enable-libgsm0710mux \ --enable-modem-qualcomm-palm \ " + +CONFFILES_${PN} = "${sysconfdir}/freesmartphone/conf/openmoko_gta/fsogsmd.conf \ + ${sysconfdir}/freesmartphone/conf/palm_pre/fsogsmd.conf \ + ${sysconfdir}/freesmartphone/conf/htc_qualcomm_dream/fsogsmd.conf \ + ${sysconfdir}/freesmartphone/conf/htc_qualcomm_msm/fsogsmd.conf \ + " |