Eclipse CDT projects with bitbake

From ElphelWiki
Revision as of 17:01, 21 November 2017 by Andrey.filippov (talk | contribs) (Created page with " ├── bitbake-logs -> /home/eyesis/nc393/elphel393/poky/build/tmp/work/cortexa9-neon-poky-linux-gnueabi/apps-gps/1_0-26/temp ├── eclipse_project_setup │   ├...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
├── bitbake-logs -> /home/eyesis/nc393/elphel393/poky/build/tmp/work/cortexa9-neon-poky-linux-gnueabi/apps-gps/1_0-26/temp
├── eclipse_project_setup
│   ├── .externalToolBuilders
│   │   └── SCP apps-gps to target.launch
│   ├── .cproject
│   └── .project
├── .externalToolBuilders
│   └── SCP apps-gps to target.launch
├── image -> /home/eyesis/nc393/elphel393/poky/build/tmp/work/cortexa9-neon-poky-linux-gnueabi/apps-gps/1_0-26/image
├── scripts -> ../../scripts/
│   ├── run_bitbake.sh
│   └── used_files.py
├── src
│   ├── .depend
│   ├── exifgen.c
│   ├── exifgen.h
│   ├── garmin.h
│   ├── garminusb2exif.c
│   ├── garminusb2nmea.c
│   ├── imu_setup.php
│   ├── logger_launcher.php
│   ├── log_imu.c
│   ├── Makefile
│   ├── nmea2exif
│   ├── nmea2exif.c
│   ├── nmeagen.c
│   ├── nmeagen.h
│   ├── read_imu_log.php
│   └── start_gps_compass.php
├── sysroots -> /home/eyesis/nc393/elphel393/poky/build/tmp/sysroots
├── .cproject
├── .gitignore
├── LICENSE
├── Makefile
├── .project
├── README.md
└── VERSION