diff options
author | John Klug <john.klug@multitech.com> | 2017-12-08 15:29:35 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-12-11 11:29:49 -0600 |
commit | bd7f425da3e2a75aac57202255542daaff633831 (patch) | |
tree | 29b4a5610a18f535969dcc2ab72cdc5bf2101c7b /recipes-bsp | |
parent | 4186e178a17013588e40ef47213d8678025f0618 (diff) | |
download | meta-multitech-bd7f425da3e2a75aac57202255542daaff633831.tar.gz meta-multitech-bd7f425da3e2a75aac57202255542daaff633831.tar.bz2 meta-multitech-bd7f425da3e2a75aac57202255542daaff633831.zip |
Remove debug code
Diffstat (limited to 'recipes-bsp')
-rwxr-xr-x | recipes-bsp/multitech/get-eeprom-device-info/get-eeprom-device-info.sh | 2 | ||||
-rw-r--r-- | recipes-bsp/multitech/get-eeprom-device-info_1.0.0.bb | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/recipes-bsp/multitech/get-eeprom-device-info/get-eeprom-device-info.sh b/recipes-bsp/multitech/get-eeprom-device-info/get-eeprom-device-info.sh index b84b360..02754a6 100755 --- a/recipes-bsp/multitech/get-eeprom-device-info/get-eeprom-device-info.sh +++ b/recipes-bsp/multitech/get-eeprom-device-info/get-eeprom-device-info.sh @@ -134,8 +134,6 @@ while true ; do esac done -echo TRY_COUNT IS $TRY_COUNT - # Read device information from eeprom device mts-id-eeprom --in-file /sys/bus/i2c/devices/i2c-0/0-0056/eeprom > ${CONFIG_PATH}/device_info diff --git a/recipes-bsp/multitech/get-eeprom-device-info_1.0.0.bb b/recipes-bsp/multitech/get-eeprom-device-info_1.0.0.bb index 90e8b60..821f560 100644 --- a/recipes-bsp/multitech/get-eeprom-device-info_1.0.0.bb +++ b/recipes-bsp/multitech/get-eeprom-device-info_1.0.0.bb @@ -1,5 +1,5 @@ # Script to copy the EEPROM to /run/config -PR = "r0" +PR = "r1" DESCRIPTION = "EEPROM copyting tool" HOMEPAGE = "http://www.multitech.net/" SECTION = "console/utils" |