@@ -53,12 +53,31 @@ git_override(
5353)
5454
5555# Currently required for ifs tooling
56- bazel_dep (name = "score_toolchains_qnx" , version = "0.0.7" )
57- toolchains_qnx = use_extension ("@score_toolchains_qnx//:extensions.bzl" , "toolchains_qnx" , dev_dependency = True )
58- toolchains_qnx .sdp (
59- sha256 = "f2e0cb21c6baddbcb65f6a70610ce498e7685de8ea2e0f1648f01b327f6bac63" ,
60- strip_prefix = "installation" ,
61- url = "https://www.qnx.com/download/download/79858/installation.tgz" ,
56+ # bazel_dep(name = "score_toolchains_qnx", version = "0.0.7")
57+ # toolchains_qnx = use_extension("@score_toolchains_qnx//:extensions.bzl", "toolchains_qnx", dev_dependency=True)
58+ # toolchains_qnx.sdp(
59+ # sha256 = "f2e0cb21c6baddbcb65f6a70610ce498e7685de8ea2e0f1648f01b327f6bac63",
60+ # strip_prefix = "installation",
61+ # url = "https://www.qnx.com/download/download/79858/installation.tgz",
62+ # )
63+ # use_repo(toolchains_qnx, "toolchains_qnx_sdp")
64+ # use_repo(toolchains_qnx, "toolchains_qnx_ifs")
65+ bazel_dep (name = "score_rules_imagefs" , version = "0.0.1" )
66+ git_override (
67+ module_name = "score_rules_imagefs" ,
68+ remote = "https://github.com/eclipse-score/rules_imagefs.git" ,
69+ commit = "9507e5bb2bc247e570014fc713c512f10d5f87cc" ,
70+ )
71+ imagefs = use_extension ("@score_rules_imagefs//extensions:imagefs.bzl" , "imagefs" , dev_dependency = True )
72+ imagefs .toolchain (
73+ name = "score_qnx_x86_64_ifs_toolchain" ,
74+ target_os = "qnx" ,
75+ target_cpu = "x86_64" ,
76+ sdp_version = "8.0.0" ,
77+ sdp_to_import = "@score_qcc_x86_64_toolchain_pkg" ,
78+ type = "ifs" ,
79+ )
80+ use_repo (
81+ imagefs ,
82+ "score_qnx_x86_64_ifs_toolchain" ,
6283)
63- use_repo (toolchains_qnx , "toolchains_qnx_sdp" )
64- use_repo (toolchains_qnx , "toolchains_qnx_ifs" )
0 commit comments