I was following https://community.arm.com/developer/tools-software/oss-platforms/w/docs/457/n1sdp-getting-started-guide.
I did down to "To sync both the BSP and Ubuntu", and gave "bitbake core-image-base" command.
This build took a very long time(I ran it under ~/n1sdp_workspace/bsp/build-poky), but I don't see the directory 'deploy' under there.
I don't know if this will help but the final log looks like this (the bottome messages are overwrtten many times) :
Loading cache: 100% |###########################################################################################################################################| Time: 0:00:02Loaded 3299 entries from dependency cache.NOTE: Resolving any missing task queue dependencies
Build Configuration:BB_VERSION = "1.48.0"BUILD_SYS = "x86_64-linux"NATIVELSBSTRING = "universal"TARGET_SYS = "aarch64-poky-linux"MACHINE = "n1sdp"DISTRO = "poky"DISTRO_VERSION = "3.2"TUNE_FEATURES = "aarch64 neoversen1 crc crypto"TARGET_FPU = ""meta-poky = "HEAD:269f81c2b2ac64219c65953bc56bd41317a8db0f"meta-python meta-oe = "HEAD:b9dcf17700014dec679307dc1247882dccd439ca"meta-arm = "HEAD:79360345fb23a42471a0c5bbdb819d991f816d66"meta-kernel = "HEAD:d1fb5bccbaece35e3481d73b3858c0d4e3695b9b"meta-arm-bsp meta-arm-toolchain = "HEAD:79360345fb23a42471a0c5bbdb819d991f816d66"meta = "HEAD:12bee66a42a7c2a38789ddb37cb098bcbf0b3841"
Initialising tasks: 100% |######################################################################################################################################| Time: 0:00:07Sstate summary: Wanted 1856 Found 0 Missed 1856 Current 0 (0% match, 0% complete)NOTE: Executing TasksWARNING: lttng-modules-2.12.2-r0 do_package: lttng-modules: no modules were created; this may be due to CONFIG_TRACEPOINTS not being enabled in your kernel.NOTE: Tasks Summary: Attempted 5565 tasks of which 22 didn't need to be rerun and all succeeded.
Summary: There was 1 WARNING message shown.
Thanks for sharing this ckim