반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- gcc7
- 티스토리챌린지
- camera
- boot process
- linux
- 오블완
- ssd 포맷
- bash
- gstsample
- vpiimage
- meta-tegra
- yocto
- vpi
- LAYERS
- RDEPENDS
- Jetson
- libargus api
- l4t
- /dev/kmsg
- orin nx
- lineedit
- nvarguscamerasrc
- mkfs.ext4
- libargus
- 봉화 숲속캠핑장
- nvidia
- server error
- bitbake
- cpu frequency
- udpsink
Archives
- Today
- Total
DREAMER
[bitbake error] QA Issue: File '' was already stripped, this will prevent future debugging! [already-stripped] (solved) 본문
프로그래밍/YOCTO
[bitbake error] QA Issue: File '' was already stripped, this will prevent future debugging! [already-stripped] (solved)
연소민 2023. 3. 27. 17:30728x90
반응형
ERROR: package_name-1.0-r0 do_package: QA Issue: File '/home/root/resources/brctl' from package_name was already stripped, this will prevent future debugging! [already-stripped]
ERROR: package_name-1.0-r0 do_package: Fatal QA errors found, failing task.
ERROR: Logfile of failure stored in: yocto-tegra/build/tmp/work/aarch64-poky-linux/rootfs/1.0-r0/temp/log.do_package.7236
ERROR: Task (yocto-tegra/meta-custom/recipes-kernel/package_name/package_name.bb:do_package) failed with exit code '1'
해결방법
레시피.bb 파일 마지막에 다음 내용 추가
INSANE_SKIP_${PN}_append = "already-stripped"
728x90
반응형
'프로그래밍 > YOCTO' 카테고리의 다른 글
[Development Tasks Manual] 3. Layer 이해 및 생성 (0) | 2023.07.31 |
---|---|
[Error] doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags] (solved) (0) | 2023.04.17 |
[bitbake] error, QA Issue: glibc-locale: Files/directories were installed but not shipped in any package: (solved) (0) | 2023.03.23 |
[Tasks] task order (0) | 2023.03.22 |
[bitbake] WARNING: python should use 4 spaces indentation, (solved) (0) | 2023.03.22 |
Comments