History log of /rkdeveloptool/ (Results 76 – 83 of 83)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7a9a9fd602-Apr-2017 Eddie Cai <eddie.cai.linux@gmail.com>

readme: add dh-autoreconf to build environment

as we are using autotools to build rkdevelop. we need to install dh-autoreconf
when setting up build environment.

Signed-off-by: Eddie Cai <eddie.cai.

readme: add dh-autoreconf to build environment

as we are using autotools to build rkdevelop. we need to install dh-autoreconf
when setting up build environment.

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>

show more ...

24ffa91902-Apr-2017 Eddie Cai <eddie.cai.linux@gmail.com>

Merge pull request #5 from twoerner/contrib/twoerner/autotools-2

Contrib/twoerner/autotools 2

3af06dfb23-Mar-2017 Trevor Woerner <twoerner@gmail.com>

main.cpp: take version information from autotool configuration

The autotool configuration needs to know the version of the project, so
instead of forcing the developer to maintain two version string

main.cpp: take version information from autotool configuration

The autotool configuration needs to know the version of the project, so
instead of forcing the developer to maintain two version strings and keep them
synchronized, allow the code to take the version string from the autotool
configuration automatically. Hence, only one version needs to be maintained
which is shared between the autotool configuration and the code.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>

show more ...

5b7562f220-Mar-2017 Trevor Woerner <twoerner@gmail.com>

update the build system to use autotools

The autotool system provides a high-level way of specifying what to build,
and then generates Makefile templates based on these requirements as well
as a way

update the build system to use autotools

The autotool system provides a high-level way of specifying what to build,
and then generates Makefile templates based on these requirements as well
as a way of generating Makefiles at build time based on what it finds at
build time (i.e. specifics about the system on which it is being built),
and configuration options set by the user at build time. The nice thing
about autotools is that it better encapsulates distro-specific "gotchas"
that make it hard to create a Makefile by hand which will work on a wide
range of different versions of various UNIX distributions. It also includes
built-in support for out-of-tree build (VPATH), cross-development, and DESTDIR
installs.

These generated Makefiles automatically include support for a wide
range of 'make' targets such as: make, make clean, make install, make
uninstall, make check, make distclean, make dist, make strip, make
distcheck, etc. These targets make it easier to follow the "Makefile
Conventions" of "The Release Process" from the "GNU Coding Standards"
(https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html).

Signed-off-by: Trevor Woerner <twoerner@gmail.com>

show more ...

9908df8915-Mar-2017 Eddie Cai <eddie.cai.linux@gmail.com>

main: fix write_lba fail

the input file of write lba command may not 128 aligned. that may cause write
lba command fail. remove the judge to fix this issue.

Signed-off-by: Eddie Cai <eddie.cai.linu

main: fix write_lba fail

the input file of write lba command may not 128 aligned. that may cause write
lba command fail. remove the judge to fix this issue.

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>

show more ...

92fb760b09-Mar-2017 Eddie Cai <eddie.cai.linux@gmail.com>

Readme: update readme file to meet the build process

now we use preinstalled libusb and libudev when build rkdeveloptool. update
readme file to meet it.

Signed-off-by: Eddie Cai <eddie.cai.linux@gm

Readme: update readme file to meet the build process

now we use preinstalled libusb and libudev when build rkdeveloptool. update
readme file to meet it.

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>

show more ...

fd2aa70709-Mar-2017 Eddie Cai <eddie.cai.linux@gmail.com>

Makefile: fix build error when use preinstalled libusb and libudev

most people don't want to build other when build this simple rkdeveloptool. so
we should use preinstalled libusb and libudev by def

Makefile: fix build error when use preinstalled libusb and libudev

most people don't want to build other when build this simple rkdeveloptool. so
we should use preinstalled libusb and libudev by default.

now we can install libusb and libudev with below command.
sudo apt-get install libudev-dev libusb-1.0-0-dev
then make. you will get rkdevelop.

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>

show more ...

76af099a07-Mar-2017 liuyi <liuyi@rock-chips.com>

rkDevelopTool: initial commit

Signed-off-by: liuyi <liuyi@rock-chips.com>

1234