diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-20 22:22:22 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-20 22:22:22 +0000 |
commit | 2b8176358284d1044c558428e97d674794f93b62 (patch) | |
tree | 49429063c8841be1df0bf7b939de56c9e5b97040 /packages/tslib | |
parent | bd6fabb08f0bbb0cdbe99909d9e5b859d8faafe9 (diff) |
h5xxx: Rename machine to h5000.
* Use naming scheme consistent with other iPaq devices, where "series" name
is used.
* h5000 is series consisting of h5100, h5400, and h5500 models, each having
common architecture, but slightly different builtin peripherals. Each model
may also have few marketing nicknames, differing in last digit (sometimes 2
last digits).
* Closes #1586.
* Approved by Koen Kooi.
Diffstat (limited to 'packages/tslib')
-rw-r--r-- | packages/tslib/tslib/h5000/.mtn2git_empty (renamed from packages/tslib/tslib/h5xxx/.mtn2git_empty) | 0 | ||||
-rw-r--r-- | packages/tslib/tslib/h5000/tslib.sh (renamed from packages/tslib/tslib/h5xxx/tslib.sh) | 0 | ||||
-rw-r--r-- | packages/tslib/tslib_1.0.bb | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/packages/tslib/tslib/h5xxx/.mtn2git_empty b/packages/tslib/tslib/h5000/.mtn2git_empty index e69de29bb2..e69de29bb2 100644 --- a/packages/tslib/tslib/h5xxx/.mtn2git_empty +++ b/packages/tslib/tslib/h5000/.mtn2git_empty diff --git a/packages/tslib/tslib/h5xxx/tslib.sh b/packages/tslib/tslib/h5000/tslib.sh index b096bfb96e..b096bfb96e 100644 --- a/packages/tslib/tslib/h5xxx/tslib.sh +++ b/packages/tslib/tslib/h5000/tslib.sh diff --git a/packages/tslib/tslib_1.0.bb b/packages/tslib/tslib_1.0.bb index 3d2e3cd79e..d7ff81daaa 100644 --- a/packages/tslib/tslib_1.0.bb +++ b/packages/tslib/tslib_1.0.bb @@ -33,7 +33,7 @@ do_install_append() { install -d ${D}${sysconfdir}/profile.d/ install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ case ${MACHINE} in - a780 | e680 | h3600 | h3900 | h5xxx | h1940 | h6300 | h2200 | ipaq-pxa270 | hx4700 | hx2000 |blueangel | h4000) + a780 | e680 | h3600 | h3900 | h5000 | h1940 | h6300 | h2200 | ipaq-pxa270 | hx4700 | hx2000 | blueangel | h4000) install -d ${D}${datadir}/tslib install -m 0644 ${WORKDIR}/ts.conf-h3600-2.4 ${D}${datadir}/tslib/ ;; |